@@ -15,40 +15,7 @@ mode: "center"
1515 <Card title = " SvelteKit" img = " /images/logo-svelte.png" href = " /guides/community/sveltekit" />
1616</CardGroup >
1717
18- ## Use cases
19-
20- Explore comprehensive guides for common use cases and workflows:
21-
22- <CardGroup cols = { 2 } >
23- <Card
24- title = " Data Processing & ETL"
25- href = " /guides/use-cases/data-processing-etl"
26- >
27- Transform and move data reliably at any scale. Whether streaming real-time analytics, enriching
28- customer records, or synchronizing large datasets.
29- </Card >
30- <Card
31- title = " Content generation"
32- href = " /guides/use-cases/content-generation"
33- >
34- Create scalable content workflows from single assets to thousands. Generate PDFs, videos, or
35- social media content with progress tracking and approval steps.
36- </Card >
37- <Card
38- title = " Media processing"
39- href = " /guides/use-cases/media-processing"
40- >
41- Process audio, video, and images efficiently with adaptive workflows. From real-time
42- transcription to batch optimization.
43- </Card >
44- <Card
45- title = " Marketing"
46- href = " /guides/use-cases/marketing"
47- >
48- Orchestrate campaigns that respond dynamically to user behavior. Build drip sequences,
49- personalization engines, and analytics workflows.
50- </Card >
51- </CardGroup >
18+ import UseCasesCards from " /snippets/use-cases-cards.mdx" ;
5219
5320## Guides
5421
@@ -74,6 +41,8 @@ Get set up fast using our detailed walk-through guides.
7441| [ Using webhooks in Next.js] ( /guides/frameworks/nextjs-webhooks ) | Trigger tasks from a webhook in Next.js |
7542| [ Using webhooks in Remix] ( /guides/frameworks/remix-webhooks ) | Trigger tasks from a webhook in Remix |
7643
44+ <UseCasesCards />
45+
7746## Example projects
7847
7948Example projects are full projects with example repos you can fork and use. These are a great way of learning how to use Trigger.dev in your projects.
0 commit comments