trigger.dev
trigger.dev copied to clipboard
Trigger.dev – build and deploy fully‑managed AI agents and workflows
When creating an integration inside the Trigger.dev monorepo (this repo) you need to add some paths to the tsconfig. Like this: [https://github.com/triggerdotdev/trigger.dev/blob/main/integrations/resend/tsconfig.json](https://github.com/triggerdotdev/trigger.dev/blob/main/integrations/resend/tsconfig.json) We should add this to our docs page:...
## Overview: Update the [Linear integration documentation](https://trigger.dev/docs/integrations/apis/linear) so it is much easier to use as a reference. We have just overhauled our [GitHub documentation](https://trigger.dev/docs/integrations/apis/github) and would like all of the...
Hello to the Trigger.dev team! I'm Agathe Brusset, project manager of MailerSend, a solution to send transactional emails, SMS and verify emails addresses. We would love to connect MailerSend to...
We have a SvelteKit package (@trigger.dev/sveltekit) which allows you to use Trigger.dev easily with SvelteKit. We want to add a Svelte package (@trigger.dev/svelte) that adds hooks that can be used...
**_Please make sure to use Typescript for all code_** ### Task 1 - SolidStart Adaptor - [ ] Create a new folder in `packages` called `solidstart` - [ ] Create...
Vercel have webhook events that we could be exposed through a `@trigger.dev/vercel` integration: [https://vercel.com/docs/observability/webhooks-overview/webhooks-api](https://vercel.com/docs/observability/webhooks-overview/webhooks-api) They also have an API for registering webhooks that we can use: [https://vercel.com/docs/rest-api/endpoints#webhooks](https://vercel.com/docs/rest-api/endpoints#webhooks) # Useful docs/code...
The `remix-development-tools` package adds a lot of really useful tools for debugging Remix apps. ## Solution * Install the package: [https://github.com/Code-Forge-Net/Remix-Dev-Tools/tree/v3.0.0#getting-started](https://github.com/Code-Forge-Net/Remix-Dev-Tools/tree/v3.0.0#getting-started) * The standard installation method should work, this is...
We currently only have a small amount of documentation for task callbacks in the [io.runTask()](https://trigger.dev/docs/sdk/io/runtask) docs but it would be great to flesh out the documentation in more detail, especially...
## Problem We add the `@trigger.dev/react` package when you run `npx @trigger.dev/cli@latest init` in a Next.js project. The Next.js pages directory has a known issue with ESM modules. We currently...
## What is it? Sometimes you only want a Task to run once across your entire Project/Job. One example is sending non-recurring emails. This should only ever happen exactly once....