AgentConn
H

HyperFrames

Creative Free

About HyperFrames

HyperFrames is an open-source framework from HeyGen that turns HTML, CSS, and seekable animations into deterministic MP4 videos. Compositions are plain HTML files with data attributes — no React, no proprietary timeline format. This makes it a natural fit for AI coding agents, which already write HTML fluently. The framework supports GSAP, CSS animations, Lottie, Three.js, Anime.js, and custom animation runtimes through an adapter system. With 29k+ GitHub stars and rapid growth since its April 2026 launch, HyperFrames is becoming the default way agents produce video content programmatically. Apache 2.0 licensed, no per-render fees.

Key Features

  • HTML-to-MP4 rendering — compositions are plain HTML files with data attributes
  • Deterministic output — same input produces identical frames every time, ideal for CI and regression tests
  • Agent-native workflow — coding agents already write HTML, no new DSL to learn
  • Multi-runtime animation support — GSAP, CSS animations, Lottie, Three.js, Anime.js, WAAPI
  • CLI and programmatic API for local rendering and automated pipelines
  • Skills for Claude Code, Cursor, Gemini CLI, Codex, and other MCP-aware agents
  • Slideshow stack with schema, parser, controller, and presenter mode
  • Apache 2.0 license — no per-render fees or commercial-use restrictions

Overview

HyperFrames solves a specific problem: AI coding agents can write HTML effortlessly, but turning that HTML into video has historically required separate tooling, proprietary formats, or manual rendering steps. HyperFrames collapses that gap. Write an HTML composition with data attributes for timing and transitions, run the CLI, get a deterministic MP4. No React dependency, no proprietary timeline schema, no cloud rendering required.

The framework is production-tested at HeyGen and has been adopted by teams at tldraw, TanStack, and others. At 29k+ GitHub stars since its mid-April 2026 launch, it’s one of the fastest-growing open-source projects in the AI video tooling space.

Key Capabilities

HTML-native compositions: Video scenes are HTML files. Use any CSS layout, any animation library, any web technology you already know. Data attributes control frame timing, transitions, and scene boundaries. This means agents don’t need to learn a video DSL — they write the same HTML they already produce.

Deterministic rendering: The same HTML input produces the same frames and output every time. This makes HyperFrames suitable for CI pipelines, automated quality checks, and regression testing of generated video content. Non-deterministic rendering is the enemy of automation.

Animation adapter system: Plug in GSAP for timeline-based animation, Lottie for vector animations, Three.js for 3D scenes, CSS animations for simple transitions, or bring your own runtime. The adapter layer normalizes seeking and frame capture across engines.

Agent skills: Pre-built skills teach coding agents the HyperFrames production loop. Compatible with Claude Code, Cursor, Gemini CLI, Codex, and any agent that supports skills or MCP.

Use Cases

Agent-generated video content: Let coding agents produce explainer videos, product demos, or social media clips by writing HTML compositions and rendering them locally.

Automated video pipelines: Integrate HyperFrames into CI/CD to generate video artifacts from templates — changelogs, release notes, data visualizations rendered as MP4.

Rapid prototyping: Sketch a video concept in HTML faster than any traditional video editor. Iterate in code, render in seconds.

Who It’s For

Developers and agent builders who want programmatic video generation without cloud dependencies or per-render costs. Teams already using HeyGen who want local rendering. Anyone building AI agents that need to produce video output as part of their workflow.

Similar Agents