EveryDev.ai
Subscribe
Home
Tools

2,911+ AI tools

  • New
  • Trending
  • Featured
  • Compare
  • Arena
Categories
  • Agents1815
  • Coding1295
  • Infrastructure600
  • Marketing467
  • Projects433
  • Research403
  • Analytics351
  • Design338
  • Security243
  • MCP242
  • Testing238
  • Data230
  • Integration178
  • Prompts160
  • Learning159
  • Communication154
  • Extensions150
  • Voice130
  • Commerce125
  • DevOps108
  • Web80
  • Finance21
AI Tools by Topic
  • AI Coding Assistants
  • Agent Frameworks
  • MCP Servers
  • AI Prompt Tools
  • Vibe Coding Tools
  • AI Design Tools
  • AI Database Tools
  • AI Website Builders
  • AI Testing Tools
  • LLM Evaluations
Follow Us
  • X / Twitter
  • LinkedIn
  • Reddit
  • Discord
  • Threads
  • Bluesky
  • Mastodon
  • YouTube
  • GitHub
  • Instagram
Get Started
  • About
  • Editorial Standards
  • Corrections & Disclosures
  • Community Guidelines
  • Advertise
  • Contact Us
  • Newsletter
  • Submit a Tool
  • Start a Discussion
  • Write A Blog
  • Share A Build
  • Terms of Service
  • Privacy Policy
Explore with AI
  • ChatGPT
  • Gemini
  • Claude
  • Grok
  • Perplexity
Agent Experience
  • llms.txt
