Installation
Install and set up React Video Editor Pro (RVE Pro)
React Video Editor Pro (RVE Pro) is a private repository available to licensed users with a valid developer seat. Once your purchase is complete and your GitHub username has been added, you’ll get access to the private repository.
Note
You’re viewing RVE Pro, which gives your team full access to the source code. Great if you want to dig in, tweak things, and make it your own.
For teams that prefer a smoother setup and direct support, we offer RVE Packaged - our managed npm version built for enterprise use.
Purchase Access
To use RVE Pro, you’ll need to purchase a developer seat.
Once purchased, submit your GitHub username so we can grant you access to the private repository.
Step 1: Get Access to the Repo
After we’ve added your GitHub username:
- Accept the invitation to the private GitHub repo.
- Clone the repository:
git clone https://github.com/reactvideoeditor/react-video-editor-pro
Step 2: Install Dependencies
Navigate to the project folder and install dependencies:
cd reactvideoeditor-pro
npm install
Step 3: Start the Dev Server
Run the development server:
npm run dev
This will launch the editor locally. You’re now ready to build.
What’s Included
- Full source code for the video editor
- Timeline editing, overlays, audio, export, and more
- Theme and layout customization
- TypeScript support
- Actively maintained and extendable
Next Steps
Congratulations! You've successfully installed React Video Editor Pro. Now you're ready to start building powerful video editing experiences. Here's what we recommend tackling next:
Customize Your Editor
- Select a theme - Choose from our pre-built themes or create your own to match your brand
- Whitelabel RVE - Remove our branding and make the editor completely yours