What problem does it solve?
Remotion (React-based) video compositions are powerful but tightly coupled to React's rendering model and Remotion's specific APIs. This Skill automates the translation of existing Remotion compositions into HyperFrames (HTML + GSAP) format, eliminating the need to manually rewrite animation logic, timing functions, sequencing, and media handling for web-based video rendering.
Core Features & Use Cases
- Mechanical API Mapping: Encodes direct translations between Remotion primitives (Composition, Sequence, interpolate, spring, Audio, Video, staticFile) and HyperFrames equivalents for approximately 80% of typical compositions.
- Safety Guardrails: Detects unsupported patterns such as useState, useEffect side effects, async calculateMetadata, and third-party React UI libraries, recommending the runtime interop escape hatch instead of producing lossy or broken translations.
- Validated Quality Assurance: Ships with a tiered test corpus (T1–T4) that grades translations against measured SSIM thresholds, ensuring visual fidelity and catching silent regressions that would otherwise pass manual inspection.
Quick Start
Use the remotion-to-hyperframes skill to translate your existing Remotion composition into a HyperFrames HTML composition by providing the path to your Remotion source directory.