File tree Expand file tree Collapse file tree 7 files changed +45
-63
lines changed Expand file tree Collapse file tree 7 files changed +45
-63
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ ---
2
+ title : " Frameworks, guides and examples overview"
3
+ sidebarTitle : " Introduction"
4
+ description : " An ever growing list of guides and examples to help you get setup with Trigger.dev."
5
+ ---
6
+
7
+ import CardBun from " /snippets/card-bun.mdx" ;
8
+ import CardNodejs from " /snippets/card-nodejs.mdx" ;
9
+ import CardNextjs from " /snippets/card-nextjs.mdx" ;
10
+ import CardRemix from " /snippets/card-remix.mdx" ;
11
+ import CardSupabase from " /snippets/card-supabase.mdx" ;
12
+
13
+ ## Frameworks
14
+
15
+ <CardGroup cols = { 3 } >
16
+ <CardBun />
17
+ <CardNodejs />
18
+ <CardNextjs />
19
+ <CardRemix />
20
+ <CardSupabase />
21
+ </CardGroup >
22
+
23
+ ## Guides
24
+
25
+ Get set up fast using our detailed walk-through guides.
26
+
27
+ | Guide | Description |
28
+ | :---------------------------------------------------- | :------------------------------------------------------------------------------- |
29
+ | [ Prisma] ( /guides/frameworks/prisma ) | This guide will show you how to setup Prisma with Trigger.dev |
30
+ | [ Sequin database triggers] ( /guides/frameworks/sequin ) | This guide will show you how to trigger tasks from database changes using Sequin |
31
+
32
+ ## Examples
33
+
34
+ Tasks you can copy and paste to get started with Trigger.dev. They can all be extended and customized to fit your needs.
35
+
1
36
| Example task | Description |
2
37
| :---------------------------------------------------------------------------- | :----------------------------------------------------------------------------- |
3
38
| [ DALL·E 3 image generation] ( /guides/examples/dall-e3-generate-image ) | Use OpenAI's GPT-4o and DALL·E 3 to generate an image and text. |
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 88
88
"source" : " /trigger-config" ,
89
89
"destination" : " /config/config-file"
90
90
},
91
+ {
92
+ "source" : " /guides/frameworks/introduction" ,
93
+ "destination" : " /guides/overview"
94
+ },
95
+ {
96
+ "source" : " /guides/examples/intro" ,
97
+ "destination" : " /guides/overview"
98
+ },
91
99
{
92
100
"source" : " /examples/:slug*" ,
93
101
"destination" : " /guides/examples/:slug*"
251
259
"pages" : [" community" , " help-slack" , " help-email" ]
252
260
},
253
261
{
254
- "group" : " Overview " ,
255
- "pages" : [" guides/overview " ]
262
+ "group" : " " ,
263
+ "pages" : [" guides/introduction " ]
256
264
},
257
265
{
258
266
"group" : " Frameworks" ,
259
267
"pages" : [
260
- " guides/frameworks/introduction" ,
261
268
" guides/frameworks/bun" ,
262
269
" guides/frameworks/nextjs" ,
263
270
" guides/frameworks/nodejs" ,
281
288
{
282
289
"group" : " Example tasks" ,
283
290
"pages" : [
284
- " guides/examples/intro" ,
285
291
" guides/examples/dall-e3-generate-image" ,
286
292
" guides/examples/deepgram-transcribe-audio" ,
287
293
" guides/examples/ffmpeg-video-processing" ,
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments