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-mediaskill instead
SKILL.md
HyperFrames CLI
Run commands as npx hyperframes ... unless project instructions provide a wrapper. Obey the wrapper when present. The CLI requires Node.js 22 or newer and FFmpeg.
Development loop
- Scaffold:
npx hyperframes init <project>or capture a site. In non-TTY mode, pass--non-interactive --example=<name>. - Author: write the composition using
/hyperframes-core. - Get fast feedback while editing: run
npx hyperframes lintafter the first HTML pass and after structural changes. - Run the final gate: run
npx hyperframes check; it reruns lint before opening the browser. Do not prepend a redundant standalone lint invocation. Add--snapshotsfor annotated overview frames and finding crops. - Inspect sub-compositions: when
index.htmlmountsdata-composition-src, capture midpoint snapshots and inspect each mounted scene. - Open the final Studio preview: run
npx hyperframes preview, hand the timeline project URL to the user, and ask whether to revise or render. - Render only after approval: use draft quality for iteration and high quality for delivery.
- Verify the output: confirm the file exists, is non-empty, and has a plausible duration.
# Fast iteration check; repeat while authoring as needed.
npx hyperframes lint
Installs
308.3K
Repository
heygen-com/hyperframesGitHub Stars
38.7K
First Seen
Mar 31, 2026
Security Audits