hyperframes-cli

Installation
Summary

CLI toolkit for scaffolding, validating, previewing, and rendering HyperFrames video compositions.

  • Scaffolds projects with init (9 templates available), lints compositions for structural errors, and visually inspects layouts for text overflow and clipping issues across the timeline
  • Preview mode hot-reloads on file changes; render supports quality tiers (draft/standard/high), multiple formats (MP4/WebM), frame rates, and parametrized variable overrides
  • Includes environment troubleshooting commands (doctor, browser, info) and requires Node.js >= 22 and FFmpeg
  • For audio preprocessing (TTS, transcription, background removal), use the hyperframes-media skill instead
SKILL.md

HyperFrames CLI

Everything runs through npx hyperframes. Requires Node.js >= 22 and FFmpeg.

Workflow

  1. Scaffoldnpx hyperframes init my-video
  2. Write — author HTML composition (see the hyperframes skill)
  3. Lintnpx hyperframes lint
  4. Visual inspectnpx hyperframes inspect
  5. Previewnpx hyperframes preview
  6. Rendernpx hyperframes render

Lint and inspect before preview. lint catches missing data-composition-id, overlapping tracks, and unregistered timelines. inspect opens the rendered composition in headless Chrome, seeks through the timeline, and reports text spilling out of bubbles/containers or off the canvas.

Scaffolding

Installs
94.0K
GitHub Stars
27.5K
First Seen
Mar 31, 2026
hyperframes-cli — heygen-com/hyperframes