This open source repo contains examples of full-stack and headless projects using Trigger.dev that you can fork, run and learn from.
For information on how to run each project, see the README in each directory.
ℹ️ Note: If you want to upgrade from Trigger.dev v3 to v4, please refer to our v4 upgrade guide.
Project | Description | Trigger.dev version |
---|---|---|
Article summary workflow | Create audio summaries of newspaper articles using a human-in-the-loop workflow with ReactFlow, Trigger.dev Realtime and waitpoints | v4 |
Batch LLM evaluator | Batch processing tool for evaluating LLM responses from a single prompt using Vercel's AI SDK and Trigger.dev Realtime | v3 |
Building effective agents | 5 different patterns for building effective AI agents with Trigger.dev; Prompt chaining, Routing, Parallelization, [Orchestrator-workers](/building- | |
Monorepos | Examples of using Trigger.dev in monorepo setups with Turborepo and Prisma | v3 |
Next.js server actions | A Next.js app that triggers Trigger.dev tasks using Server Actions | v3 |
Next.js webhooks | Example of triggering tasks from incoming webhooks in a Next.js app with Trigger.dev | v3 |
OpenAI Agent SDK Guardrails examples | Examples of using the OpenAI Agent SDK with guardrails and Trigger.dev | v4 |
Python doc to markdown converter | Convert documents to Markdown using Trigger.dev and MarkItDown | v4 |
Python Crawl4ai | Headless web crawler using Trigger.dev with Python, Crawl4AI, and Playwright | v3 |
Python image processing | Python-based (Pillow) image processing tasks and uploading to S3-compatible storage | v3 |
Python PDF form extractor | Extract data from PDF forms using Python (PyMuPDF) and Trigger.dev | v3 |
Realtime CSV importer | Import and process CSV files with real-time progress updates using UploadThing and Trigger.dev | v3 |
Realtime fal.ai image generation | Generate images from text prompts using Fal.ai with real-time progress display using Trigger.dev Realtime | v3 |
Remix webhooks | Example of triggering tasks from incoming webhooks in a Remix app with Trigger.dev | v3 |
Supabase edge functions | Learn how to trigger tasks from Supabase Edge Functions and Database changes | v3 |
Vercel AI SDK image generator | Generate images using OpenAI DALL-E models with Vercel's AI SDK and Trigger.dev | v3 |
We welcome contributions! If you have an example that you'd like to add, please open a PR.
Happy coding!