Files
triggerdotdev--trigger.dev/docs/documentation/introduction.mdx
T
Matt Aitken de302858f8 v3 docs (#929)
* Started building out the docs navigation

* Drafted out a lot of the docs pages. With just titles and descriptions with a coming soon message for now.

* A ton more scaffolded pages with titles, descriptions, coming soon/incomplete docs messages

* Created the remaining page stubs

* Introduction page improvements

* Lots of docs changes, mostly the task overview page

* Moved some bits around

* Task overview fleshed out

* Triggering docs page

* Regular task page

* CLi dev docs

* Docs for debugging locally

* Environment variables docs

* Added env var images

* Deployment guides

* Updated the title of “Integrations” to “Deployment integrations” to make it less confusing

* Lots more docs pages

* Changed the language to JavaScript

* Fixed typos about queues and added a simple code sample

* Moved the local debugger docs into the CLI dev page

* Added the CLI deploy options

* Delete the local debugger page

* Updated the logging page with structured logging

* Added the new CLI deploy options

* Change to h4 for one of the options

* Errors page

* WIP on retrying

* Retrying guide

* Wait docs pages

* Queuing docs simplified, partial written

* Queuing and concurrency docs

* Run tests docs

* New combined error and retrying page

* Errors and retrying page updated

* More docs

* Added a possible configurations coming soon table

* Created a limits page

* Added warnings about how you need to get early access

* Minor fixes for the docs
2024-03-22 14:09:27 +00:00

84 lines
3.0 KiB
Plaintext

---
title: "Getting Started: Introduction"
sidebarTitle: "Introduction"
description: "Welcome to the Trigger.dev documentation."
---
Trigger.dev is an open source framework for creating long-running Jobs directly in your app with API Integrations, webhooks, scheduling and delays. You can reliably run Jobs that wouldn't normally work in serverless environments (like Vercel) because of timeouts.
You can use [Trigger.dev Cloud](https://cloud.trigger.dev) or [Self-host Trigger.dev](/documentation/guides/self-hosting) on your own infrastructure.
<Note>Trigger.dev v2 currently only supports serverless.</Note>
<CardGroup>
<Card title="Quick start guides" icon="person-running-fast" href="quickstarts/introduction">
Get started in 5 minutes.
</Card>
<Card title="Video walkthrough" icon="video" href="/documentation/guides/video-walkthrough">
Go from zero to a working Job in your app in 10 minutes.
</Card>
<Card
title="What is Trigger.dev"
icon="wand-magic-sparkles"
href="/documentation/concepts/what-is-triggerdotdev"
>
Learn more about how Trigger.dev works and how it can help you.
</Card>
<Card title="Integrations" icon="grid-2" href="/integrations">
Trigger.dev integrates with a wide range of services.
</Card>
<Card title="Examples - API catalog" icon="code" href="https://trigger.dev/apis">
Find code examples for many popular APIs. These can be copied / modified for use in your own
projects.
</Card>
<Card title="Manual Setup" icon="book-sparkles" href="guides/manual">
For complete control, you can manually setup Trigger.dev using this guide.
</Card>
</CardGroup>
## Getting help
We'd love to hear from you or give you a hand getting started. Here are some ways to get in touch with us. We'd also ❤️ your support.
<CardGroup>
<Card
title="Join our Discord server"
icon="discord"
href="https://discord.gg/kA47vcd8P6"
color="#5865F2"
>
The #help-and-questions channel is a great place to get help with any questions about
Trigger.dev.
</Card>
<Card
title="Follow us on X (Twitter)"
icon={
<svg xmlns="http://www.w3.org/2000/svg" height="20" viewBox="0 0 512 512">
<path d="M389.2 48h70.6L305.6 224.2 487 464H345L233.7 318.6 106.5 464H35.8L200.7 275.5 26.8 48H172.4L272.9 180.9 389.2 48zM364.4 421.8h39.1L151.1 88h-42L364.4 421.8z" />
</svg>
}
href="https://twitter.com/triggerdotdev"
color="#1DA1F2"
>
Follow us on X (Twitter) to get the latest updates and news.
</Card>
<Card
title="Schedule a call"
icon="phone"
iconType="solid"
href="https://cal.com/team/triggerdotdev/founders-call"
>
Arrange a call with one of the founders. We can help answer questions, build API Integrations
for you and give 1-on-1 help building your first Job.
</Card>
<Card
title="Give us a star on GitHub"
icon="star"
iconType="solid"
href="https://github.com/triggerdotdev/trigger.dev"
color="#fbbf24"
>
Check us out at triggerdotdev/trigger.dev
</Card>
</CardGroup>