What problem does it solve?
Manually rewriting Remotion (React-based) video compositions to HyperFrames (HTML + GSAP) is time-consuming, error-prone, and risks losing visual fidelity between the original and translated output.
Core Features & Use Cases
- Automated Translation Mapping: Encodes direct equivalences for ~80% of common Remotion idioms (sequences, timing, media, transitions) to HyperFrames markup and GSAP tweens.
- Blocker Detection & Escape Hatch: Lints source code for unsupported patterns (React state, side effects, async metadata, third-party UI libraries) and recommends the runtime interop pattern instead of lossy translation.
- SSIM-Based Validation: Includes a tiered test corpus and eval harness to measure translation fidelity, ensuring output matches the Remotion baseline within validated visual thresholds.
- Use Case: A motion designer with a Remotion promotional video can port it to HyperFrames for optimized web rendering without manually rewriting every animation, sequence, and media asset.
Quick Start
Use the remotion-to-hyperframes skill to translate your existing Remotion video composition to a HyperFrames HTML composition by providing the path to your Remotion source directory.