A non-linear AI chat application with branching conversations and visual flow editing.
- 🌳 Branching Conversations - Create multiple conversation branches from any message
- 🎨 Flow View - Visualize and navigate conversation trees
- ☁️ Cloud Sync - Sync conversations across devices via S3
- 🖼️ Multimodal - Support image input for vision models
- 🌙 Dark Mode - Comfortable viewing experience
# Install dependencies
npm install
# Run development server
npm run devOpen http://localhost:3000 in your browser.
Set your API key in the Settings panel. Supports OpenRouter and other OpenAI-compatible APIs.
- Next.js 15
- React 19
- Zustand
- Tailwind CSS
- Vercel AI SDK
- React Flow
MIT