Skip to content

Commit

Permalink
Readme updates - removed old roadmap and added dev preview EA link (#…
Browse files Browse the repository at this point in the history
…1078)

* Removed outdated roadmap

* Added link to the dev preview article
  • Loading branch information
D-K-P committed May 7, 2024
1 parent 0508de6 commit b289aa3
Showing 1 changed file with 4 additions and 26 deletions.
30 changes: 4 additions & 26 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<img alt="Trigger.dev logo" src="https://imagedelivery.net/3TbraffuDZ4aEf8KWOmI_w/a45d1fa2-0ae8-4a39-4409-f4f934bfae00/public">
</picture>

### The open source background jobs framework
### The open source background jobs platform

[Discord](https://trigger.dev/discord) | [Website](https://trigger.dev) | [Issues](https://github.com/triggerdotdev/trigger.dev/issues) | [Docs](https://trigger.dev/docs)

Expand All @@ -14,7 +14,9 @@

</div>

# About Trigger.dev
> The Trigger.dev v3 developer preview is now open. For more information and to get early access, check out our [developer preview launch post](https://trigger.dev/blog/v3-developer-preview-launch/).
## About Trigger.dev

Create long-running jobs directly in your codebase with features like API integrations, webhooks, scheduling and delays.

Expand Down Expand Up @@ -48,30 +50,6 @@ View every Task in every Run so you can tell exactly what happened.

Easily integrate with hundreds of third-party APIs – including your own. Use API keys (which never leave your server) or let us handle OAuth for you. Install our integration packages and easily subscribe to webhooks and perform common tasks, or you can easily use your existing favorite Node.JS SDKs and get resumability and idempotency through our `runTask` function.

## Our progress

We’re building the most comprehensive and easy-to-use background jobs framework for developers.

Click the links to join the discussions about our upcoming features.

| Feature | What it does | Status |
| ------------------------------------------------------------------------------------ | --------------------------------------------------- | ------ |
| Integration kit | Official Trigger.dev integrations or build your own ||
| Self-hosting | Host the platform yourself ||
| Cloud | Just write code, no deployment required ||
| Dashboard | View every Task in every Run ||
| Serverless | Long-running Jobs on your serverless backend ||
| React hooks | Easily update your UI with Job progress ||
| React frameworks | Support for Remix, Astro, RedwoodJS & more ||
| [Background tasks](https://github.com/triggerdotdev/trigger.dev/discussions/400) | Offload long or intense Tasks to our infrastructure | 🛠️ |
| [Long-running servers](https://github.com/triggerdotdev/trigger.dev/discussions/430) | Run Jobs on your long-running backend | 🛠️ |
| Polling Triggers | Subscribe to changes without webhooks | 🕝 |
| Vercel integration | Easy deploy and preview environment support | 🕝 |
| Streaming | Receive data from your Jobs in realtime | 🕝 |
| 100+ integrations | Comprehensive support for popular APIs | 🕝 |
| [Trigger.dev Connect](https://github.com/triggerdotdev/trigger.dev/discussions/441) | Use integrations signed in as your users | 🕝 |
| File IO | Create Tasks that have file outputs | 🕝 |

# Getting started

Visit our docs [here](https://trigger.dev/docs).
Expand Down

0 comments on commit b289aa3

Please sign in to comment.