Prerequisites
- A Reactor account
- A Reactor API key
Keep your API key secure. In the near future, we’ll enable JWTs too.
Create Your First App
1
Run the CLI
The fastest way to get started is with our interactive CLI:
- npm
- pnpm
This will launch an interactive CLI that guides you through setting up your Reactor application allowing you to choose a model.
2
Explore the Examples
The CLI creates your app from our open-source example applications. You can also:
- View the source code on GitHub to understand implementation details
- Try live demos before setting up locally:
- LongLive Demo - Real-time video generation
- Matrix-2 Demo - Interactive world exploration
- StreamDiffusionV2 Demo - Video-to-video transformation with webcam
3
Run Your App
Navigate to your new app directory and start the development server:
- npm
- pnpm
Your Reactor app should now be running! Open your browser to see it in action.
Next Steps
Now that you have Reactor running, explore these resources to build your application:Explore Models
Browse available models and learn how to use their specific commands and features
Usage Guide
Learn core concepts, React patterns, and best practices
API Reference
Complete reference for all SDK methods and components
Need help? Reach out to our team at team@reactor.inc