Skip to content

Commit 6c2d683

Browse files
committed
docs: replace video links with embedded YouTube iframes
1 parent 3510cda commit 6c2d683

File tree

3 files changed

+24
-3
lines changed

3 files changed

+24
-3
lines changed

docs/showcase/cycle-sync-ai.mdx

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,14 @@ These are parsed and rendered as styled HTML inside the app using WebViews.
7777

7878
## Demo Video
7979

80-
Watch the full app walkthrough here: https://www.youtube.com/watch?v=R558uRLNvUM&t=2s.
80+
<iframe
81+
className="w-full aspect-video rounded-xl"
82+
src="https://www.youtube.com/embed/R558uRLNvUM"
83+
title="YouTube video player"
84+
frameBorder="0"
85+
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
86+
allowFullScreen
87+
></iframe>
8188

8289
> *Note: The LLM takes ~30–60 seconds per request. This wait time was trimmed in the video for brevity.*
8390

docs/showcase/flameguardai.mdx

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,14 @@ keywords: [FlameGuardAI, MCP, External Fire ,AI Home Safety, Home Inspection]
1111

1212
### Demo
1313

14-
[![Watch Live video](https://img.youtube.com/vi/EI5yT7_aD6U/0.jpg)](https://www.youtube.com/watch?v=EI5yT7_aD6U)
14+
<iframe
15+
className="w-full aspect-video rounded-xl"
16+
src="https://www.youtube.com/embed/EI5yT7_aD6U"
17+
title="YouTube video player"
18+
frameBorder="0"
19+
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
20+
allowFullScreen
21+
></iframe>
1522

1623
### Try it out
1724

docs/showcase/valetudo-ai.mdx

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,14 @@ Valetudo AI integrates with [Perplexity Sonar Pro](https://docs.perplexity.ai),
4040
## Demo Video
4141

4242
See Valetudo AI in action:
43-
[![Watch the demo](https://img.youtube.com/vi/AX3nOh9LbTc/0.jpg)](https://www.youtube.com/watch?v=AX3nOh9LbTc)
43+
<iframe
44+
className="w-full aspect-video rounded-xl"
45+
src="https://www.youtube.com/embed/AX3nOh9LbTc"
46+
title="YouTube video player"
47+
frameBorder="0"
48+
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
49+
allowFullScreen
50+
></iframe>
4451

4552
## Screenshots
4653

0 commit comments

Comments
 (0)