A simple demo application showcasing the Reactor JS SDK with the livecore video generation model.
This Next.js app demonstrates how to:
- Connect to Reactor's livecore model for AI video generation
- Send prompts at specific timestamps to guide video creation
- Display real-time video output with
ReactorView - Track generation progress and manage model state
npm install
# or
pnpm installCopy the example environment file and add your API keys:
cp .env.example .env.localEdit .env.local and add:
NEXT_PUBLIC_REACTOR_API_KEY- Your Reactor API key
npm run dev
# or
pnpm devOpen http://localhost:3000 to see the app.
- Text Input: Enter a prompt in the text field and click "Send"
- Voice Input: Click the microphone button to record your prompt, click again to stop and transcribe
- Watch as the livecore model generates video based on your prompts
- Add additional prompts to guide the video generation in real-time
- Track the current frame position to see where you are in the generation
LiveCore is a frame-level autoregressive framework for real-time and interactive long video generation.
- Reactor Website - Learn more about Reactor and our platform
- Reactor Documentation - Learn about Reactor's AI models and SDK
For questions or issues, contact our support team at team@reactor.inc.