-
Clone and install dependencies:
npm install
-
Copy
.env.exampleto.env.localand add your Anthropic API key:cp .env.example .env.local
ANTHROPIC_API_KEY=your_api_key_here -
Run the dev server:
npm run dev
-
Open http://localhost:3000 to start a new chat session.
- Open the app at
http://localhost:3000 - Copy the URL (includes session token and stream name)
- Open the same URL in a new tab or incognito window
- Send messages from either tab and watch them sync in real-time
MIT