ScriptsMar 29, 2026·1 min read

Revideo — Code-Driven Video Editor

Create and edit videos with code. MIT-licensed alternative to Remotion with API-driven rendering and dynamic inputs. Forked from Motion Canvas.

TO
TokRepo精选 · Community
Quick Use

Use it first, then decide how deep to go

This block should tell both the user and the agent what to copy, install, and apply first.

npm create revideo@latest
cd my-project
npm start
# Open http://localhost:9000

Intro

Revideo is an open-source framework for creating videos programmatically — define scenes, animations, and transitions in TypeScript, preview in real-time, and render to video. Forked from Motion Canvas with a focus on API-driven rendering and dynamic content injection. MIT-licensed (unlike Remotion's company license). 3,700+ GitHub stars.

Best for: Developers wanting an MIT-licensed programmatic video tool, API-driven video rendering Works with: TypeScript, Node.js

Part of the Video AI Toolkit collection.


Features

  • TypeScript-first: Define videos entirely in code
  • Real-time preview: See changes instantly in the browser editor
  • API rendering: Trigger renders via API with dynamic parameters
  • Scene system: Compose videos from reusable scene components
  • MIT license: No commercial restrictions

FAQ

Q: How is Revideo different from Remotion? A: Revideo is MIT-licensed (Remotion requires a company license for commercial use), uses a scene-based architecture instead of React components, and provides a built-in visual editor.


🙏

Source & Thanks

Created by redotvideo. Licensed under MIT. revideo — ⭐ 3,700+

Related Assets