{"id":20597745,"url":"https://github.com/triggerdotdev/examples","last_synced_at":"2025-10-08T17:30:21.451Z","repository":{"id":254128993,"uuid":"845543643","full_name":"triggerdotdev/examples","owner":"triggerdotdev","description":"A collection of projects using Trigger.dev that you can run","archived":false,"fork":false,"pushed_at":"2025-01-09T16:56:54.000Z","size":708,"stargazers_count":3,"open_issues_count":1,"forks_count":2,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-01-17T03:18:41.465Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/triggerdotdev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-08-21T13:02:43.000Z","updated_at":"2025-01-09T16:56:58.000Z","dependencies_parsed_at":"2024-09-10T14:42:35.924Z","dependency_job_id":"82c31042-54b0-47bb-9449-f88894a99a42","html_url":"https://github.com/triggerdotdev/examples","commit_stats":null,"previous_names":["triggerdotdev/example-projects","triggerdotdev/examples"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/triggerdotdev%2Fexamples","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/triggerdotdev%2Fexamples/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/triggerdotdev%2Fexamples/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/triggerdotdev%2Fexamples/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/triggerdotdev","download_url":"https://codeload.github.com/triggerdotdev/examples/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":235733792,"owners_count":19036956,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-16T08:23:47.190Z","updated_at":"2025-10-08T17:30:21.446Z","avatar_url":"https://github.com/triggerdotdev.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\u003cpicture\u003e\n  \u003csource media=\"(prefers-color-scheme: dark)\" srcset=\"https://imagedelivery.net/3TbraffuDZ4aEf8KWOmI_w/a45d1fa2-0ae8-4a39-4409-f4f934bfae00/public\"\u003e\n  \u003csource media=\"(prefers-color-scheme: light)\" srcset=\"https://imagedelivery.net/3TbraffuDZ4aEf8KWOmI_w/3f5ad4c1-c4c8-4277-b622-290e7f37bd00/public\"\u003e\n  \u003cimg alt=\"Trigger.dev logo\" src=\"https://imagedelivery.net/3TbraffuDZ4aEf8KWOmI_w/a45d1fa2-0ae8-4a39-4409-f4f934bfae00/public\"\u003e\n\u003c/picture\u003e\n\n[Discord](https://trigger.dev/discord) | [Website](https://trigger.dev) | [Docs](https://trigger.dev/docs) | [Guides](https://trigger.dev/docs/guides)\n\n[![Twitter](https://img.shields.io/twitter/url/https/twitter.com/triggerdotdev.svg?style=social\u0026label=Follow%20%40trigger.dev)](https://twitter.com/triggerdotdev)\n\n\u003c/div\u003e\n\n## Example projects\n\n### Welcome to the Trigger.dev examples repo\n\nThis open source repo contains examples of full-stack and headless projects using Trigger.dev that you can fork, run and learn from.\n\nFor information on how to run each project, see the README in each directory.\n\n\u003e **ℹ️ Note:** If you want to upgrade from Trigger.dev v3 to v4, please refer to our [v4 upgrade guide](https://trigger.dev/docs/migrating-from-v3).\n\n| Project                                                                                                    | Description                                                                                                                                                                                                                                                                                                                                                                                                                          |\n| ---------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |\n| [Anchor Browser web scraper](/anchor-browser-web-scraper)                                                  | Automated web monitoring using Trigger.dev's job scheduling and Anchor Browser's AI-powered browser automation tools.                                                                                                                                                                                                                                                                                                                |\n| [Article summary workflow](/article-summary-workflow)                                                      | Create audio summaries of newspaper articles using a human-in-the-loop workflow with [ReactFlow](https://reactflow.dev/), [Trigger.dev Realtime](https://trigger.dev/docs/realtime/overview) and [waitpoints](https://trigger.dev/blog/v4-beta-launch#waitpoints)                                                                                                                                                                    |\n| [Batch LLM evaluator](/batch-llm-evaluator)                                                                | Batch processing tool for evaluating LLM responses from a single prompt using Vercel's [AI SDK](https://sdk.vercel.ai/docs/introduction) and [Trigger.dev Realtime](https://trigger.dev/docs/realtime/overview)                                                                                                                                                                                                                      |\n| [Building effective agents](/building-effective-agents)                                                    | 5 different patterns for building effective AI agents with Trigger.dev; [Prompt chaining](/building-effective-agents/src/trigger/trigger/translate-copy.ts), [Routing](/building-effective-agents/src/trigger/trigger/routing-questions.ts), [Parallelization](/building-effective-agents/src/trigger/trigger/parallel-llm-calls.ts), [Orchestrator-workers](/building-effective-agents/src/trigger/trigger/orchestrator-workers.ts) |\n| [Claude thinking chatbot](/claude-thinking-chatbot)                                                        | A chatbot that uses Claude's thinking capabilities to generate responses                                                                                                                                                                                                                                                                                                                                                             |\n| [Deep research agent using the AI SDK](/vercel-ai-sdk-deep-research-agent/)                                | An intelligent deep research agent using the Vercel [AI SDK](https://sdk.vercel.ai/docs/introduction) and Trigger.dev                                                                                                                                                                                                                                                                                                                |\n| [Monorepos](/monorepos)                                                                                    | Examples of using Trigger.dev in monorepo setups with [Turborepo](https://turbo.build/) and [Prisma](https://www.prisma.io/)                                                                                                                                                                                                                                                                                                         |\n| [Next.js server actions](/nextjs-server-actions)                                                           | A [Next.js app](https://nextjs.org/) that triggers Trigger.dev tasks using Server Actions                                                                                                                                                                                                                                                                                                                                            |\n| [Next.js webhooks](/nextjs-webhooks)                                                                       | Example of triggering tasks from incoming webhooks in a [Next.js app](https://nextjs.org/) with Trigger.dev                                                                                                                                                                                                                                                                                                                          |\n| [Mastra agents](/mastra-agents)                                                                            | Example of using [Mastra](https://github.com/mastra-ai/mastra) agents with Trigger.dev                                                                                                                                                                                                                                                                                                                                               |\n| [OpenAI Agent SDK Guardrails examples](/openai-agent-sdk-guardrails-examples)                              | Examples of using the [OpenAI Agent SDK](https://openai.github.io/openai-agents-python/) with guardrails and Trigger.dev                                                                                                                                                                                                                                                                                                             |\n| [OpenAI Agents SDK for Typescript with Trigger.dev playground](/openai-agents-sdk-with-trigger-playground) | A playground to test and play with AI agents built with the OpenAI Agents SDK for Typescript and Trigger.dev                                                                                                                                                                                                                                                                                                                         |\n| [Product image generator](/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                                                                                                                                                                                                                    |\n| [Python doc to markdown converter](/python-doc-to-markdown-converter)                                      | Convert documents to Markdown using [Trigger.dev](https://trigger.dev) and [MarkItDown](https://github.com/microsoft/markitdown)                                                                                                                                                                                                                                                                                                     |\n| [Python Crawl4ai](/python-crawl4ai)                                                                        | Headless web crawler using Trigger.dev with Python, [Crawl4AI](https://github.com/triggerdotdev/examples/tree/main/python-crawl4ai), and [Playwright](https://playwright.dev/)                                                                                                                                                                                                                                                       |\n| [Python image processing](/python-image-processing)                                                        | Python-based ([Pillow](https://pillow.readthedocs.io/en/stable/)) image processing tasks and uploading to S3-compatible storage                                                                                                                                                                                                                                                                                                      |\n| [Python PDF form extractor](/python-pdf-form-extractor)                                                    | Extract data from PDF forms using Python ([PyMuPDF](https://pypi.org/project/PyMuPDF/)) and Trigger.dev                                                                                                                                                                                                                                                                                                                              |\n| [Realtime CSV importer](/realtime-csv-importer)                                                            | Import and process CSV files with real-time progress updates using [UploadThing](https://uploadthing.com/) and Trigger.dev                                                                                                                                                                                                                                                                                                           |\n| [Realtime fal.ai image generation](/realtime-fal-ai-image-generation)                                      | Generate images from text prompts using [Fal.ai](https://fal.ai/) with real-time progress display using [Trigger.dev Realtime](https://trigger.dev/docs/realtime/overview)                                                                                                                                                                                                                                                           |\n| [Remix webhooks](/remix-webhooks)                                                                          | Example of triggering tasks from incoming webhooks in a [Remix app](https://remix.run/) with Trigger.dev                                                                                                                                                                                                                                                                                                                             |\n| [Supabase edge functions](/supabase-edge-functions)                                                        | Learn how to trigger tasks from [Supabase Edge Functions](https://supabase.com/docs/guides/functions) and Database changes                                                                                                                                                                                                                                                                                                           |\n| [Vercel AI SDK image generator](/vercel-ai-sdk-image-generator)                                            | Generate images using [OpenAI DALL-E](https://openai.com/dall-e) models with Vercel's [AI SDK](https://sdk.vercel.ai/docs/introduction) and Trigger.dev                                                                                                                                                                                                                                                                              |\n\n### Contributing\n\nWe welcome contributions! If you have an example that you'd like to add, please open a PR.\n\n**_Happy coding!_**\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftriggerdotdev%2Fexamples","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftriggerdotdev%2Fexamples","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftriggerdotdev%2Fexamples/lists"}