Show HN: Chat-tree: a chat UI organized as a tree(chat-tree-inky.vercel.app)
chat-tree-inky.vercel.app
Show HN: Chat-tree: a chat UI organized as a tree
https://chat-tree-inky.vercel.app/
3 comments
Reminds me of Chatting with Glue: https://a9.io/glue-comic/
Interesting approach to branching dialogue - reminds me of old hypertext systems but applied to modern LLM conversations. The tree structure makes more sense than linear chat when you want to explore multiple paths from a single response. Could be really useful for technical debugging or research workflows.
Great idea. I've been thinking of something similar. Beyond branching, it might be useful to be able to manually edit/delete/add to the context window (both user prompts and LLM responses.) This way, when the LLM returns and almost correct response, you can fix the typo or error, and move on with the conversation without polluting the context window with petty requests.
chat-tree is a tool that allows you to ask multiple independent follow-up questions without polluting the context or scrolling up and down through the chat history.