Integrations
Connect Trigger.dev to your existing tools and platforms.
Official Integrations
Vercel Integration
Automate task deployments whenever code is deployed to Vercel.
How it works:
- Connect your Vercel project to your Trigger.dev project
- Every Vercel deployment automatically triggers a Trigger.dev deployment
- Environment variables sync bidirectionally
Atomic deployments — when enabled, Trigger.dev gates your Vercel deployment until the task build completes, then triggers a Vercel redeployment with TRIGGER_VERSION set — ensuring synchronized releases.
Install:
- Dashboard → Integrations → Vercel, or
- Vercel Marketplace → search "Trigger.dev"
See Vercel Integration details.
GitHub Integration
Connect your GitHub repository for enhanced dashboard features:
- View source code links in run traces
- Commit information on deployments
- Branch tracking for preview environments
See GitHub Integration details.
MCP Server (AI Assistants)
Connect Trigger.dev as an MCP (Model Context Protocol) server for Claude, Cursor, or other AI assistants:
bash
# Install during CLI init (prompted automatically)
npx trigger.dev@latest initThe MCP server gives your AI assistant:
- Access to your task definitions
- Ability to trigger test runs
- Real-time run status
See MCP Tools for details.
Framework Guides
| Framework | Guide |
|---|---|
| Next.js | Next.js setup guide |
| Remix | Remix setup guide |
| Node.js | Node.js guide |
| Bun | Bun guide |
| SvelteKit | SvelteKit community guide |
Popular Service Integrations
These are integration examples from the official examples repository:
| Service | Type | Notes |
|---|---|---|
| OpenAI | AI | GPT-4o, DALL-E 3, Whisper |
| Anthropic | AI | Claude models via SDK |
| Vercel AI SDK | AI | Multi-model streaming |
| Stripe | Payments | Webhooks, subscriptions |
| Supabase | Database | CRUD, storage, auth |
| Resend | Transactional, sequences | |
| React Email | Template rendering | |
| Firecrawl | Scraping | URL to markdown |
| Deepgram | Audio | Speech-to-text |
| Replicate | AI | Image/video generation |
| Fal.ai | AI | Image generation, real-time |
| Sentry | Monitoring | Error tracking in tasks |
| Hookdeck | Webhooks | Webhook routing |
| Lightpanda | Browser | Headless browser (lightweight) |
| Puppeteer | Browser | Full Chrome automation |
| FFmpeg | Video | Video processing |
| Sharp | Images | Image manipulation |
| LibreOffice | Docs | PDF conversion |
For code examples, see Example Tasks.