# Hyperframes [![Node.js](https://img.shields.io/badge/node-%3E%3D22-brightgreen)](https://nodejs.org) **Write HTML. Render video. Built for agents.** Hyperframes is an open-source video rendering framework that lets you create, preview, and render HTML-based video compositions — with first-class support for AI agents via MCP. ## Why Hyperframes? - **HTML-native** — AI agents already speak HTML. No React required. - **Frame Adapter pattern** — bring your own animation runtime (GSAP, Lottie, CSS, Three.js). - **Deterministic rendering** — same input = identical output. Built for automated pipelines. - **AI-first design** — not a bolted-on afterthought. ## Quick Start ```bash npx hyperframes init my-video cd my-video npx hyperframes dev # preview in browser npx hyperframes render # render to MP4 ``` **Requirements:** Node.js >= 22, FFmpeg ## How It Works Define your video as HTML with data attributes: ```html
``` Preview instantly in the browser. Render to MP4 locally. Let AI agents compose videos using tools they already understand. ## Packages | Package | Description | | -------------------------------------------- | ----------------------------------------------------------- | | [`hyperframes`](packages/cli) | CLI — create, preview, lint, and render compositions | | [`@hyperframes/core`](packages/core) | Types, parsers, generators, linter, runtime, frame adapters | | [`@hyperframes/engine`](packages/engine) | Seekable page-to-video capture engine (Puppeteer + FFmpeg) | | [`@hyperframes/producer`](packages/producer) | Full rendering pipeline (capture + encode + audio mix) | | [`@hyperframes/studio`](packages/studio) | Browser-based composition editor UI | ## Documentation Full docs at [hyperframes.heygen.com](https://hyperframes.heygen.com) — includes guides, concepts, API reference, and package documentation. ## Contributing See [CONTRIBUTING.md](CONTRIBUTING.md) for guidelines on how to contribute. ## License See [LICENSE](LICENSE) for details.