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.
Project | Description |
---|---|
article-summary-workflow | Create audio summaries of newspaper articles using a human-in-the-loop workflow with ReactFlow, Trigger.dev Realtime and waitpoints |
batch-llm-evaluator | Batch processing tool for evaluating LLM responses from a single prompt using Vercel's AI SDK and Trigger.dev Realtime |
building-effective-agents | 5 different patterns for building effective AI agents with Trigger.dev; Prompt chaining, Routing, Parallelization, Orchestrator-workers, Evaluator-optimizer |
claude-thinking-chatbot | A chatbot demonstrating Anthropic Claude 3.7's thinking/reasoning process in real-time using Trigger.dev Realtime streams |
monorepos | Examples of using Trigger.dev in monorepo setups with Turborepo and Prisma |
nextjs-server-actions | A Next.js app that triggers Trigger.dev tasks using Server Actions |
nextjs-webhooks | Example of triggering tasks from incoming webhooks in a Next.js app with Trigger.dev |
python-crawl4ai | Headless web crawler using Trigger.dev with Python, Crawl4AI, and Playwright |
python-image-processing | Python-based (Pillow) image processing tasks and uploading to S3-compatible storage |
python-pdf-form-extractor | Extract data from PDF forms using Python (PyMuPDF) and Trigger.dev |
realtime-csv-importer | Import and process CSV files with real-time progress updates using UploadThing and Trigger.dev |
realtime-fal-ai-image-generation | Generate images from text prompts using Fal.ai with real-time progress display using Trigger.dev Realtime |
remix-webhooks | Example of triggering tasks from incoming webhooks in a Remix app with Trigger.dev |
supabase-edge-functions | Learn how to trigger tasks from Supabase Edge Functions and Database changes |
vercel-ai-sdk-image-generator | Generate images using OpenAI DALL-E models with Vercel's AI SDK and Trigger.dev |
We welcome contributions! If you have an example that you'd like to add, please open a PR.
Happy coding!