Show HN: I Couldn't Find a Good Open-Source Web Video Editor, So I Built One

4 months ago 18

Video Editor Application using React, Remotion & TypeScript.

Note

The application is under active development. This is an early MVP. Please join the Discord server if you're going to run it.

React Video Editor Screenshot

An open-source alternative to Capcut, Canva, and RVE.

screenrecording.mp4
  • 🎬Non Linear Video Editing
  • 🔀Multi-track Support
  • 👀Live Preview
  • 📤Export Video
  • 📜Licensed under MIT
git clone [email protected]:robinroy03/videoeditor.git cd videoeditor pnpm i

Start the frontend

Start the backend

pnpm dlx tsx app/videorender/videorender.ts

We have a lot of work! For starters, we plan to integrate all Remotion APIs. I'll add a proper roadmap soon. Join the Discord Server for updates and support.

We would love your contributions! ❤️ Check the contribution guide.

This project is licensed under the MIT License. The Remotion license also applies to the relevant parts of the project.

Read Entire Article