StackMap
Subscribe
Explore / hyperframes
heygen-com

hyperframes

Write HTML, get MP4: HeyGen's agent-native video framework renders deterministic GSAP/Puppeteer/FFmpeg compositions, shipping 20 skills and MCP so coding agents author motion graphics.

42,025 4,025 TypeScript Apache-2.0updated yesterday
View on GitHubDispute this mapping →
Curator's take

Use it when the video must be exact and repeatable — data-driven explainers, product tours, subtitle-perfect social cuts — because every frame is HTML/CSS an agent can lint, diff and re-render for free, with no model spend and no diffusion drift. Best fit if you already ship web UI: the `/hyperframes` router walks an agent from brief to render, and `npx hyperframes skills update` keeps the core skill set lean instead of installing all 20. It is not a generative video tool — it cannot invent footage, faces or camera moves — and long timelines mean long Puppeteer render passes. Node >=22 plus FFmpeg are hard requirements.

Mapped by ShipWithAI editors · links verified
README.md

HyperFrames

npm version npm downloads License Node.js Discord

Write HTML. Render video. Built for agents.

Quickstart | Showcase | Playground | Catalog | Docs | Discord

HyperFrames demo: HTML code on the left transforms into a rendered video on the right

HyperFrames is an open-source framework for turning HTML, CSS, media, and seekable animations into deterministic MP4 videos. Use it locally with the CLI, from AI coding agents with skills, or as the rendering core behind hosted authoring workflows.

Quick Start

With an AI coding agent

Install the HyperFrames skills, then describe the video you want:

npx skills add heygen-com/hyperframes

The picker opens with nothing pre-selected — the Core Skills group is all you need: the /hyperframes router installs each creation workflow on demand. Agents and non-interactive runs should use npx hyperframes skills update instead — it installs exactly the core set, whereas a non-interactive skills add without --skill installs all 20.

skills add resolves the skills.sh registry blob, which can lag main by hours. npx hyperframes skills update installs from the current main, so reach for it when you need the newest copy of a skill.

Try a prompt like:

Using /hyperframes, create a 10-second product intro with a fade-in title, a background video, and subtle background music.

The skills teach agents the HyperFrames production loop: plan the video, write valid HTML, wire seekable animations, add media, lint, preview, and render. They work with Claude Code, Cursor, Gemini CLI, Codex, and other coding agents that support skills.

Skills

HyperFrames ships 20 skills agents load on demand. Read /hyperframes first — it's the router and capability map; it picks a workflow for any "make me a…" request — video, deck, or composition port — and points to the domain skills below.

Default to the core set — the router installs each creation workflow on demand. npx hyperframes skills update installs exactly that from anywhere; the interactive picker (npx skills add heygen-com/hyperframes) lists it as the "Core Skills" group, nothing pre-selected. The picker is interactive-only — a non-interactive or agent run without --skill installs all 20. Use npx skills add heygen-com/hyperframes --all to install all 20 deliberately (skips the picker), or npx skills add heygen-com/hyperframes --skill <name> for just one (bare name, no leading /).

Installs stay lean after that: npx hyperframes init keeps the core set fresh (the router, the hyperframes-* domai

Continue your stack

What teams reach for next — and why each earns a place beside hyperframes. Ranked by curator confidence.