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 | 
|---|---|
| Anchor Browser web scraper | Automated web monitoring using Trigger.dev's job scheduling and Anchor Browser's AI-powered browser automation tools. | 
| 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 | 
| Claude thinking chatbot | A chatbot that uses Claude's thinking capabilities to generate responses | 
| Deep research agent using the AI SDK | An intelligent deep research agent using the Vercel AI SDK and Trigger.dev | 
| Monorepos | Examples of using Trigger.dev in monorepo setups with Turborepo and Prisma | 
| Next.js server actions | A Next.js app that triggers Trigger.dev tasks using Server Actions | 
| Next.js webhooks | Example of triggering tasks from incoming webhooks in a Next.js app with Trigger.dev | 
| Mastra agents | Example of using Mastra agents with Trigger.dev | 
| OpenAI Agent SDK Guardrails examples | Examples of using the OpenAI Agent SDK with guardrails and Trigger.dev | 
| OpenAI Agents SDK for Typescript with Trigger.dev playground | A playground to test and play with AI agents built with the OpenAI Agents SDK for Typescript and Trigger.dev | 
| Product image generator | AI-powered product image generator that transforms basic product photos into professional marketing shots using Replicate's image generation models ( google/nano-banana) and Trigger.dev for task orchestration | 
| Python doc to markdown converter | Convert documents to Markdown using Trigger.dev and MarkItDown | 
| 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!