Skip to content

Commit eb534fd

Browse files
committed
Add intro video to README and website
50-second pixel art intro video (1280x720, 30fps) covering: - PI/Trainee/Editor character system - Research loop workflow - Skill acquisition from marketplace - Expert consultation - Peer review editorial process - Monitoring UI overview
1 parent ab99816 commit eb534fd

3 files changed

Lines changed: 10 additions & 3 deletions

File tree

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,11 @@
77
MCP server that turns any senior-junior workflow into an autonomous loop. AI handles the execution. You make the decisions.
88

99
<p align="center">
10-
<a href="https://autolab.kejunying.com">
11-
<img src="docs/screenshot.png" alt="Autonomous Lab" width="700">
12-
</a>
10+
<video src="https://github.com/albert-ying/autonomous-lab/raw/main/docs/intro.mp4" width="700" autoplay loop muted playsinline>
11+
<a href="https://autolab.kejunying.com">
12+
<img src="docs/screenshot.png" alt="Autonomous Lab" width="700">
13+
</a>
14+
</video>
1315
</p>
1416

1517
## Vision

docs/index.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,11 @@ <h1 class="hero-title">Autonomous Lab</h1>
9090
<span class="mcp-tool">Any MCP Client</span>
9191
</div>
9292
</div>
93+
<div class="hero-video">
94+
<video width="700" autoplay loop muted playsinline style="border-radius: 8px; border: 2px solid #6b5e8a; box-shadow: 0 8px 32px rgba(0,0,0,0.4); max-width: 100%;">
95+
<source src="intro.mp4" type="video/mp4">
96+
</video>
97+
</div>
9398
<div class="hero-cta">
9499
<a href="#tutorial" class="btn-primary">See How It Works</a>
95100
<a href="#marketplace" class="btn-secondary">Browse Characters</a>

docs/intro.mp4

3.75 MB
Binary file not shown.

0 commit comments

Comments
 (0)