Use case: Generate a 30-second SaaS product launch video.
This is a complete Code2MP4 project for a fictional SaaS product launch. It shows:
- Storyboard-first workflow — the
storyboard.jsondefines every scene before any code is written - Multi-scene structure — problem → promise → features → CTA (4 scenes)
- Motion system — uses the "Tech" direction (dark canvas, neon accents, monospace display)
- Deterministic output — same storyboard + motion system = same MP4 every time
product-launch/
storyboard.json — structured scene plan
src/ — (generated) HyperFrames HTML fragments
output/ — (generated) rendered MP4
README.md — this file
| Scene | Duration | Goal |
|---|---|---|
| Problem | 5s | Hook — establish the pain point |
| Promise | 5s | Reveal the product as solution |
| Features | 15s | Demonstrate key features with callouts |
| CTA | 5s | Drive sign-up action |
- Read
storyboard.jsonto understand the structure - Run the Code2MP4 pipeline with the "product-launch" video skill selected
- The Director Agent uses this storyboard as the target format
- Scene Agents generate motion source for each scene
- Assembly combines scenes, Render produces the MP4
- Storyboard:
storyboard.json(this file) - Motion source:
src/index.html(HyperFrames composition) - Rendered video:
output/output.mp4(1920×1080, 30fps)