# Frameworks, guides and examples

> Source: https://trigger.dev/docs/guides/introduction

[​](https://trigger.dev/docs/guides/introduction#frameworks)

Frameworks
--------------------------------------------------------------------------

![logo-bun](https://mintcdn.com/trigger/5SxX7bFjJKRsidSL/images/logo-bun.png?fit=max&auto=format&n=5SxX7bFjJKRsidSL&q=85&s=66ba8e5d8b75666ef2f6bc402cde6200)

Bun
---

![logo-nextjs](https://mintcdn.com/trigger/5SxX7bFjJKRsidSL/images/logo-nextjs.png?fit=max&auto=format&n=5SxX7bFjJKRsidSL&q=85&s=a9f98e3c3948aeb3acb74648ad29cc8f)

Next.js
-------

![logo-nodejs](https://mintcdn.com/trigger/5SxX7bFjJKRsidSL/images/logo-nodejs.png?fit=max&auto=format&n=5SxX7bFjJKRsidSL&q=85&s=45e461847bf3377f5a4bb12daabc04c1)

Node.js
-------

![logo-remix](https://mintcdn.com/trigger/5SxX7bFjJKRsidSL/images/logo-remix.png?fit=max&auto=format&n=5SxX7bFjJKRsidSL&q=85&s=4b87aae0d212fdbe8d766de947055f6e)

Remix
-----

![logo-svelte](https://mintcdn.com/trigger/5SxX7bFjJKRsidSL/images/logo-svelte.png?fit=max&auto=format&n=5SxX7bFjJKRsidSL&q=85&s=a0648a3f93ec288a35cf17c9cf8cfdea)

SvelteKit
---------

[​](https://trigger.dev/docs/guides/introduction#guides)

Guides
------------------------------------------------------------------

Get set up fast using our detailed walk-through guides.

| Guide | Description |
| --- | --- |
| [AI Agent: Content moderation](https://trigger.dev/docs/guides/ai-agents/respond-and-check-content) | Parallel check content while responding to customers |
| [AI Agent: Generate and translate copy](https://trigger.dev/docs/guides/ai-agents/generate-translate-copy) | Chain prompts to generate and translate content |
| [AI Agent: News verification](https://trigger.dev/docs/guides/ai-agents/verify-news-article) | Orchestrate fact checking of news articles |
| [AI Agent: Route questions](https://trigger.dev/docs/guides/ai-agents/route-question) | Route questions to different models based on complexity |
| [AI Agent: Translation refinement](https://trigger.dev/docs/guides/ai-agents/translate-and-refine) | Evaluate and refine translations with feedback |
| [Claude Agent SDK](https://trigger.dev/docs/guides/ai-agents/claude-code-trigger) | Build AI agents that read files, run commands, and edit code |
| [Cursor rules](https://trigger.dev/docs/guides/cursor-rules) | Use Cursor rules to help write Trigger.dev tasks |
| [Prisma](https://trigger.dev/docs/guides/frameworks/prisma) | How to setup Prisma with Trigger.dev |
| [Python image processing](https://trigger.dev/docs/guides/python/python-image-processing) | Use Python and Pillow to process images |
| [Python document to markdown](https://trigger.dev/docs/guides/python/python-doc-to-markdown) | Use Python and MarkItDown to convert documents to markdown |
| [Python PDF form extractor](https://trigger.dev/docs/guides/python/python-pdf-form-extractor) | Use Python, PyMuPDF and Trigger.dev to extract data from a PDF form |
| [Python web crawler](https://trigger.dev/docs/guides/python/python-crawl4ai) | Use Python, Crawl4AI and Playwright to create a headless web crawler |
| [Sequin database triggers](https://trigger.dev/docs/guides/frameworks/sequin) | Trigger tasks from database changes using Sequin |
| [Stripe webhooks](https://trigger.dev/docs/guides/examples/stripe-webhook) | Trigger tasks from incoming Stripe webhook events |
| [Hookdeck webhooks](https://trigger.dev/docs/guides/examples/hookdeck-webhook) | Use Hookdeck to receive webhooks and forward them to Trigger.dev tasks |
| [Supabase database webhooks](https://trigger.dev/docs/guides/frameworks/supabase-edge-functions-database-webhooks) | Trigger tasks using Supabase database webhooks |
| [Supabase edge function hello world](https://trigger.dev/docs/guides/frameworks/supabase-edge-functions-basic) | Trigger tasks from Supabase edge function |
| [Using webhooks in Next.js](https://trigger.dev/docs/guides/frameworks/nextjs-webhooks) | Trigger tasks from a webhook in Next.js |
| [Using webhooks in Remix](https://trigger.dev/docs/guides/frameworks/remix-webhooks) | Trigger tasks from a webhook in Remix |

[​](https://trigger.dev/docs/guides/introduction#featured-use-cases)

Featured use cases
------------------------------------------------------------------------------------------

Data processing & ETL workflows
-------------------------------

Build complex data pipelines that process large datasets without timeouts.

Media processing workflows
--------------------------

Batch process videos, images, audio, and documents with no execution time limits.

AI media generation workflows
-----------------------------

Generate images, videos, audio, documents and other media using AI models.

Marketing workflows
-------------------

Build drip campaigns, create marketing content, and orchestrate multi-channel campaigns.

[​](https://trigger.dev/docs/guides/introduction#example-projects)

Example projects
--------------------------------------------------------------------------------------

Example projects are full projects with example repos you can fork and use. These are a great way of learning how to use Trigger.dev in your projects.

| Example project | Description | Framework | GitHub |
| --- | --- | --- | --- |
| [Anchor Browser web scraper](https://trigger.dev/docs/guides/example-projects/anchor-browser-web-scraper) | Monitor a website and find the cheapest tickets for a show. | —   | [View the repo](https://github.com/triggerdotdev/examples/tree/main/anchor-browser-web-scraper) |
| [Batch LLM Evaluator](https://trigger.dev/docs/guides/example-projects/batch-llm-evaluator) | Evaluate multiple LLM models and stream the results to the frontend. | Next.js | [View the repo](https://github.com/triggerdotdev/examples/tree/main/batch-llm-evaluator) |
| [Claude changelog generator](https://trigger.dev/docs/guides/example-projects/claude-changelog-generator) | Automatically generate professional changelogs from git commits using Claude. | —   | [View the repo](https://github.com/triggerdotdev/examples/tree/main/changelog-generator) |
| [Claude GitHub wiki agent](https://trigger.dev/docs/guides/example-projects/claude-github-wiki) | Generate and maintain GitHub wiki documentation with Claude-powered analysis. | —   | [View the repo](https://github.com/triggerdotdev/examples/tree/main/claude-agent-github-wiki) |
| [Claude thinking chatbot](https://trigger.dev/docs/guides/example-projects/claude-thinking-chatbot) | Use Vercel’s AI SDK and Anthropic’s Claude 3.7 model to create a thinking chatbot. | Next.js | [View the repo](https://github.com/triggerdotdev/examples/tree/main/claude-thinking-chatbot) |
| [Cursor background agent](https://trigger.dev/docs/guides/example-projects/cursor-background-agent) | Run Cursor’s headless CLI agent as a background task, streaming live output to the browser. | Next.js | [View the repo](https://github.com/triggerdotdev/examples/tree/main/cursor-cli-demo) |
| [Human-in-the-loop workflow](https://trigger.dev/docs/guides/example-projects/human-in-the-loop-workflow) | Create audio summaries of newspaper articles using a human-in-the-loop workflow built with ReactFlow and Trigger.dev waitpoint tokens. | Next.js | [View the repo](https://github.com/triggerdotdev/examples/tree/main/article-summary-workflow) |
| [Mastra agents with memory](https://trigger.dev/docs/guides/example-projects/mastra-agents-with-memory) | Use Mastra to create a weather agent that can collect live weather data and generate clothing recommendations. | —   | [View the repo](https://github.com/triggerdotdev/examples/tree/main/mastra-agents) |
| [OpenAI Agents SDK for Python guardrails](https://trigger.dev/docs/guides/example-projects/openai-agent-sdk-guardrails) | Use the OpenAI Agents SDK for Python to create a guardrails system for your AI agents. | —   | [View the repo](https://github.com/triggerdotdev/examples/tree/main/openai-agent-sdk-guardrails-examples) |
| [OpenAI Agents SDK for TypeScript playground](https://trigger.dev/docs/guides/example-projects/openai-agents-sdk-typescript-playground) | A playground containing 7 AI agents using the OpenAI Agents SDK for TypeScript with Trigger.dev. | —   | [View the repo](https://github.com/triggerdotdev/examples/tree/main/openai-agents-sdk-with-trigger-playground) |
| [Product image generator](https://trigger.dev/docs/guides/example-projects/product-image-generator) | Transform basic product photos into professional marketing shots using Replicate’s image generation models. | Next.js | [View the repo](https://github.com/triggerdotdev/examples/tree/main/product-image-generator) |
| [Python web crawler](https://trigger.dev/docs/guides/python/python-crawl4ai) | Use Python, Crawl4AI and Playwright to create a headless web crawler with Trigger.dev. | —   | [View the repo](https://github.com/triggerdotdev/examples/tree/main/python-crawl4ai) |
| [Realtime CSV Importer](https://trigger.dev/docs/guides/example-projects/realtime-csv-importer) | Upload a CSV file and see the progress of the task streamed to the frontend. | Next.js | [View the repo](https://github.com/triggerdotdev/examples/tree/main/realtime-csv-importer) |
| [Realtime Fal.ai image generation](https://trigger.dev/docs/guides/example-projects/realtime-fal-ai) | Generate an image from a prompt using Fal.ai and show the progress of the task on the frontend using Realtime. | Next.js | [View the repo](https://github.com/triggerdotdev/examples/tree/main/realtime-fal-ai-image-generation) |
| [Smart Spreadsheet](https://trigger.dev/docs/guides/example-projects/smart-spreadsheet) | Enrich company data using Exa search and Claude with real-time streaming results. | Next.js | [View the repo](https://github.com/triggerdotdev/examples/tree/main/smart-spreadsheet) |
| [Turborepo monorepo with Prisma](https://trigger.dev/docs/guides/example-projects/turborepo-monorepo-prisma) | Use Prisma in a Turborepo monorepo with Trigger.dev. | Next.js | [View the repo](https://github.com/triggerdotdev/examples/tree/main/monorepos/turborepo-prisma-tasks-package) |
| [Vercel AI SDK image generator](https://trigger.dev/docs/guides/example-projects/vercel-ai-sdk-image-generator) | Use the Vercel AI SDK to generate images from a prompt. | Next.js | [View the repo](https://github.com/triggerdotdev/examples/tree/main/vercel-ai-sdk-image-generator) |
| [Vercel AI SDK deep research agent](https://trigger.dev/docs/guides/example-projects/vercel-ai-sdk-deep-research) | Use the Vercel AI SDK to generate comprehensive PDF reports using a deep research agent. | Next.js | [View the repo](https://github.com/triggerdotdev/examples/tree/main/vercel-ai-sdk-deep-research-agent) |

[​](https://trigger.dev/docs/guides/introduction#example-tasks)

Example tasks
--------------------------------------------------------------------------------

Task code you can copy and paste to use in your project. They can all be extended and customized to fit your needs.

| Example task | Description |
| --- | --- |
| [DALL·E 3 image generation](https://trigger.dev/docs/guides/examples/dall-e3-generate-image) | Use OpenAI’s GPT-4o and DALL·E 3 to generate an image and text. |
| [Deepgram audio transcription](https://trigger.dev/docs/guides/examples/deepgram-transcribe-audio) | Transcribe audio using Deepgram’s speech recognition API. |
| [Fal.ai image to cartoon](https://trigger.dev/docs/guides/examples/fal-ai-image-to-cartoon) | Convert an image to a cartoon using Fal.ai, and upload the result to Cloudflare R2. |
| [Fal.ai with Realtime](https://trigger.dev/docs/guides/examples/fal-ai-realtime) | Generate an image from a prompt using Fal.ai and show the progress of the task on the frontend using Realtime. |
| [FFmpeg video processing](https://trigger.dev/docs/guides/examples/ffmpeg-video-processing) | Use FFmpeg to process a video in various ways and save it to Cloudflare R2. |
| [Firecrawl URL crawl](https://trigger.dev/docs/guides/examples/firecrawl-url-crawl) | Learn how to use Firecrawl to crawl a URL and return LLM-ready markdown. |
| [LibreOffice PDF conversion](https://trigger.dev/docs/guides/examples/libreoffice-pdf-conversion) | Convert a document to PDF using LibreOffice. |
| [Lightpanda](https://trigger.dev/docs/guides/examples/lightpanda) | Use Lightpanda browser (or cloud version) to get a webpage’s content. |
| [OpenAI with retrying](https://trigger.dev/docs/guides/examples/open-ai-with-retrying) | Create a reusable OpenAI task with custom retry options. |
| [PDF to image](https://trigger.dev/docs/guides/examples/pdf-to-image) | Use `MuPDF` to turn a PDF into images and save them to Cloudflare R2. |
| [Puppeteer](https://trigger.dev/docs/guides/examples/puppeteer) | Use Puppeteer to generate a PDF or scrape a webpage. |
| [React email](https://trigger.dev/docs/guides/examples/react-email) | Send an email using React Email. |
| [React to PDF](https://trigger.dev/docs/guides/examples/react-pdf) | Use `react-pdf` to generate a PDF and save it to Cloudflare R2. |
| [Resend email sequence](https://trigger.dev/docs/guides/examples/resend-email-sequence) | Send a sequence of emails over several days using Resend with Trigger.dev. |
| [Replicate image generation](https://trigger.dev/docs/guides/examples/replicate-image-generation) | Learn how to generate images from source image URLs using Replicate and Trigger.dev. |
| [Satori](https://trigger.dev/docs/guides/examples/satori) | Generate OG images using React Satori. |
| [Scrape Hacker News](https://trigger.dev/docs/guides/examples/scrape-hacker-news) | Scrape Hacker News using BrowserBase and Puppeteer, summarize the articles with ChatGPT and send an email of the summary every weekday using Resend. |
| [Sentry error tracking](https://trigger.dev/docs/guides/examples/sentry-error-tracking) | Automatically send errors to Sentry from your tasks. |
| [Sharp image processing](https://trigger.dev/docs/guides/examples/sharp-image-processing) | Use Sharp to process an image and save it to Cloudflare R2. |
| [Supabase database operations](https://trigger.dev/docs/guides/examples/supabase-database-operations) | Run basic CRUD operations on a table in a Supabase database using Trigger.dev. |
| [Supabase Storage upload](https://trigger.dev/docs/guides/examples/supabase-storage-upload) | Download a video from a URL and upload it to Supabase Storage using S3. |
| [Vercel AI SDK](https://trigger.dev/docs/guides/examples/vercel-ai-sdk) | Use Vercel AI SDK to generate text using OpenAI. |
| [Vercel sync environment variables](https://trigger.dev/docs/guides/examples/vercel-sync-env-vars) | Automatically sync environment variables from your Vercel projects to Trigger.dev. |

If you would like to see a guide for your framework, or an example task for your use case, please request it in our [Discord server](https://trigger.dev/discord)
 and we’ll add it to the list.

Was this page helpful?

YesNo

[BunThis guide will show you how to setup Trigger.dev in your existing Bun project, test an example task, and view the run.\
\
Next](https://trigger.dev/docs/guides/frameworks/bun)

⌘I

Assistant

Responses are generated using AI and may contain mistakes.
