Skip to content

10QBIT-ai/contextflow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

contextflow Base UI with paragraph threading and model switching

ContextFlow 🧠🗂️

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.


🚀 Features

  • 📌 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

📸 Screenshots

later...


💻 Local Setup

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)

About

Base UI with paragraph threading and model switching

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors