npm i @rendley/sdk import { Engine } from '@rendley/sdk'const engine = await Engine.create()await engine.addClip('intro.mp4')await engine.export() // WebCodecs
A real editing engine that renders in the browser.
Banuba is a mobile Video Editor SDK with AR effects for native iOS and Android apps. Rendley is the web equivalent: an in-browser JavaScript editing engine, a REST API, and a hosted MCP server. Same idea — embeddable editing — on a different platform.
Banuba and Rendley both let you embed a video editor, but on different platforms. Banuba targets native mobile apps (iOS, Android, Flutter, React Native) with a recording-plus-editing stack and deep AR filters. Rendley is a browser-native JavaScript engine with a REST API and MCP server. Pick Banuba for a TikTok-style in-app camera with AR; pick Rendley for web editing, server-side rendering, and agent tooling.
npm i @rendley/sdk import { Engine } from '@rendley/sdk'const engine = await Engine.create()await engine.addClip('intro.mp4')await engine.export() // WebCodecs
A real editing engine that renders in the browser.
curl api.rendley.com/v1/agent/sessions \ -H "Authorization: Bearer $KEY" \ -d '{ "prompt": "30s launch promo" }' # poll the job, then pull a signed URL
Prompt to video from one deterministic endpoint.
# mcp.rendley.com — Apache-2.0claude mcp add rendley \ https://mcp.rendley.com "Cut a 15s teaser from these clips"
Hosted server, 18 tools, open source.
The defining split. Banuba embeds in native mobile apps and shines at on-device camera and AR. Rendley runs in the browser as JavaScript and renders client-side or in the cloud.
Banuba’s standout is AR — face filters and camera effects. Rendley’s standout is a full render pipeline plus a REST API and MCP server.
Banuba is a client-side mobile editor with no server render API or MCP. Rendley exposes the engine over HTTP and MCP for backends and agents.
The two go to market very differently. Banuba sells yearly, MAU-based licenses through sales. Rendley is self-serve with public plans and credits.
| Rendley Studio | Banuba | |
|---|---|---|
| Platform | Web — JavaScript, runs in the browser | Native mobile — iOS, Android, Flutter, React Native |
| In-browser editing SDK | Yes — @rendley/sdk renders client-side (WebCodecs/WebGL) | No — mobile-native editor SDK |
| AR filters / face SDK | No — background removal, not AR face filters | Yes — deep AR effects and face SDK |
| Render REST API | Yes — api.rendley.com/v1, OpenAPI, jobs + signed URLs | No — on-device editing, no server render API |
| Official MCP server | Yes — hosted, 18 tools | No |
| AI generation models | 25+ aggregated (Veo, Kling, Seedance, Sora, Flux, DALL-E…) | Not a generative-model aggregator |
| Max export resolution | 4K target (Pro and Business plans) | HEVC/H.264 device export |
| Object storage region | EU — Hetzner, Nuremberg (Germany) | Check vendor docs |
| Pricing model | Public plans + credits: Free, $15, $30, $70/mo | MAU-based yearly license, quote-only (contact sales) |
Competitor details are from public pricing and documentation and can change. Verify current specifics on the vendor’s own site.
Generate clips, images, and voiceovers without leaving the editor. New models are added as they launch.
Free to start, with no length caps. Try it on a real project.