What problem does it solve?
Turning a demo video (or GIF) into something engineers and designers can actually build is slow and error-prone, because key UI details like exact CSS values, typography, and micro-interaction timing are hard to capture manually.
Core Features & Use Cases
- Video-to-structured JSON analysis: Uses Gemini multimodal video understanding to output a structured spec describing what the product does and how the UI behaves.
- Micro-interaction extraction for 1:1 recreation: With micro mode, extracts precise layout, colors (hex), typography, animation durations (ms), easing (cubic-bezier), and state transitions.
- Implementation-focused skill instructions: Produces step-by-step “skill_instructions” so Claude Code can translate the spec into an implementation plan.
- Use cases: Clone a UI interaction from a screen recording, reverse engineer a product’s behavior, or generate reproduction/build steps from a tutorial.
Quick Start
Use the video-to-claude script on your provided source and ask for micro-interaction detail by running the command on your local file or video URL.