Theme
With AI, Everyone is a Dev. EveryDev.ai © 2026
    1. Home
    2. Tools
    3. HyperFrames
    HyperFrames icon

    HyperFrames

    Video
    Featured

    An open-source framework for turning HTML, CSS, media, and seekable animations into deterministic MP4 videos, built for AI coding agents and automated pipelines.

    Visit Website

    At a Glance

    Pricing
    Open Source

    Free to use, modify, and distribute under the Apache 2.0 license. No per-render fees or commercial-use thresholds.

    Engagement

    Available On

    Windows
    macOS
    Linux
    Web
    API

    Resources

    WebsiteDocsGitHubllms.txt

    Topics

    VideoAgent FrameworksAutonomous Systems

    Alternatives

    Vision AgentsMainframeOpen Agent Builder
    Developer
    HeyGenLos Angeles, CAEst. 2020$74M+ raised

    Listed Jun 2026

    About HyperFrames

    HyperFrames is an open-source video rendering framework created by HeyGen that converts plain HTML compositions into deterministic MP4 videos. It is licensed under Apache 2.0 and available on GitHub, with the core engine using headless Chrome (via Puppeteer) and FFmpeg to seek each frame and encode the result. The project reached v0.7.1 as of June 2026 and the repository reports nearly 30,000 stars.

    What It Is

    HyperFrames sits in the category of programmatic video creation tools, but its distinguishing bet is the authoring model: compositions are plain HTML files with data attributes for timing and tracks, not React components or proprietary timeline formats. This makes them immediately previewable in any browser and straightforward for both humans and AI coding agents to write. The renderer seeks each frame in headless Chrome and encodes with FFmpeg, so the same input always produces the same output — a property the project describes as deterministic rendering suited for CI pipelines and regression testing.

    How the Authoring Model Works

    A HyperFrames composition is an index.html file. Elements become clips by adding data-start, data-duration, and data-track-index attributes. Video, audio, and animated elements are layered on tracks. Seekable animation is handled through adapters for GSAP, CSS animations, Lottie, Three.js, Anime.js, and WAAPI — or a custom runtime. Because no build step is required, the same file that renders to MP4 can be opened directly in a browser for instant preview with live reload via the CLI.

    Agent-First Design

    HyperFrames ships a skills system specifically for AI coding agents. Running npx skills add heygen-com/hyperframes installs skills that teach agents the full video-production loop: plan the video, write valid HTML, wire seekable animations, add media, lint, preview, and render. The README states compatibility with Claude Code, Cursor, Gemini CLI, Codex, and other coding agents that support skills. The CLI is non-interactive by default, which the project notes as a deliberate choice for agent handoff.

    The HyperFrames Stack

    The project ships as a monorepo of coordinated packages:

    • CLI (hyperframes) — scaffold, preview, lint, inspect, and render local projects
    • Core / Engine / Producer — parse compositions, drive headless Chrome, encode video, mix audio
    • Catalog — reusable blocks for transitions, overlays, captions, charts, maps, and effects installable via npx hyperframes add
    • Studio — browser surface for previewing and editing compositions (described as available and evolving)
    • AWS Lambda rendering — distributed render stack for CI or cloud pipelines
    • @hyperframes/player — embeddable <hyperframes-player> web component
    • @hyperframes/shader-transitions — WebGL shader transitions
    • frame.md — a design-system translation layer that inverts a brand's design.md for video composition by AI agents

    The community playground at hyperframes.dev lets users preview, iterate, share, and render HTML-native video projects in the browser.

    Tradeoffs vs. Remotion

    The README includes an explicit comparison with Remotion, another headless-Chrome-plus-FFmpeg video tool. The key differences as stated by the project: HyperFrames uses plain HTML + CSS + seekable animation adapters with no build step required, while Remotion uses React components and requires a bundler. HyperFrames offers both local and AWS Lambda render paths; Remotion has a more mature cloud renderer (Remotion Lambda). HyperFrames is Apache 2.0; Remotion uses a source-available license.

    Update: v0.7.1

    The latest release is v0.7.1, published on June 22, 2026. The repository was created in March 2026 and has seen active development, with the last push on the same day as the latest release. The project lists production use at HeyGen and community adoption examples from teams including tldraw and TanStack, as noted in the project's ADOPTERS.md file.

    HyperFrames - 1

    Community Discussions

    Be the first to start a conversation about HyperFrames

    Share your experience with HyperFrames, ask questions, or help others learn from your insights.

    Pricing

    OPEN SOURCE

    Open Source

    Free to use, modify, and distribute under the Apache 2.0 license. No per-render fees or commercial-use thresholds.

    • Full CLI for scaffold, preview, lint, inspect, and render
    • Core rendering engine (headless Chrome + FFmpeg)
    • Catalog of reusable blocks and components
    • Agent skills for AI coding agents
    • AWS Lambda rendering support

    Capabilities

    Key Features

    • HTML-native video composition with data attributes for timing and tracks
    • Deterministic MP4 rendering via headless Chrome (Puppeteer) and FFmpeg
    • CLI for scaffold, preview, lint, inspect, and render
    • Seekable animation adapters for GSAP, CSS, Lottie, Three.js, Anime.js, WAAPI
    • AI coding agent skills for Claude Code, Cursor, Gemini CLI, Codex
    • Catalog of reusable blocks: transitions, overlays, captions, charts, maps
    • AWS Lambda distributed rendering
    • Browser-based Studio for previewing and editing compositions
    • Embeddable <hyperframes-player> web component
    • WebGL shader transitions
    • frame.md design system translation layer for AI agents
    • Community playground at hyperframes.dev
    • No build step required — index.html plays as-is in browser
    • Live reload browser preview
    • Apache 2.0 open-source license with no per-render fees

    Integrations

    GSAP
    Lottie
    Three.js
    Anime.js
    WAAPI
    CSS Animations
    FFmpeg
    Puppeteer
    AWS Lambda
    Claude Code
    Cursor
    Gemini CLI
    Codex
    Docker
    Node.js
    Git LFS
    API Available
    View Docs

    Ratings & Reviews

    No ratings yet

    Be the first to rate HyperFrames and help others make informed decisions.

    Developer

    HeyGen

    HeyGen builds AI-powered video creation tools, with HyperFrames as its open-source rendering framework for HTML-native video. The company develops products used in production video pipelines and maintains an active open-source community. HeyGen's tooling targets both human developers and AI coding agents, with a focus on deterministic, automatable video generation.

    Founded 2020
    Los Angeles, CA
    $74M+ raised
    280 employees

    Used by

    HP
    HubSpot
    Intel
    DHL
    +3 more
    Read more about HeyGen
    WebsiteGitHub
    1 tool in directory

    Similar Tools

    Vision Agents icon

    Vision Agents

    Open-source Video AI framework for building real-time voice and video applications with built-in AI integrations.

    Mainframe icon

    Mainframe

    Mainframe turns AI agent work into shareable videos your team can watch, narrated in your voice and branded to your company.

    Open Agent Builder icon

    Open Agent Builder

    An open-source framework by Firecrawl for building AI agents with web scraping and data extraction capabilities.

    Browse all tools

    Related Topics

    Video

    AI tools that generate or edit video — from text-to-video and animation to avatars, dubbing, and short-form clips.

    69 tools

    Agent Frameworks

    Tools and platforms for building and deploying custom AI agents.

    447 tools

    Autonomous Systems

    AI agents that can perform complex tasks with minimal human guidance.

    304 tools
    Browse all topics
    Back to all toolsSuggest an edit
    ratings
    discussions