Is Rendervid Free? License, Attribution & Commercial Use (2026)
Is Rendervid Free? License, Attribution & Commercial Use (2026)
June 1, 2026
Keston CollinsVideo editor with nearly 10 years of experience, exploring the intersection of motion graphics and AI.
Is Rendervid Free? License, Attribution & Commercial Use (2026)
Short answer: yes, Rendervid is free — for personal and commercial work — and you can self-host it without paying a cent. But there's one detail almost every "Rendervid is free!" write-up gets wrong, and it's the kind of thing that matters if you ship client work: the license requires attribution. It is not MIT, and it is not Apache.
I went and read the actual terms instead of trusting the round-up posts, because one of the top-ranking ones literally calls it "100% free, open-source, no restrictions" — which is not accurate. Here's the real picture, in plain language.
First, a quick disambiguation, because the name is crowded. This is Rendervid, the video-rendering engine from QualityUnit (the company behind FlowHunt) — not Render.com the cloud host, and not the unrelated C++ video library with a similar name. If you want the full breakdown of what it does before worrying about cost, start with what is Rendervid. Everything below is about QualityUnit's Rendervid and the money question.
TL;DR
Question
Answer
Is it free?
Yes — free for personal and commercial use
License
FlowHunt Attribution License (QualityUnit's own) — MIT or Apache
not
The catch
You must give visible attribution (a credit)
Self-hosting cost
Free (run it yourself with Node.js + FFmpeg)
Cloud rendering cost
Billed by usage if you use their hosted rendering
Open source?
Source-available and free, but with an attribution condition — so "open source" is loosely true, "no restrictions" is not
The honest answer: free, but you owe a credit
Rendervid is free to download, run, and use commercially. That part is real. The nuance is the license it ships under: the FlowHunt Attribution License, which is QualityUnit's own license rather than a standard one.
What that changes in practice: a standard permissive license like MIT lets you use the software with essentially no strings — you keep a copyright notice in your source and move on. An attribution license goes a step further: it asks for a visible credit, typically where your output or product is seen, not just buried in a source file.
So when a comparison tells you Rendervid is "MIT-style" or "completely unrestricted," treat that as a red flag that the writer didn't check. Free? Yes. No obligations? No. The obligation is small — a credit — but if you're rendering video for paying clients, "small obligation you didn't know about" is exactly the kind of thing worth knowing before you ship.
Quotable: Rendervid is free for personal and commercial use, but under QualityUnit's FlowHunt Attribution License — attribution is required, so it is not MIT or Apache.
How the license compares (the part the round-ups skip)
The three tools people compare in this "video as code" corner all handle licensing differently, and lumping them together as "free and open source" hides the differences that actually bill you:
Tool
License
Free for commercial?
Catch
Rendervid
FlowHunt Attribution License
Yes
Visible attribution required
HyperFrames
Apache 2.0
Yes
Standard notice only — no extra credit
Remotion
Remotion License
Yes, for small users
Company License needed once a for-profit team passes a small headcount
A couple of accuracy notes, because this cluster is where misinformation spreads:
HyperFrames (HeyGen's HTML-to-video framework) is Apache 2.0 — genuinely permissive, no attribution-in-product requirement beyond the usual license notice.
Remotion is free for individuals, non-profits, and small for-profit teams; a paid Company License kicks in only once a for-profit organization grows past a small number of people. It is not "every company has to pay" — I've seen that claim and it overstates the case. If you're a solo creator or a tiny team, Remotion is free too.
The point isn't that one license is "better." It's that "free" means three different things here, and the only way to pick safely is to read which obligation you're signing up for.
What "attribution" actually means in practice
This is the question that should drive your decision, so let's make it concrete. An attribution requirement usually means showing a credit such as "Rendered with Rendervid" (or QualityUnit's specified wording) in a place a viewer can reasonably see — an end card, a credits line, an about page, or your product's footer, depending on context.
The exact required wording and placement live in the LICENSE file in the official repo (QualityUnit/rendervid on GitHub). I'd treat that file as the only authority — not a blog summary, not this article — because attribution terms are precisely the thing that's easy to paraphrase wrong. Read it once, decide whether a visible credit is acceptable for your use case, and you're done.
For a lot of indie and internal use, a small credit is a complete non-issue. For white-labeled client deliverables where the brand has to be 100% the client's, it's a real constraint — and that's the case where you'll want to either get explicit permission, or use a tool whose license doesn't ask for the credit.
Self-hosting is free; cloud rendering is metered
One more cost line that "is it free" glosses over: where the rendering happens.
Self-hosting Rendervid — running the engine yourself on Node.js with FFmpeg installed — is free. You provide the compute; you pay nothing to QualityUnit.
Cloud rendering, if you use a hosted service to do the rendering for you, is billed by usage. That's normal for render infrastructure (someone's GPUs and bandwidth aren't free), but it means "Rendervid is free" is true for the software and not automatically true for running it at scale in the cloud.
So your real budget question is less "is the software free" (it is) and more "am I self-hosting or paying for managed rendering."
What you get for free
Worth being clear about what the free tier actually includes, because Rendervid is a capable engine:
A stateless rendering engine that turns JSON templates (with React component support) into video.
A built-in MCP integration, so AI agents like Claude Code, Cursor, and Windsurf can author a template, validate it, and render — without you leaving the chat.
Standard video output and a non-diffusion approach: it renders what a browser can draw, so it's deterministic, not a generative model. There's no photorealistic or talking-head generation here — it draws graphics, text, and animation precisely, the same way a Motion Agent and other code-driven tools do.
What it does not yet ship: a mature visual editor or a template marketplace. Those are on the roadmap (there's an open GitHub issue for the marketplace), not in your hands today. If you're picturing a drag-and-drop studio, that's not what this is.
The catch that licensing doesn't cover: you still write the template
Here's the honest bridge. "Free" solves the money question. It doesn't solve the work question. With Rendervid, free or not, you (or your agent) still author the JSON template — you're describing the video in code-shaped structure, wiring components, and managing a render setup. That's great if you want programmatic control and an agent in the loop. It's the wrong tool if what you actually want is a finished, on-brand clip without authoring anything.
That second job is what a Motion Agent does. Instead of writing JSON or React, you describe what you want in plain language, it calls a branded, market-tested template, and you export. With AutoAE that's the whole flow — $9.90/mo or $2.90 per export, serving 700,000+ creators who want a deliverable, not a render engine. Rendervid lets your agent render video; a Motion Agent means you never author the template at all.
If… then
If you want programmatic, agent-driven rendering and a small credit is fine → Rendervid is free; use it.
If you need a fully white-labeled client deliverable with zero visible credit → check the LICENSE for permission, or weigh an Apache-2.0 option like HyperFrames; see the full Rendervid alternatives rundown.
If you don't want to author JSON or code at all → skip the render engine and brief a Motion Agent.
FAQ
Is Rendervid really free for commercial use?
Yes. Rendervid is free for personal and commercial use. The only condition is attribution — a visible credit to QualityUnit — under the FlowHunt Attribution License. It is not MIT or Apache.
Is Rendervid open source?
It's source-available and free, so "open source" is loosely accurate, but it carries an attribution requirement that fully permissive licenses (MIT, Apache) don't. If a write-up says "no restrictions," that's wrong — the credit is the restriction.
Do I have to pay anything to use Rendervid?
Not for the software if you self-host it (you'll need Node.js and FFmpeg). If you use a hosted cloud-rendering service to do the rendering, that's billed by usage. The engine itself is free.
How is Rendervid's license different from Remotion's?
Rendervid is free with attribution. Remotion is free for individuals, non-profits, and small for-profit teams, and requires a paid Company License only once a for-profit team grows past a small headcount. Different models — read both before committing.
Is Rendervid the same as Render.com?
No. Rendervid is QualityUnit's video-rendering engine. Render.com is an unrelated cloud application host. The names collide; the products don't.
Bottom line
Is Rendervid free? Yes — for personal and commercial use, self-hosted, no license fee. Just go in knowing the one thing the hype posts skip: you owe a visible credit under QualityUnit's attribution license, cloud rendering is metered, and you're still the one authoring the template. If a credit and a JSON workflow are fine, it's a genuinely free, capable engine. If you'd rather skip authoring entirely and ship a branded clip, that's a different category — and "free" was never the real question there.