Files
triggerdotdev--trigger.dev/apps/docs/welcome.mdx
T
2023-02-01 11:21:22 +00:00

59 lines
1.8 KiB
Plaintext

---
title: "Trigger.dev Documentation"
sidebarTitle: "Welcome"
description: ""
---
Trigger.dev is an open source platform that makes it easy for developers to create event-driven background tasks directly in their code. Build, test and run workflows locally using our SDK. Subscribe to webhooks, schedule jobs, run background jobs and add long delays easily and reliably. In our web app you get full visibility of every run your workflow has ever made.
<CardGroup>
<Card title="Getting Started" icon="circle-play" href="/getting-started">
Quickly get up and running with Trigger.dev by following our quick start
guide.
</Card>
<Card
title="Examples"
icon="arrow-right-arrow-left"
href="/examples/examples"
>
One of the quickest ways to learn how Trigger.dev works is to view some
example workflows.
</Card>
<Card
title="Join Our Discord"
icon="discord"
href="https://discord.gg/kA47vcd8P6"
>
The #help-and-questions channel is a great place to get help with any
questions about Trigger.dev.
</Card>
<Card
title="Schedule a call"
icon="phone"
href="https://cal.com/team/triggerdotdev/support"
>
Arrange a call with one of the founders. We can help answer questions, build
API integrations for you and help you with workflows.
</Card>
</CardGroup>
Workflows live in your codebase so you can use your existing types, functions, version control and IDE. They are triggered by us but run on your server so your private data is never exposed.
_A workflow in action:_
![Test a run](/images/workflow-demo.gif)
<iframe
width="100%"
height="440"
src="https://www.youtube.com/embed/aFlwD0frvnQ?rel=0"
title="YouTube video player"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
allowfullscreen
></iframe>
&nbsp;