diff --git a/docs/introduction.mdx b/docs/introduction.mdx
index bf6d63284..9d3885ede 100644
--- a/docs/introduction.mdx
+++ b/docs/introduction.mdx
@@ -17,6 +17,10 @@ We're [open source](https://github.com/triggerdotdev/trigger.dev) and you can ch
## Getting started
+
+
+
+
Go from zero to running your first task in 3 minutes.
@@ -24,7 +28,7 @@ We're [open source](https://github.com/triggerdotdev/trigger.dev) and you can ch
Tasks are the core of Trigger.dev. Learn what they are and how to write them.
-
+
Detailed guides for setting up Trigger.dev with popular frameworks and services, including
Next.js, Remix, Supabase and more.
diff --git a/docs/mint.json b/docs/mint.json
index 3b34bfcc8..ce247ea8f 100644
--- a/docs/mint.json
+++ b/docs/mint.json
@@ -119,7 +119,14 @@
"navigation": [
{
"group": "Getting Started",
- "pages": ["introduction", "quick-start", "how-it-works", "upgrading-beta", "limits"]
+ "pages": [
+ "introduction",
+ "quick-start",
+ "video-walkthrough",
+ "how-it-works",
+ "upgrading-beta",
+ "limits"
+ ]
},
{
"group": "Fundamentals",
diff --git a/docs/video-walkthrough.mdx b/docs/video-walkthrough.mdx
new file mode 100644
index 000000000..c90f66af2
--- /dev/null
+++ b/docs/video-walkthrough.mdx
@@ -0,0 +1,16 @@
+---
+title: "Video walkthrough"
+description: "Go from zero to a working task in your Next.js app in 10 minutes."
+---
+
+
+
+
+
+### In this video we cover the following topics:
+
+- [0:00](https://youtu.be/YH_4c0K7fGM?si=J8svVzotZtyTXDap&t=0) – [Install Trigger.dev](/quick-start) in an existing Next.js project
+- [1:44](https://youtu.be/YH_4c0K7fGM?si=J8svVzotZtyTXDap&t=104) – [Run and test](/run-tests) the "Hello, world!" example project
+- [2:09](https://youtu.be/YH_4c0K7fGM?si=FMTP8ep_cDBCU0_x&t=128) – Create and run an AI image generation task that uses [Fal.ai](https://fal.ai)
+- [6:25](https://youtu.be/YH_4c0K7fGM?si=pPc8iLI2Y9FGD3yo&t=385) – Create and run a [Trigger.dev Realtime](/realtime/overview) example using [Trigger.dev React hooks](/frontend/react-hooks)
+- [11:10](https://youtu.be/YH_4c0K7fGM?si=Mjd0EvvNsNlVouvY&t=670) – [Deploy your task](/cli-deploy) to the Trigger.dev Cloud