Home
Companies
Trigger.dev

Trigger.dev

The open source background jobs framework for Typescript

Create background jobs directly in your codebase with features like API integrations, webhooks, scheduling and delays. Previously, the founders built JSON Hero, an open source JSON viewer that is currently used by more than 35k developers a month. Eric was CTO of Code School, an early code learning platform that was acquired in 2015. Matt created two iPad apps that won Apple’s App of the Year.

Trigger.dev
Founded:2022
Team Size:4
Location:London, United Kingdom
Group Partner:Aaron Epstein

Active Founders

Matt Aitken

Matt Aitken is the CEO of Trigger.dev, a developer tool that makes creating automation workflows a great experience in your codebase. He's a programmer who previously created two iPad apps that went on to win Apple's iPad app of the year award. He's worked on several startups including building JSON Hero, a popular developer tool.

Matt Aitken
Matt Aitken
Trigger.dev

Eric Allam

Eric Allam is the founder and CTO of Trigger.dev, the developer-first open source Zapier Alternative. He's previously co-founded CodeSchool.com and works on JSON Hero, a popular developer tool.

Eric Allam
Eric Allam
Trigger.dev

Dan Patel

Co-founder of Trigger.dev; the background jobs framework for Typescript, and JSON Hero.

James Ritchie

James is the founder and frontend engineer of Trigger.dev, a developer tool for creating background jobs in code. Previously he was a product lead at a number of VC backed startups. He also built JSON Hero, a popular developer tool.

James Ritchie
James Ritchie
Trigger.dev

Company Launches

🔥 TL;DR Trigger.dev is an open source platform that enables developers to effortlessly create event-driven background tasks directly in their codebase – for example, when a Stripe payment fails, open a Linear issue and send an email to yourself, or easily create a drip email campaign. Write workflows using our SDK, and view a detailed history of all runs in our web app.

Hey! We’re Matt, Dan, James and Eric, the founders of Trigger.dev.

👀 The Problem:

  • As developers, we find that current workflow / automation tools like Zapier, n8n or Make are great for simple tasks, but not suitable for more advanced use cases.
  • Developers often end up creating important workflows in no/low-code tools on behalf of non-technical team members.
  • Some of these tools let you drop down into code, but it’s not a great developer experience. Developers prefer using their own IDEs with version control and access to the best tools like GitHub Copilot.
  • Connecting together APIs in code is painful – you need to deal with authentication, lots of SDKs and docs for each API you use.
  • Some workflows need to use a database query or access very private data. That data shouldn’t leave your servers and you shouldn’t need to give database access to a third-party.

✨ Our solution:

Trigger.dev makes it easy to create workflows in response to API events (webhooks), on a schedule or on-demand by sending your own events.

All of this lives in code alongside everything else in your codebase. We handle API authentication with external services, allowing more time to be spent writing functional code, rather than dealing with credentials. We also support long delays of up to a year that survive your server restarting.

All workflow runs can be viewed in our web app providing great observability for debugging.

🛠 How it works

  • Install the Trigger.dev SDK to get access to our custom packages and functions
  • Trigger workflows from webhooks, custom events or schedules (CRON)
  • Use our growing library of API integrations for the best experience. We will support all of the most popular services, including Slack, Airtable, Linear, Stripe, GitHub, SendGrid, Notion and many more. We’re adding more each week with the help of our open source contributors.
  • Support for Fetch and subscribing to generic webhooks for any service.
  • Add delays of up to 1 year. Workflows will resume where they left off, even if your server has gone down.
  • Observe every workflow run in the app (great for debugging).
  • Your private data is kept private – you have control over where your data is sent.
  • Our open source MIT license lets anyone self-host the platform.

It’s clear from our launch and customers that developers want to be creating workflows in code rather than in an unfamiliar UI. We expect this trend to continue, especially with the rise of AI code writing assistants such as Copilot and Ghostwriter. Leveraging these tools will only improve Trigger.dev as time goes on, and make the creation of complex workflows more and more accessible to all developers.

🙏 Our asks

If you have a workflow you want to build and would like to try our platform - we would love to hear from you!

⭐️ Our YC deal:

  • YC W23: for 12 months, get unlimited workflows with 100k runs per month for free.
  • YC Alumni: for 6 months, get unlimited workflows with 50k runs per month for free.

If you have any questions or want to access the YC deal, please email me at matt@trigger.dev.

Other Company Launches

🦸 API Hero: make every API you use faster and more reliable with one line of code

An open source API proxy that makes debugging and caching APIs trivial
Read Launch ›