Trigger.dev

Trigger.dev

Automates API-triggered workflows in SaaS

Overview

Trigger.dev automates workflows that run when APIs are called, on scheduled times, or due to custom events, as a SaaS platform. Developers write workflows in code, test them, and deploy them as part of their regular code commits, with built-in authentication and connections to third-party services. The platform supports version control and rollbacks, so workflows can be managed like software. Its goal is to help developers and businesses streamline operations through code-driven automation that integrates with existing development workflows.

YC Company

About Trigger.dev

Simplify's Rating
Why Trigger.dev is rated
B-
Rated B on Competitive Edge
Rated B on Growth Potential
Rated C on Differentiation

Industries

Data & Analytics

Enterprise Software

Company Size

11-50

Company Stage

Seed

Total Funding

$630K

Headquarters

London, United Kingdom

Founded

2022

Get referred to Trigger.dev

See people who can refer or advise you

Simplify Jobs

Simplify's Take

What believers are saying

  • Series A on 2025-12-17 raised $16M from Standard Capital and Y Combinator.
  • Trigger.dev reported over 30,000 developers and hundreds of millions of monthly executions in 2025.
  • SOC 2 Type II on 2025-10-28 unlocks healthcare, finance, and enterprise procurement.

What critics are saying

  • June 22 and June 30, 2026 incidents exposed dashboard and logs reliability issues.
  • CVE-2026-44581 hit trigger-dev packages in 2026, increasing trust and patching burden.
  • AWS Step Functions, Temporal, and Zapier compress margins; platform commoditization threatens Trigger.dev's cloud business.

What makes Trigger.dev unique

  • Trigger.dev's TypeScript-native, open-source orchestration beats brittle config-heavy workflow tools.
  • Deterministic replay and deep observability isolate failures across long-running AI workflows.
  • Self-hosted plus cloud deployment serves Cal.com and GovSignals across regulated environments.

Help us improve and share your feedback! Did you find this helpful?

Funding

Total Funding

$630k

Below

Industry Average

Funded Over

2 Rounds

Notable Investors:
Seed funding is usually the first official round after pre-seed, when a startup has a prototype or concept. It’s typically used to develop the product, test the market, and start building the team. Investors here are often angel investors or early-stage venture capitalists.
Seed Funding Comparison
Below Average

Industry standards

$3.3M
$130k
Trigger.dev
$1.5M
Slack
$2M
Netflix
$2.3M
Instacart
$3M
Robinhood

Benefits

Company Equity

Paid Vacation

Paid Sick Leave

Parental Leave

Home Office Stipend

Professional Development Budget

401(k) Retirement Plan

Growth & Insights and Company News

Headcount

6 month growth

0%

1 year growth

0%

2 year growth

-6%
AwazLive
Dec 18th, 2025
Your AI Agents Won't Run In Production. This $16M Series A Changes That.

