What Is Rendervid? The Agent-Native Render Engine (2026)

If you searched "what is Rendervid," first a quick disambiguation, because the name is crowded: this is Rendervid, the AI-agent video render engine from QualityUnit, not Render.com the cloud host, and not the unrelated C++ video library of a similar name. With that out of the way: Rendervid turns JSON templates into video, and its whole pitch is that AI agents can drive it directly. Here is the straight explanation.
TL;DR — What is Rendervid?
| Question | Answer |
|---|---|
| What is it? | A stateless engine that renders video from JSON templates and React |
| Who makes it? | QualityUnit (the company behind FlowHunt) |
| License / cost | Free for personal and commercial use, attribution required |
| Agent interface | Built-in MCP integration, so Claude Code, Cursor, and others can render |
| Output | MP4, WebM, MOV, plus image and GIF formats |
| Closest comparison | Remotion (which renders from React code) |
| Not for | People who want a finished clip without authoring JSON |
Rendervid is part of the video-as-code family: deterministic video produced from code rather than a timeline.
What Rendervid actually is
Rendervid is a stateless, cross-platform rendering engine. You give it a JSON template, the structure of the video, its layers, text, timing, and animations, and it renders that to a video file. It also accepts custom React components for cases the templates do not cover, and it binds your content into templates with simple {{variable}} placeholders. "Stateless" means each render is a self-contained job, which is exactly what you want when an automated agent is firing renders without a session to manage.
It is made by QualityUnit, the company behind FlowHunt and other SaaS products, so this is a company-backed project rather than a lone open-source experiment. That matters mostly for expectations: it is actively developed and documented, but it is also young.
The agent-native part
The reason Rendervid shows up in "AI video coding" conversations is its built-in MCP integration. MCP is the protocol that lets AI assistants call external tools, and Rendervid ships a server with a dozen-plus tools grouped into rendering (render a video or image, start an async render, check status), validation and discovery (validate a template, list capabilities and examples), and documentation (look up components, animations, and easing). Connect it to Claude Code, Cursor, Windsurf, or another MCP-compatible agent, and the agent can author a template, validate it, and render the video without you leaving the chat.
This is the design difference from older tools: Rendervid was built for agents from the start, rather than adding agent support later. The trade is that the agent is still producing and validating JSON, so the workflow lives in a developer setup.
What it can and cannot do
It can: render MP4, WebM, and MOV video plus image and GIF formats; use 40-plus animation presets and a large set of easing functions; handle layers for image, video, text, shapes, audio, and Lottie; and render locally with Docker or in the cloud. For agent-driven, templated video, it is a capable engine.
It cannot: generate footage. Like other video-as-code tools, Rendervid renders what the browser draws, it is not a diffusion model, so there is no photorealistic or talking-head generation. It also does not yet ship a mature visual editor or a template marketplace; those are on the roadmap, not in hand. So if you are picturing a drag-and-drop studio, that is not what this is today.
Is Rendervid free?
Mostly, with one nuance worth getting right. The software is free for personal and commercial use, but its license requires attribution, this is QualityUnit's own attribution license, not a standard MIT or Apache license, so "free" comes with a credit obligation. Self-hosting with Docker is free; cloud rendering is billed by usage. If a comparison tells you it is "MIT-style" or fully unrestricted, that is imprecise, attribution is part of the deal.
How Rendervid compares to Remotion
The natural comparison is Remotion, the established programmatic video framework. Both render deterministic video in a headless browser, and both are code-first. The differences: Rendervid leads with JSON templates and a built-in agent interface, while Remotion has you write React components and added agent skills later, and the licenses differ. We lay out the full comparison, including the accurate Remotion licensing picture, in Rendervid vs Remotion.
The no-code alternative
Everything above still asks you, or your agent, to author JSON and sometimes React. For a lot of people that is the wrong layer. If you just need a branded hook or title finished today, you do not want to validate a template, you want a clip.
A Motion Agent gives you that. Instead of authoring JSON, you describe what you want in plain language, it calls a branded, market-tested template, and you export, no JSON, no React, no MCP setup. With AutoAE that is the whole flow, for $9.90/mo or $2.90 per export, serving 1,000,000+ creators who want a deliverable rather than a render engine. Rendervid lets your agent render video; a Motion Agent means you do not author the template at all.
FAQ
What is Rendervid used for? Rendering video from JSON templates, especially when an AI agent drives it through its built-in MCP integration. It suits agent-driven, templated, repeatable video.
Is Rendervid free? It is free for personal and commercial use with attribution required, under QualityUnit's own license. Self-hosting is free; cloud rendering is billed by usage.
Is Rendervid the same as Render.com? No. Rendervid is QualityUnit's video render engine. Render.com is an unrelated cloud application host. The names collide but the products are different.
Does Rendervid generate video with AI? No. It renders what a browser can draw from your templates; it is not a generative video model. The AI part is the agent that authors the template.
What is a no-code alternative to Rendervid? A Motion Agent like AutoAE: describe the clip in plain language and export a finished, branded result, with no JSON or code, from $2.90 per export.