GraphCanon updated today · GitHub synced today
Decision brief
Hyperframes is a TypeScript-based tool that lets developers transform HTML content into animated videos via various web technologies.
Good fit when
- Choose Hyperframes when you need to create video content for AI agents directly from HTML scripts, leveraging its integrated support for frameworks like GSAP and Puppeteer.
- Utilize it if your project includes TypeScript, as it aligns with the tool's native language and avoids potential compatibility issues.
Avoid when
- Avoid Hyperframes when you intend to work exclusively within a Python-based environment, given its TypeScript foundation limits direct integration without a bridge library.
- Do not use it for real-time video processing tasks where immediate feedback is crucial due to the additional layer of HTML-to-video conversion that can slow down quick iterations.
- Pricing:
- freemium - The software itself is free to use due to its open-source nature, though advanced features might come with a price tag once they transition from experimental phases.
- Requirements:
- Min 2 GB RAM
Observed Jul 16, 2026 · Source: enrich:decision_facts
Verify the decision
Maintenance and security
Full trust report- Maintenance
- Very active (0d since push)
- As of today
- Provenance
- Not a fork · Organization account
- As of today
- Security (OSV)
- No lockfile
- As of 3d
Public GitHub metadata and optional OSV scans. Signals, not a guarantee. Trust methodology.
Install
npm install hyperframes npmSimilar tools
Same-category neighbours. No typed graph edges are catalogued for this tool yet.
Evidence and technical details
Sourced facts, taxonomy, compatibility claims, README excerpt, and machine-readable endpoints.
Overview
Hyperframes allows developers to convert HTML content into animated videos using various web technologies.
Capability facts
- MCP server
- No MCP server detected
Source: repo_scan · Aug 25, 2026
- Languages
- typescript, javascript
Source: github.language+package.json · Aug 25, 2026
Categories
Compatibility
Sourced claims from the README excerpt - not unsourced marketing copy.
Source: README excerpt (regex_v1, Aug 25, 2026)
<a href="https://nodejs.org"><img src="https://img.shields.io/badge/node-%3E%3D22-brightgreen" alt="NodSource link
Source: README excerpt (regex_v1, Aug 25, 2026)
e animations, add media, lint, preview, and render. They work with Claude Code, Cursor, Gemini CLI, Codex, and other coding agents that support skills.Source link
Tags
README
Write HTML. Render video. Built for agents.
Quickstart | Showcase | Playground | Catalog | Docs | Discord
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
/hyperframesrouter installs each creation workflow on demand. Agents and non-interactive runs should usenpx hyperframes skills updateinstead — it installs exactly the core set, whereas a non-interactiveskills addwithout--skillinstalls all 20.
skills addresolves the skills.sh registry blob, which can lagmainby hours.npx hyperframes skills updateinstalls from the currentmain, 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
For agents
This page has a .md twin and JSON over the API.