Your AI agents won't run in production. This $16M Series A changes that. Trigger.dev secures $16M to fix the broken plumbing of the AI agent economy. Trigger.dev has raised a $16 million Series A round led by Standard Capital to solve a problem that is quickly becoming the bottleneck of the AI boom: actually running agents in production without them crashing. The round values the company at $120 million pre-money. It includes participation from Y Combinator, Pioneer Fund, Liquid2, and a cohort of angel investors specializing in developer infrastructure. While the hype cycle focuses on what AI agents can do, Trigger.dev is focused on the unglamorous reality of how they fail. The startup's open-core platform is now used by more than 30,000 developers to manage background jobs and complex workflows, handling hundreds of millions of executions monthly. "Everyone is rushing to build AI agents," said CEO and co-founder Matt Aitken. "Almost no one is ready to run them in production." From JSON headaches to backend orchestration. Aitken's path to infrastructure wasn't linear. After studying architecture and working in game design, he teamed up with co-founder Eric Allam to build JSON Hero, a tool designed to make complex data readable. While the tool found an audience, the founders noticed a deeper issue plaguing their users. Engineers were struggling to manage the invisible logic that powers applications. Fetching data, calling APIs, and syncing systems required a patchwork of queues and retry logic that often broke. When a server restarted, jobs died silently. A single failed API call could derail a complex workflow, and debugging became a forensic exercise that took days. The existing solutions were either too simple for engineers or too complex for rapid development. "Modern web frameworks made frontends joyful," Aitken said. "But the backend job layer was still hacked together on weekends and held together with hope." Trigger.dev pivoted to build the missing piece: a code-first orchestration engine. It provides the reliability of a massive distributed system but allows developers to write standard code without wrestling with proprietary configuration files. Betting on the agent economy. Standard Capital led the round after tracking Trigger.dev's post-YC trajectory, where execution volume jumped 10x. The firm's thesis is that the market is shifting from static chatbots to autonomous agents that perform multi-step tasks across the web. The founders estimate the total addressable market for this infrastructure at $12 billion by 2027. They argue that as LLMs begin making decisions mid-workflow - deciding to process a refund or file a compliance report - the underlying infrastructure needs to be far more resilient than what exists today. Current tools like Zapier handle simple automations well, and AWS Step Functions handle scale, but neither offers the developer experience or the granular observability required for AI agents that might hallucinate or loop unexpectedly. "We see Trigger.dev as the AWS moment for the agent layer," a partner at Standard Capital noted. "Everyone is experimenting with agents. Very few teams can keep them reliable under real-world load." The technical moat. Trigger.dev functions as a distributed orchestration engine with "deterministic replay." This means every step of a workflow - state, inputs, and outputs - is recorded. If a process fails, it can be inspected and replayed from the exact point of failure. This is critical for AI agents, which face three primary failure modes: * Brittle integrations: A 50-step chain collapses if one API times out. * Runaway costs: Loops that get stuck can rack up massive OpenAI bills before anyone notices. * fragmented context: Trying to stitch together LangChain, cron jobs, and queues usually results in data loss. Trigger.dev attempts to solve this with built-in retries, exponential backoff, and deep observability that flags anomalies like runaway loops immediately. "The boring parts of running agents - retries, queues, observability - are exactly what we obsess over," Aitken said. "Developers should not be debugging Stripe refunds at 3 a.m. because an agent silently failed." Traction and revenue. The company creates a moat through an open-core model. The framework is open source (MIT licensed), but the cloud platform - which offers the proprietary metrics and high-scale orchestration - is where the revenue sits. Revenue has grown 11x year-over-year. Currently, about 1,200 customers run production workloads on the platform. These aren't just hobbyist projects; 85 enterprise accounts exceed a million executions per month. Use cases span from a Fortune 500 retailer automating supply chains to a top 5 U.S. bank running fraud detection agents. Interestingly, the average execution time on the platform is 8.2 minutes, indicating deep, complex processing rather than simple webhooks. The competitive landscape. Trigger.dev is fighting a multi-front war. It competes with Temporal on orchestration, LangChain on agent frameworks, and cloud giants like AWS on serverless functions. Against Temporal, Trigger.dev leverages a TypeScript-first approach that feels more native to web developers than Temporal's configuration-heavy setup. Against AWS Step Functions, they compete on price and debuggability, offering "execution diffing" to spot exactly where two agent runs diverged. "Most custom agent systems lose context the moment something goes wrong," Aitken said. "We designed Trigger.dev so context is a first-class citizen, not an afterthought." Looking ahead. The new capital is earmarked for three main goals: achieving SOC 2 compliance to unlock healthcare and finance sectors, expanding their integration library to over 300 APIs, and building "self-healing" workflows where LLMs can attempt to correct failed steps automatically. The team acknowledges the risks. If the "AI winter" arrives and agent adoption slows, the market could contract. However, Trigger.dev remains hedged: roughly 60% of their current revenue comes from traditional, non-AI background jobs like database syncs. Ultimately, Aitken believes reliability is the product. "Runway is not our moat," Aitken said. "Our moat is how many of the world's agents quietly depend on us to do their job."

Anime Ignite
Jul 5th, 2025
Cyberpunk Edgerunners Season 2 Announced!

Article at a glance:Cyberpunk Edgerunners Season 2 is officially happening, and Trigger is back to animate it.The sequel was announced at Anime Expo 2025 with a teaser visual and staff reveals.No release date yet, but expect a brand-new story, possibly with new characters.

Tech.eu
Jan 19th, 2024
These Are The Fastest-Growing Open-Source Startups In Europe Q4 2023

Now entering its fourth year of publication, each quarter Runa Capital tabulates figures gleaned from GitHub and releases the Runa Open Source Startup (ROSS) Index, a global tracker of the fastest-growing open-source startups.In Q4 2023, European open-source startups accounted for 25 percent, arguably 30 percent, of the ROSS Index top 20 operators.These are the top five (six, including an honourable mention) fastest-growing open-source startups in Europe Q4 2023.1. Wasp — Zagreb, CroatiaY Combinator-backed Wasp is a programming language for building full-stack web applications including enterprise web apps with less code and best practices. The company was founded by Martin Sosic and Matija Sosic in 2020 and has raised $1.5 million from investors including HV Capital and Lunar Ventures.2. Tldraw — London, United KingdomTldraw is a collaborative whiteboard that requires no login. The app's blank canvas allows for the drawing of lines or objects, writing of text and insertion of media including images, videos, or GIFs. The free-to-use app was launched in 2021 and has raised $2.7 million in a Lux Capital-led seed round.3

Recently Posted Jobs

Sign up to get curated job recommendations

Trigger.dev is Hiring for 1 Jobs on Simplify!

Find jobs on Simplify and start your career today

Don't see your dream role? Check out thousands of other roles on Simplify. Browse all jobs →