A PoC of a graph/tree based notes app. It's like a mind map or obsidian graph but with some chatbot-like features.
- Extending a topic (tree leaf)
- Creating a new topic from a message
- Moving between topics
- Graph view
- Loading to a bottom of a leaf or until a branch
- Display variants of branches when a note with many children is last
- Import, Export and saving in a local storage
- Markdown support
- Interactive markdown (checkboxes and plugins)
- Hyperlinks with autocomplete
- Design
- Color and name for each topic
- Good messages design
- Pretty graph view
- A better description of the design than “pretty” and “good”
- Chat-like creation of notes
- Obsidian-like creation of notes
- Full-featured "multiplayer" chat with topics and graph view
- Mobile version
yarn dev
# or start the server and open the app in a new browser tab
yarn dev --open
To create a production version:
yarn build