You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Updated intro and moved stripe webhooks into the webhooks section
* Added additional resources links to nextjs and remix
* Updated intro page
* Changed formatting to improve layout
* Removed Supabase card from frameworks
@@ -155,7 +150,6 @@ Push your code to a Git repository and create a new project in the Vercel dashbo
155
150
156
151
</Step>
157
152
158
-
159
153
<Steptitle="Add your Vercel environment variables">
160
154
161
155
In the Vercel project settings, add your Trigger.dev secret key:
@@ -174,7 +168,10 @@ You can find this key in the Trigger.dev dashboard under API Keys and select the
174
168
175
169
Once you've added the environment variable, deploy your project to Vercel.
176
170
177
-
<Note>Ensure you have also deployed your Trigger.dev task. See [deploy your task step](/guides/frameworks/remix#deploying-your-task-to-trigger-dev).</Note>
171
+
<Note>
172
+
Ensure you have also deployed your Trigger.dev task. See [deploy your task
|[Prisma](/guides/frameworks/prisma)| How to setup Prisma with Trigger.dev |
29
+
|[Sequin database triggers](/guides/frameworks/sequin)| Trigger tasks from database changes using Sequin |
30
+
|[Supabase edge function hello world](/guides/frameworks/supabase-edge-functions-basic)| Trigger tasks from Supabase edge function |
31
+
|[Supabase database webhooks](/guides/frameworks/supabase-edge-functions-database-webhooks)| Trigger tasks using Supabase database webhooks |
32
+
|[Using webhooks in Next.js](/guides/frameworks/nextjs-webhooks)| Trigger tasks from a webhook in Next.js |
33
+
|[Using webhooks in Remix](/guides/frameworks/remix-webhooks)| Trigger tasks from a webhook in Remix |
34
+
|[Stripe webhooks](/guides/examples/stripe-webhook)| Trigger tasks from incoming Stripe webhook events |
34
35
35
36
## Example tasks
36
37
@@ -47,7 +48,11 @@ Tasks you can copy and paste to get started with Trigger.dev. They can all be ex
47
48
|[Puppeteer](/guides/examples/puppeteer)| Use Puppeteer to generate a PDF or scrape a webpage. |
48
49
|[Resend email sequence](/guides/examples/resend-email-sequence)| Send a sequence of emails over several days using Resend with Trigger.dev. |
49
50
|[Sharp image processing](/guides/examples/sharp-image-processing)| Use Sharp to process an image and save it to Cloudflare R2. |
50
-
|[Stripe webhook](/guides/examples/stripe-webhook)| Trigger a task from Stripe webhook events. |
51
51
|[Supabase database operations](/guides/examples/supabase-database-operations)| Run basic CRUD operations on a table in a Supabase database using Trigger.dev. |
52
52
|[Supabase Storage upload](/guides/examples/supabase-storage-upload)| Download a video from a URL and upload it to Supabase Storage using S3. |
53
53
|[Vercel AI SDK](/guides/examples/vercel-ai-sdk)| Use Vercel AI SDK to generate text using OpenAI. |
54
+
55
+
<Note>
56
+
If you would like to see a guide for your framework, or an example task for your use case, please
57
+
request it in our [Discord server](https://trigger.dev/discord) and we'll add it to the list.
0 commit comments