Chat interface for LLMs with branching and merging
2
stars
79
commits
JavaScript
primary language
Jan 4, 2026
updated
A non-linear chat interface for LLMs. Conversations are displayed as a tree structure, allowing you to branch off at any point and explore multiple conversation paths simultaneously.

npm installnpm run devOption A: Server-side (.env file)
OPENAI_API_KEY=your-key-here
Option B: Client-side (Settings panel)
For local LLMs, set the API URL to your local endpoint (e.g., http://localhost:11434/v1 for Ollama).
JavaScript
97.0%
CSS
3.0%
Chat interface for LLMs with branching and merging
2
stars
79
commits
JavaScript
primary language
Jan 4, 2026
updated
A non-linear chat interface for LLMs. Conversations are displayed as a tree structure, allowing you to branch off at any point and explore multiple conversation paths simultaneously.

npm installnpm run devOption A: Server-side (.env file)
OPENAI_API_KEY=your-key-here
Option B: Client-side (Settings panel)
For local LLMs, set the API URL to your local endpoint (e.g., http://localhost:11434/v1 for Ollama).
JavaScript
97.0%
CSS
3.0%