HyperFrames – Render Video from HTML via Chrome's BeginFrame API
Remotion alternative with pre-built Cursor and Claude Code skills for agent-driven video.

Kitty protocol renders HTML in-terminal when w3m and links require browsers.
Terminal users, CLI tool builders, LLM workflow enthusiasts
w3m · links · elinks
But with things like kitty, I don't think we necessarily need to use a browser and can instead actually render HTML-described documents inline in the terminal itself. So here's kittyhtml.
You can pipe HTML to it and it renders the HTML+CSS inline in the terminal itself.
echo '<h1>hi</h1>' | kittyhtml
It can take raw HMTL, but also is a nice output target for invocations of claude -p.
claude -p "create a simple html page. return only the HTML and do not include markdown fences" | kittyhtml
Under the hood it's using https://github.com/DioxusLabs/blitz for the parsing/layout and then getting that rendered with kitty. So anything Bitz supports this supports.
As part of the npm package I ship an LLM skill that tells an LLM how to use this, but what I'm really ultimately aiming for here is to have this rendered inline in Claude Code. However, [CC doesn't yet support image protocols](https://github.com/anthropics/claude-code/issues/2266), but once it (inveitably?) does I would update the skill so that "create a plan in html and display it with kittyhtml" would have the plan (or whatever) rendered directly in your CC session.
Remotion alternative with pre-built Cursor and Claude Code skills for agent-driven video.
Kitty protocol brings inline graphics to terminal Emacs where iimage-mode fails.
JSON content plus Jinja2 templates solves the AI chat one-off resume problem.
CSS-only 3D engine that renders OBJ files—same constraint-craft energy as X86CSS.
Yet another online editor, but the two-way code-to-preview sync is actually useful.
5MB native C++ UI rendering HTML/CSS, but the framework itself is private.