
Write HTML. Render video. Built for agents.
Trigger.dev gives builders a way to write long-running tasks, agent workflows, and scheduled jobs in TypeScript. You define tasks in your codebase, then deploy them to Trigger.dev for retries, queues, checkpoints, logs, and real-time updates.

Builders who want to ship agent workflows from their codebase with durable execution and monitoring.
You can run agent jobs without timeouts and keep them observable, retryable, and easy to deploy.
Define tasks in TypeScript with `@trigger.dev/sdk` and keep the logic in your repo.
Run jobs without serverless timeouts, including work that takes a long time or waits on external systems.
Queue tasks, control concurrency, and automatically retry failed runs.
Subscribe to run updates and stream AI responses into your app.
Pause a task until someone approves, rejects, or adds feedback.
See logs, traces, metadata, tags, and alerts for each run.
Run Trigger.dev locally or in your own infra, with DEV, PREVIEW, STAGING, and PROD environments.

Website | Docs | Issues | Example projects | Feature requests | Public roadmap | Self-hosting
Trigger.dev is the open-source platform for building AI workflows in TypeScript. Long-running tasks with retries, queues, observability, and elastic scaling.
Build AI agents using all the frameworks, services and LLMs you're used to, deploy them to Trigger.dev and get durable, long-running tasks with retries, queues, observability, and elastic scaling out of the box.
Long-running without timeouts: Execute your tasks with absolutely no timeouts, unlike AWS Lambda, Vercel, and other serverless platforms.
Durability, retries & queues: Build rock solid agents and AI applications using our durable tasks, retries, queues and idempotency.
True runtime freedom: Customize your deployed tasks with system packages – run browsers, Python scripts, FFmpeg and more.
Human-in-the-loop: Programmatically pause your tasks until a human can approve, reject or give feedback.
Realtime apps & streaming: Move your background jobs to the foreground by subscribing to runs or streaming AI responses to your app.
Observability & monitoring: Each run has full tracing and logs. Configure error alerts to catch bugs fast.
Create tasks where they belong: in your codebase. Version control, localhost, test and review like you're already used to.
import { task } from "@trigger.dev/sdk";
//1. You need to export each task
export const helloWorld = task({
//2. Use a unique id for each task
id: "hello-world",
//3. The run function is the main function of the task
run: async (payload: { message: string }) => {
//4. You can write code that runs for a long time here, there are no timeouts
console.log(payload.message);
},
});
Use our SDK to write tasks in your codebase. There's no infrastructure to manage, your tasks automatically scale and connect to our cloud. Or you can always self-host.
We support Development, Staging, Preview, and Production environments, allowing you to test your tasks before deploying them to production.
View every task in every run so you can tell exactly what happened. We provide a full trace view of every task run so you can see what happened at every step.

The quickest way to get started is to create an account and project in our web app, and follow the instructions in the onboarding. Build and deploy your first task in minutes.
If you prefer to self-host Trigger.dev, you can follow our self-hosting guides:
We have a large active community in our official Discord server for support, including a dedicated channel for self-hosting.
To setup and develop locally or contribute to the open source project, follow our development guide.
Sign in to join the discussion.
No comments yet. Be the first to say what this is good for.

Write HTML. Render video. Built for agents.
Ultra-lightweight, open-source, self-hosted personal AI agent framework in Python with WebUI, tools, memory, MCP, multi-agent workflows, automation, and chat apps
SkillOpt is a text-space optimizer that trains reusable natural-language skills for frozen LLM agents through trajectory-driven edits, validation-gated updates, and deployable best_skill.md artifacts.

Omnigent is an open-source AI agent framework and meta-harness: orchestrate Claude Code, Codex, Cursor, Pi, and custom agents — swap harnesses without rewriting, enforce policies and sandboxing, and collaborate in real time from any device.
A theoretical reconstruction of the Claude Mythos architecture, built from first principles using the available research literature.
🕷️ An adaptive Web Scraping framework that handles everything from a single request to a full-scale crawl!