Skip to content

Commit 2337ca7

Browse files
author
Gabi
committed
feat: add Remotion demo video — 30s product walkthrough
6 animated slides matching the SVG visual identity: 1. Title (stitch-kit branding) 2. Problem (what breaks without stitch-kit) 3. Pipeline (idea → ideate → generate → iterate → convert → ship) 4. Architecture (5 layers stacking in with skill counts) 5. Frameworks (7 targets in a grid) 6. Install CTA (npx command with blinking cursor) 1920x1080, H.264, 30fps, 2.7 MB. Source in demo-video/, rendered output in .github/assets/demo.mp4.
1 parent 2d897a8 commit 2337ca7

17 files changed

Lines changed: 3650 additions & 0 deletions

.github/assets/demo.mp4

2.6 MB
Binary file not shown.

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
44

55
# macOS
66
.DS_Store
7+
._*
78

89
# Node
910
node_modules/
11+
12+
# Remotion demo video — render artifacts
13+
demo-video/demo.mp4
14+
demo-video/dist/

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,15 @@ Your agent goes from design-blind to design-competent. You describe what you wan
1414

1515
Works in Claude Code, Codex CLI, and any agent that speaks MCP.
1616

17+
<details>
18+
<summary><strong>Watch the 30-second demo</strong></summary>
19+
20+
https://github.com/user-attachments/assets/demo-placeholder
21+
22+
*Upload the video: drag `.github/assets/demo.mp4` into a GitHub issue to get a hosted URL, then replace the placeholder above.*
23+
24+
</details>
25+
1726
---
1827

1928
## Install

0 commit comments

Comments
 (0)