Frameworks, guides and examples overview
An ever growing list of guides and examples to help you get setup with Trigger.dev.
Frameworks
Guides
Get set up fast using our detailed walk-through guides.
Guide | Description |
---|---|
Prisma | How to setup Prisma with Trigger.dev |
Sequin database triggers | Trigger tasks from database changes using Sequin |
Supabase edge function hello world | Trigger tasks from Supabase edge function |
Supabase database webhooks | Trigger tasks using Supabase database webhooks |
Using webhooks in Next.js | Trigger tasks from a webhook in Next.js |
Using webhooks in Remix | Trigger tasks from a webhook in Remix |
Stripe webhooks | Trigger tasks from incoming Stripe webhook events |
Example tasks
Tasks you can copy and paste to get started with Trigger.dev. They can all be extended and customized to fit your needs.
Example task | Description |
---|---|
DALL·E 3 image generation | Use OpenAI’s GPT-4o and DALL·E 3 to generate an image and text. |
Deepgram audio transcription | Transcribe audio using Deepgram’s speech recognition API. |
Fal.ai image to cartoon | Convert an image to a cartoon using Fal.ai, and upload the result to Cloudflare R2. |
Fal.ai with Realtime | Generate an image from a prompt using Fal.ai and show the progress of the task on the frontend using Realtime. |
FFmpeg video processing | Use FFmpeg to process a video in various ways and save it to Cloudflare R2. |
Firecrawl URL crawl | Learn how to use Firecrawl to crawl a URL and return LLM-ready markdown. |
LibreOffice PDF conversion | Convert a document to PDF using LibreOffice. |
OpenAI with retrying | Create a reusable OpenAI task with custom retry options. |
PDF to image | Use MuPDF to turn a PDF into images and save them to Cloudflare R2. |
React to PDF | Use react-pdf to generate a PDF and save it to Cloudflare R2. |
Puppeteer | Use Puppeteer to generate a PDF or scrape a webpage. |
Resend email sequence | Send a sequence of emails over several days using Resend with Trigger.dev. |
Scrape Hacker News | Scrape Hacker News using BrowserBase and Puppeteer, summarize the articles with ChatGPT and send an email of the summary every weekday using Resend. |
Sentry error tracking | Automatically send errors to Sentry from your tasks. |
Sharp image processing | Use Sharp to process an image and save it to Cloudflare R2. |
Supabase database operations | Run basic CRUD operations on a table in a Supabase database using Trigger.dev. |
Supabase Storage upload | Download a video from a URL and upload it to Supabase Storage using S3. |
Vercel AI SDK | Use Vercel AI SDK to generate text using OpenAI. |
Vercel sync environment variables | Automatically sync environment variables from your Vercel projects to Trigger.dev. |
If you would like to see a guide for your framework, or an example task for your use case, please request it in our Discord server and we’ll add it to the list.
Was this page helpful?