Integration Guides
Add the RVE SDK to a Next.js, Vite, or React application
The RVE SDK is a private npm package that you install in your React application.
Install the SDK first
Complete the SDK installation guide before you use an integration guide. You need an active SDK plan and a registry token.
Choose Your Framework
Next.js
Add the SDK to a Next.js App Router application.
Vite
Add the SDK to a Vite React application.
React
Add the SDK to another React build system.
All three guides use the same SDK package:
@reactvideoeditor/react-video-editorThe SDK uses client-side rendering by default. You can add server rendering later if your application needs it.
Need Help?
See the quick start or email hello@reactvideoeditor.com.