@@ -7,17 +7,17 @@ mode: "center"
77
88<CardGroup cols = { 2 } >
99 <Card title = " Quick start" img = " /images/intro-quickstart.jpg" href = " /quick-start" >
10- Get started with Trigger.dev in 3 minutes
11- </Card >
12- <Card title = " Examples" img = " /images/intro-examples.jpg" href = " /guides/introduction#example-tasks" >
13- Explore dozens of examples tasks to use in your own projects
10+ Get started with Trigger.dev and run your first task in 3 minutes
1411 </Card >
1512 <Card
16- title = " Frameworks "
17- img = " /images/intro-frameworks .jpg"
18- href = " /guides/introduction#frameworks "
13+ title = " Guides, frameworks & examples "
14+ img = " /images/intro-examples .jpg"
15+ href = " /guides/introduction#example-tasks "
1916 >
20- Learn how to use Trigger.dev with your favorite frameworks
17+ Browse our wide range of guides, frameworks and example projects
18+ </Card >
19+ <Card title = " MCP Server" img = " /images/intro-mcp.jpg" href = " /mcp-introduction" >
20+ Learn how to install and configure the Trigger.dev MCP Server
2121 </Card >
2222 <Card title = " Video walkthrough" img = " /images/intro-video.jpg" href = " /video-walkthrough" >
2323 Watch an end-to-end demo of Trigger.dev in 10 minutes
@@ -79,21 +79,73 @@ We provide everything you need to build and manage background tasks: a CLI and S
7979## Explore by example
8080
8181<CardGroup cols = { 3 } >
82- <Card title = " FFmpeg" img = " /images/intro-ffmpeg.jpg" href = " /guides/examples/ffmpeg-video-processing" />
83- <Card title = " Fal.ai" img = " /images/intro-fal.jpg" href = " /guides/examples/fal-ai-image-to-cartoon" />
84- <Card title = " Puppeteer" img = " /images/intro-puppeteer.jpg" href = " /guides/examples/puppeteer" />
85- <Card title = " LibreOffice" img = " /images/intro-libreoffice.jpg" href = " /guides/examples/libreoffice-pdf-conversion" />
86- <Card title = " OpenAI" img = " /images/intro-openai.jpg" href = " /guides/examples/open-ai-with-retrying" />
87- <Card title = " Browserbase" img = " /images/intro-browserbase.jpg" href = " /guides/examples/scrape-hacker-news" />
88- <Card title = " Sentry" img = " /images/intro-sentry.jpg" href = " /guides/examples/sentry-error-tracking" />
89- <Card title = " Resend" img = " /images/intro-resend.jpg" href = " /guides/examples/resend-email-sequence" />
90- <Card title = " Vercel AI SDK" img = " /images/intro-vercel.jpg" href = " /guides/examples/vercel-ai-sdk" />
91- <Card title = " Sharp" img = " /images/intro-sharp.jpg" href = " /guides/examples/sharp-image-processing" />
92- <Card title = " Deepgram" img = " /images/intro-deepgram.jpg" href = " /guides/examples/deepgram-transcribe-audio" />
93- <Card title = " Supabase" img = " /images/intro-supabase.jpg" href = " /guides/examples/supabase-database-operations" />
94- <Card title = " DALL•E" img = " /images/intro-openai.jpg" href = " /guides/examples/dall-e3-generate-image" />
95- <Card title = " Firecrawl" img = " /images/intro-firecrawl.jpg" href = " /guides/examples/firecrawl-url-crawl" />
96- <Card title = " Lightpanda" img = " /images/intro-lightpanda.jpg" href = " /guides/examples/lightpanda" />
82+ <Card
83+ title = " FFmpeg"
84+ img = " /images/intro-ffmpeg.jpg"
85+ href = " /guides/examples/ffmpeg-video-processing"
86+ />
87+ <Card
88+ title = " Fal.ai"
89+ img = " /images/intro-fal.jpg"
90+ href = " /guides/examples/fal-ai-image-to-cartoon"
91+ />
92+ <Card title = " Puppeteer" img = " /images/intro-puppeteer.jpg" href = " /guides/examples/puppeteer" />
93+ <Card
94+ title = " LibreOffice"
95+ img = " /images/intro-libreoffice.jpg"
96+ href = " /guides/examples/libreoffice-pdf-conversion"
97+ />
98+ <Card
99+ title = " OpenAI"
100+ img = " /images/intro-openai.jpg"
101+ href = " /guides/examples/open-ai-with-retrying"
102+ />
103+ <Card
104+ title = " Browserbase"
105+ img = " /images/intro-browserbase.jpg"
106+ href = " /guides/examples/scrape-hacker-news"
107+ />
108+ <Card
109+ title = " Sentry"
110+ img = " /images/intro-sentry.jpg"
111+ href = " /guides/examples/sentry-error-tracking"
112+ />
113+ <Card
114+ title = " Resend"
115+ img = " /images/intro-resend.jpg"
116+ href = " /guides/examples/resend-email-sequence"
117+ />
118+ <Card
119+ title = " Vercel AI SDK"
120+ img = " /images/intro-vercel.jpg"
121+ href = " /guides/examples/vercel-ai-sdk"
122+ />
123+ <Card
124+ title = " Sharp"
125+ img = " /images/intro-sharp.jpg"
126+ href = " /guides/examples/sharp-image-processing"
127+ />
128+ <Card
129+ title = " Deepgram"
130+ img = " /images/intro-deepgram.jpg"
131+ href = " /guides/examples/deepgram-transcribe-audio"
132+ />
133+ <Card
134+ title = " Supabase"
135+ img = " /images/intro-supabase.jpg"
136+ href = " /guides/examples/supabase-database-operations"
137+ />
138+ <Card
139+ title = " DALL•E"
140+ img = " /images/intro-openai.jpg"
141+ href = " /guides/examples/dall-e3-generate-image"
142+ />
143+ <Card
144+ title = " Firecrawl"
145+ img = " /images/intro-firecrawl.jpg"
146+ href = " /guides/examples/firecrawl-url-crawl"
147+ />
148+ <Card title = " Lightpanda" img = " /images/intro-lightpanda.jpg" href = " /guides/examples/lightpanda" />
97149</CardGroup >
98150
99151## Explore by build extension
0 commit comments