contextflow Base UI with paragraph threading and model switching
ContextFlow is an open-source interactive LLM chat UI built with React that lets users explore, click, and dive deep into AI-generated responses. Inspired by ChatGPT but with in-context side discussions, it helps users stay organized and retain context.
- 📌 Paragraph-Based UI – Click on any paragraph to ask follow-up questions in a side panel
- 🧠 Model Selector – Choose between different models like
mistral,phi,medllama, etc. - 🧾 History Tracking – View all past prompts with sub-threads for contextual follow-ups
- ✍️ Highlight & Ask – Select text like ChatGPT and prompt further on the side
- ⚡ Ollama-Ready – Integrates with your local Ollama setup for fast inference
later...
git clone git@github.com:10QBIT-ai/contextflow.git
cd contextflow
# install dependencies
cd client && npm install
cd ../server && npm install
fb50b5 (Add README and MIT license)