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, Evaluator-optimizer | v3 |
claude-thinking-chatbot | A chatbot demonstrating Anthropic Claude 3.7's thinking/reasoning process in real-time using Trigger.dev Realtime streams | v3 |
meme-generator-human-in-the-loop | Generate memes using OpenAI's DALL-E 3 and approve them in Slack using human-in-the-loop waitpoints | v4 |
monorepos | Examples of using Trigger.dev in monorepo setups with Turborepo and Prisma | v3 |
nextjs-server-actions | A Next.js app that triggers Trigger.dev tasks using Server Actions | v3 |
nextjs-webhooks | Example of triggering tasks from incoming webhooks in a Next.js app with Trigger.dev | v3 |
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!