- JavaScript
- Python
Connect a React app to a real-time world model. By the end of this guide, video will be streaming in
your browser.
Prerequisites
- Node.js 18+
- A Reactor API key
Option 1: CLI
The easiest way to get started is by using thecreate-reactor-app CLI. This tool generates a
ready-to-run Next.js app with the SDK installed and secure auth already configured.Add your API key
Move into the new directory, create a copy of Add your API key to
.env.example and name it .env..env:Run your app
Open http://localhost:3000. Video will start streaming within a few
seconds.
Option 2: Manual setup
Next steps
Authentication
How to set up secure, production-ready auth for your app.
JavaScript SDK
Components, hooks, sending commands, and webcam input.
Python SDK
Multi-track video, publishing input, reconnection.
Helios model
All available commands and the messages Helios emits.