Skip to main content
Get started below to see how quickly you can get building your Realtime AI application.

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
npx create-reactor-app my-app
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:
3

Run Your App

Navigate to your new app directory and start the development server:
  • npm
  • pnpm
cd my-app
npm run dev
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:
Need help? Reach out to our team at team@reactor.inc
I