You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|[Prisma](/guides/frameworks/prisma)| How to setup Prisma with Trigger.dev |
30
+
|[Sequin database triggers](/guides/frameworks/sequin)| Trigger tasks from database changes using Sequin |
31
+
|[Supabase edge function hello world](/guides/frameworks/supabase-edge-functions-basic)| Trigger tasks from Supabase edge function |
32
+
|[Supabase database webhooks](/guides/frameworks/supabase-edge-functions-database-webhooks)| Trigger tasks using Supabase database webhooks |
33
+
|[Using webhooks in Next.js](/guides/frameworks/nextjs-webhooks)| Trigger tasks from a webhook in Next.js |
34
+
|[Using webhooks in Remix](/guides/frameworks/remix-webhooks)| Trigger tasks from a webhook in Remix |
35
+
|[Stripe webhooks](/guides/examples/stripe-webhook)| Trigger tasks from incoming Stripe webhook events |
34
36
35
37
## Example tasks
36
38
@@ -47,7 +49,6 @@ Tasks you can copy and paste to get started with Trigger.dev. They can all be ex
47
49
|[Puppeteer](/guides/examples/puppeteer)| Use Puppeteer to generate a PDF or scrape a webpage. |
48
50
|[Resend email sequence](/guides/examples/resend-email-sequence)| Send a sequence of emails over several days using Resend with Trigger.dev. |
49
51
|[Sharp image processing](/guides/examples/sharp-image-processing)| Use Sharp to process an image and save it to Cloudflare R2. |
50
-
|[Stripe webhook](/guides/examples/stripe-webhook)| Trigger a task from Stripe webhook events. |
51
52
|[Supabase database operations](/guides/examples/supabase-database-operations)| Run basic CRUD operations on a table in a Supabase database using Trigger.dev. |
52
53
|[Supabase Storage upload](/guides/examples/supabase-storage-upload)| Download a video from a URL and upload it to Supabase Storage using S3. |
53
54
|[Vercel AI SDK](/guides/examples/vercel-ai-sdk)| Use Vercel AI SDK to generate text using OpenAI. |
0 commit comments