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
Install and scaffold
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.
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”
What Makes a Good Prompt
Based on testing 13+ videos in a single session:| Approach | Result |
|---|---|
| ”Make a video about X” | Works, but generic. Agent defaults to dark bg + centered text. |
| ”Make a video about X, inspired by [specific style]“ | Much better. Give a reference and the agent adapts. |
| ”Make a video about X” + 2-3 rounds of feedback | Best results. Start broad, then refine (“make it more playful”, “less corporate”). |
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.

