diff --git a/src/content/docs/code-push/create.mdx b/src/content/docs/code-push/create.mdx
index ba9c381b..78a53f15 100644
--- a/src/content/docs/code-push/create.mdx
+++ b/src/content/docs/code-push/create.mdx
@@ -6,6 +6,8 @@ sidebar:
order: 2
---
+import ArcadeEmbed from '~/components/ArcadeEmbed.astro';
+
:::note
If you have an existing project, you can use
@@ -19,6 +21,11 @@ To create a new Flutter project with Shorebird, use `shorebird create`:
shorebird create my_app
```
+
+
This does several things:
1. Runs
diff --git a/src/content/docs/getting-started/index.mdx b/src/content/docs/getting-started/index.mdx
index 17c853b3..2adf1b74 100644
--- a/src/content/docs/getting-started/index.mdx
+++ b/src/content/docs/getting-started/index.mdx
@@ -11,8 +11,12 @@ import {
LinkCard,
} from 'starlight-theme-nova/components';
import { Steps, Tabs, TabItem } from '@astrojs/starlight/components';
+import ArcadeEmbed from '~/components/ArcadeEmbed.astro';
-{/* TODO: Add 2-minute installation walkthrough video */}
+
This guide walks you through installing Shorebird and integrating it into your
Flutter app.