Examples
These were created with Hyperframes + Claude Code in a single session — from idea to MP4 in under 5 minutes each.- Product Promo
- Architecture Explainer
The Problem
Motion graphics traditionally require After Effects, Remotion (React), or hiring a designer. AI agents can write code — but most video tools don’t speak code. There’s no way to go from “make me a product launch video” to a rendered MP4 without a human in the middle.How It Works
Build It
1
Install and scaffold
2
Describe what you want to your AI agent
Open the project in Claude Code (or your preferred AI agent) and describe the video:The agent uses the installed Hyperframes skills to write a valid HTML composition with GSAP animations.
3
Preview and iterate
localhost:3002 with hot reload. Edit the composition (or ask your agent to), and changes appear instantly.Common follow-ups:- “Make the text bigger”
- “Change the background to a gradient”
- “Speed up the transitions”
- “Add a sound effect when the stats appear”
4
Render to MP4
renders/.What Makes a Good Prompt
Based on testing 13+ videos in a single session:
1-3 prompts gets you a good result if you describe the idea clearly. Complex compositions (multi-scene, data-driven) take 3-6 prompts.
Beyond Text and Shapes
Hyperframes renders anything a browser can render. This means:- SVG animations — Logo reveals, icon transitions, animated illustrations
- Canvas/WebGL — Particle systems, generative art, 3D scenes
- Data visualizations — Charts, graphs, dashboards that animate
- Game-like content — Simulations, interactive-looking demos
- Math-driven patterns — Physics simulations, algorithmic art
Add Audio
Hyperframes supports audio tracks natively. You can:- Use HeyGen TTS to generate voiceover (see Voices)
- Add music as an
<audio>element withdata-startanddata-volume - Synthesize sounds programmatically (sorting visualizers, game SFX)
Next Steps
Data Visualization Videos
Turn data into animated video — charts, dashboards, algorithmic visualizations.
Automated Pipeline
CI/CD integration for continuous video generation from data.
Hyperframes Docs
Full framework reference — data attributes, templates, rendering options.

