Skip to content

Commit 1c14727

Browse files
committed
Added overview page
1 parent 62b3c9d commit 1c14727

2 files changed

Lines changed: 12 additions & 0 deletions

File tree

docs/docs.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -336,6 +336,7 @@
336336
{
337337
"group": "Use cases",
338338
"pages": [
339+
"guides/use-cases/overview",
339340
"guides/use-cases/data-processing-etl",
340341
"guides/use-cases/media-generation",
341342
"guides/use-cases/media-processing",

docs/guides/use-cases/overview.mdx

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
title: "Use cases"
3+
sidebarTitle: "Overview"
4+
description: "Explore common use cases for Trigger.dev including data processing, media workflows, marketing automation, and AI generation"
5+
---
6+
7+
import UseCasesCards from "/snippets/use-cases-cards.mdx";
8+
9+
Trigger.dev handles workflows that traditional platforms struggle with: long-running operations, unpredictable API latencies, multi-hour processing, and complex orchestration patterns. Our platform provides no timeout limits, automatic retries, and real-time progress tracking built in.
10+
11+
<UseCasesCards />

0 commit comments

Comments
 (0)