Skip to content

Commit 53e4a6e

Browse files
authored
remove ide vid from assets + YT (#1391)
1 parent 2cde6ec commit 53e4a6e

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

assets/ide_demo.mov

-22.5 MB
Binary file not shown.

docs/ai_builder/features/ide.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,16 @@ to deploying your app. With an intuitive layout, real-time editing, and seamless
55
platform, the IDE empowers users to stay focused and productive without ever leaving the browser.
66

77

8-
9-
<div class="p-4 rounded-lg bg-slate-5">
10-
<video controls width="100%">
11-
<source src="/ide_demo.mov" type="video/quicktime">
12-
Your browser does not support the video tag.
13-
</video>
14-
8+
<div class="p-1 my-4 rounded-lg bg-slate-5">
9+
<iframe
10+
width="100%"
11+
height="400"
12+
src="https://www.youtube.com/embed/8wPfBVAnPKU "
13+
title="Reflex Build - IDE"
14+
frameborder="0"
15+
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
16+
allowfullscreen>
17+
</iframe>
1518
</div>
1619

1720

@@ -33,4 +36,3 @@ The built-in code editor supports syntax highlighting, inline error detection, a
3336
### One-Click Deployment
3437

3538
From the IDE, you can deploy your app with a single click. No terminal, no external tools—just build and ship straight from your browser.
36-

0 commit comments

Comments
 (0)