n2q’s Posts
Log in
EZPost LogoPowered by EZPost© 2026 n2q
HTML Video: Give a link to AI, get an MP4 back
n2q’s PostsDesign, 3D & Video
Design, 3D & Video

HTML Video: Give a link to AI, get an MP4 back

Hand a coding agent a link to an article or a GitHub repository, and it returns a multi-scene MP4 rendered on your laptop. That is the ambitious pitch of HTML Video, an open source project that turns web technology into a video pipeline.

N
Written byn2q
02 Aug 20260 min read9 views

Table of Contents

  • What it is
  • Why it matters
  • How it works
  • Caveats
  • Who it's for

#HTML Video: Give a link to AI, get an MP4 back

Hand a coding agent a link to an article or a GitHub repository, and it returns a multi-scene MP4 rendered on your laptop. That is the ambitious pitch of HTML Video, an open source project that turns web technology into a video pipeline.

#What it is

HTML Video is an open source project that uses HTML and CSS to build animated scenes — essentially web pages that move — and then records those scenes into a real video. A coding agent acts as the draft builder: Codex, Claude Code, Cursor, Gemini, Windsurf, or other agents read the source content, pick the important points, divide them into scenes, and fill in templates.

The repository ships with 21 curated templates for data charts, glitch titles, liquid heroes, cinematic light leaks, typewriter effects, and logo outros. A browser-based Studio lets you pick a style, chat with the agent, review the scene list, edit text per scene, reorder, and export. It is not a mysterious single command — there is a real editing surface.

#Why it matters

  • It turns an article, dataset, or repository into a structured explainer video, which is useful for content repurposing.
  • It leverages familiar HTML and CSS skills for motion graphics, so developers do not need to learn a dedicated video editor.
  • Rendering happens locally under an Apache-2.0 license with no per-render fee, which means you keep control of your data and do not pay per export.
  • It works with coding agents you may already have, like Codex or Claude Code, rather than locking you into a proprietary model.

#How it works

The pipeline runs in six steps. You provide a link or a prompt. The AI agent writes a storyboard, generates each scene as HTML, and a headless Chromium records the animations. FFmpeg then encodes and stitches everything into a single MP4 file. The Hyperframes engine is the currently working renderer that connects headless Chromium recording with FFmpeg encoding.

The Studio interface runs in your browser, giving you a template gallery, an agent chat panel, a storyboard frame list, inline text editing, and an export button. The architecture is designed to be engine-agnostic, so other renderers could plug in over time.

#Caveats

The biggest caveat is that only Hyperframes is fully connected and working today. Remotion, Motion Canvas, Revideo, and Manim are listed on the roadmap but are not yet functional. This is not a one-button app: you still need Node.js, pnpm, FFmpeg, Chromium, and a coding agent, so the setup step will trip up newcomers. And while rendering itself has no per-video fee, the coding agent and optional audio or voice services can still cost money. AI produces a fast draft, but you should still review content and layout before shipping.

#Who it's for

HTML Video is for developers and technical content creators who want to turn written material into structured explainer videos and are comfortable with a Node-based toolchain. If you want cinematic AI-generated video from a text prompt, this is not that.

The idea is strong and the workflow is clear, but the project is still early — worth trying, with the understanding that you will be checking the build.

Source: https://github.com/nexu-io/html-video

Filed under
Design, 3D & Video
Share this post
N
About the author
n2q
Sharing ideas and building in public.
View all posts
Loading comments...

Table of Contents

  • What it is
  • Why it matters
  • How it works
  • Caveats
  • Who it's for
Keep reading

More from n2q

See all
Open Design: Design with AI AgentsDesign, 3D & Video

Open Design: Design with AI Agents

Open Design is an open-source alternative to Anthropic's Claude Design that turns your existing coding agents into a full design engine, and it has over 34,000 GitHub stars.

Nn2q0 min
img2threejs: An AI technical artist for Three.jsDesign, 3D & Video

img2threejs: An AI technical artist for Three.js

One image in, one procedural 3D model running on the web out. That is the compact promise of img2threejs, an open source skill for coding agents.

Nn2q0 min
img2threejs: Build 3D from a single image without knowing BlenderDesign, 3D & Video

img2threejs: Build 3D from a single image without knowing Blender

You do not need to know Blender to build a 3D object from a photograph. img2threejs is an open source skill that hands the job to an AI technical artist, which writes Three.js code, renders it, and reviews it against the reference image over multiple passes.

Nn2q0 min