diff --git a/docs/advanced/ai-context.mdx b/docs/advanced/ai-context.mdx
index 5860812d..dc4ce75b 100644
--- a/docs/advanced/ai-context.mdx
+++ b/docs/advanced/ai-context.mdx
@@ -3,9 +3,11 @@ title: AI Context
description: Learn how to use our AI context to help you design with tscircuit
---
+import YouTubeEmbed from '../../src/components/YouTubeEmbed';
+
## Overview
-
+
You can drop our AI context into your Claude or OpenAI project by downloading
the [`ai.txt`](https://docs.tscircuit.com/ai.txt) file and dropping it into your project.
diff --git a/docs/contributing/report-autorouter-bugs.md b/docs/contributing/report-autorouter-bugs.md
index f3e06af4..16a56279 100644
--- a/docs/contributing/report-autorouter-bugs.md
+++ b/docs/contributing/report-autorouter-bugs.md
@@ -3,13 +3,15 @@ title: Report an Autorouter Bug
description: Learn how to report an autorouter bug so that the tscircuit team can fix it.
---
+import YouTubeEmbed from '../../src/components/YouTubeEmbed';
+
## Overview
You can report autorouter bugs by going to `Errors -> Open Autorouter Log -> Report Bug` inside the tscircuit interface.
When you report a bug, your autorouting data is sent to the tscircuit API so that the autorouting developers can debug the issue.
-
+
## Simulating your bug with the Autorouting Debugger
diff --git a/docs/intro/quickstart-cli.md b/docs/intro/quickstart-cli.md
index 478bdeb6..c00d1a1a 100644
--- a/docs/intro/quickstart-cli.md
+++ b/docs/intro/quickstart-cli.md
@@ -7,13 +7,15 @@ description: >-
other local development tool!
---
+import YouTubeEmbed from '../../src/components/YouTubeEmbed';
+
## Overview
The command line is the best way to use tscircuit. Using the CLI, you can just
run `tsci dev` in a project and see previews of your circuit just like any
other local development tool!
-
+
## Install the tscircuit CLI
@@ -48,4 +50,4 @@ Go to your tscircuit account. You can now see PCB, Schematic and 3D views of you
-This section is coming soon!
+This section is coming soon!
\ No newline at end of file
diff --git a/docs/intro/what-is-tscircuit.mdx b/docs/intro/what-is-tscircuit.mdx
index 7d3ca036..7f85405e 100644
--- a/docs/intro/what-is-tscircuit.mdx
+++ b/docs/intro/what-is-tscircuit.mdx
@@ -4,6 +4,8 @@ slug: /
sidebar_position: 1
---
+import YouTubeEmbed from '../../src/components/YouTubeEmbed';
+
tscircuit is an open-source React/Typescript electronics toolchain and ecosystem
for creating, previewing, simulating and manufacturing Printed Circuit Boards
(PCBs).
@@ -14,7 +16,7 @@ the modular component system of React to make developing electronics faster,
easier and more automated. To generate tscircuit with AI chat, check out our
[AI context](../advanced/ai-context.mdx)
-
+
Here's an example of a basic tscircuit electronic device, it's the USB
flashlight that we make in [this tutorial](../tutorials/building-a-simple-usb-flashlight.mdx).