How do you handle performance with large documents? I tend to write really long notes with 200+ nodes. Does the mind map view slow down at that scale?
Show HN: Brainio – Markdown notepad that turns notes into visual mind maps
21–28 of 28 posts
Re: Show HN: Brainio – Markdown notepad that turns notes into visual mind maps
#22Interesting approach. How does the Yjs sync work when two people edit the same node in the mind map view? Do you handle conflicts at the node level or at the text level?
Re: Show HN: Brainio – Markdown notepad that turns notes into visual mind maps
#23Interesting approach. How does the Yjs sync work when two people edit the same node in the mind map view? Do you handle conflicts at the node level or at the text level?
Re: Show HN: Brainio – Markdown notepad that turns notes into visual mind maps
#24Interesting approach. How does the Yjs sync work when two people edit the same node in the mind map view? Do you handle conflicts at the node level or at the text level?
The tree structure is managed by a separate Yjs data structure. So if one person moves a node while another edits its text.
The sync layer is Hocuspocus (WebSocket server) on top of a NestJS backend. Documents are persisted to PostgreSQL and synced to all connected clients. When you go offline, changes queue in IndexedDB and merge automatically when you reconnect.
The mind map view and text editor view share the same Yjs document. Edits in one view appear instantly in the other, even across different users.
Re: Show HN: Brainio – Markdown notepad that turns notes into visual mind maps
#25Can I import my existing Markdown files? I have about 500 notes in Obsidian and I'd like to try this without starting from scratch.
Re: Show HN: Brainio – Markdown notepad that turns notes into visual mind maps
#26How does this compare to something like Logseq or Obsidian with a graph view? What's the main reason to switch?
Brainio has real-time collaboration - it's is built in, there's a built-in MCP server so AI assistants can work with your notes, and it runs as a web app or desktop app without needing to manage a local vault.
The tradeoff is that Obsidian has a much bigger plugin ecosystem and local-first storage.
Re: Show HN: Brainio – Markdown notepad that turns notes into visual mind maps
#27I've been looking for a good MCP-enabled note taking app. What can Claude actually do with the 17 tools? Can it create a full mind map from a prompt?
Currently 17 tools that we cover: Reading: list mindmaps, read document, search across everything, find a specific node with its context. Writing: create new documents, add/edit/delete/move nodes, trash and restore documents. Folders: create folders, organize documents, rename, delete.
A practical example: you can paste a long article into harness and say "summarize this into a Brainio mind map with the key topics as branches." It will create the document and build the structure for you. It works with Claude Desktop, Claude Code, Cursor, Windsurf, or anything that supports MCP.
Re: Show HN: Brainio – Markdown notepad that turns notes into visual mind maps
#28Can I import my existing Markdown files? I have about 500 notes in Obsidian and I'd like to try this without starting from scratch.