#80 · Primary category: Video & Animation

revideo

Create Videos with Code

Project last updated:07/15/26

GitHub Stars

4.0K

Forks

208

Contributors

93

License

MIT

Why we included this project

Revideo is a rendering engine that turns TypeScript scenes into finished video files. Instead of working in a timeline editor, you write a scene as a generator function that declares shapes, text, media, and animation, then hand it to a headless render API that produces an mp4 from a laptop or a serverless function. Because the scene is plain TypeScript, an assistant like Claude or Codex can generate one from a prompt, and a React player previews the same scene in the browser so users can tweak inputs before exporting. It renders projects in parallel across workers, supports audio export with frame-accurate sync, and needs no heavy GPU tooling to provision. Teams that want version-controlled, reproducible video pipelines will get a lot of use out of it.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category