HeyGen Launches Interactive Timeline for HyperFrames to Refine Agentic Video Edits

Agentic Coding
Claude Code
AI Agent
Multimodal
Video Generation

HeyGen Launches Interactive Timeline for HyperFrames to Refine Agentic Video Edits
HeyGen, an AI video generation platform, added an interactive timeline to HyperFrames, its open-source framework for rendering HTML-based video. Users can now drag elements within the preview window to adjust timing. This experimental feature is open-sourced as part of the @hyperframes/player package.

This release addresses a critical bottleneck in agentic video engineering where AI models often struggle with precise visual synchronization. While tools like Claude Code can scaffold animations, they lack the intuition for perfect timing. A visual timeline enables a hybrid workflow where humans provide the final "vibe check" for automated edits.

Access the timeline by running npx hyperframes upgrade to update your local environment. The feature works alongside the automated video production skills launched earlier this month. Because the framework uses the Apache 2.0 license, you can also embed the editable player component into your own custom agentic applications.

Read the full update →

Frequently asked questions

What is HyperFrames?
HyperFrames is an open-source video rendering framework created by HeyGen that allows users to create, preview, and render videos using HTML, CSS, and JavaScript. It is specifically designed for AI agents to author video compositions by writing code rather than using traditional manual editing interfaces, ensuring deterministic and programmable video production.
How does the new HyperFrames timeline editing work?
The new interactive timeline allows users to directly manipulate video elements within the preview window. By dragging items in the preview, the video timing and placement update automatically. This feature provides a human-in-the-loop mechanism to assist AI agents like Claude Code when they struggle with precise visual timing or synchronization.
Is HyperFrames open source?
Yes, HyperFrames is completely open source under the Apache 2.0 license. This allows developers and companies to use the framework commercially at any scale without per-render fees or seat caps. The recently released timeline logic is also open-sourced as part of the player package, enabling its integration into custom applications.
How do I get the latest HyperFrames timeline update?
Existing users can access the new timeline features by running the upgrade command in their terminal. By executing npx hyperframes upgrade, the local toolchain is updated to the latest version. This experimental feature is part of the broader ecosystem designed to work with AI coding agents and automated video production workflows.
How is HyperFrames different from Remotion?
While both frameworks use headless Chrome for deterministic video rendering, HyperFrames focuses on standard HTML and CSS as the primary authoring language, whereas Remotion uses React components. Additionally, HyperFrames is released under the permissive Apache 2.0 open-source license, while Remotion uses a source-available license that requires payment for larger teams.