
Trilium Notes
CherryTree
Zim Wiki
Obsidian.md
Joplin
Logseq
Cryptee
Notesnook
SpawnGraph
Miro
Mapify
Xmind
LucidChart
MindMeister
Mural
FigJam
SpawnGraph turns any PDF, URL, YouTube video, Word doc, PowerPoint, EPUB, or 90+ other file formats into an editable hierarchical mind map in seconds. All natural-language processing runs entirely in your browser โ no data uploads, no AI API costs, no signup required. Real-time multi-user collaboration is included on every plan including the free tier. Built for students, researchers, consultants, and content creators who need to synthesize source material fast.
Key differentiators: โข Browser-native NLP โ verifiable in DevTools, your content never leaves your device during generation โข 93+ file formats supported (PDFs, Word, PowerPoint, EPUB, YouTube transcripts, images via OCR, audio via Whisper WASM) โข Real-time multi-user collaboration on every plan including free โข No per-seat pricing โข Free tier is the product, not a trial
Trilium Notes
SpawnGraphTrilium Notes is recommended for users who need detailed organization tools, enjoy customization, or have programming skills to leverage its scripting features. It is also suitable for privacy-conscious users who require encryption and for those who appreciate open-source platforms where they can contribute to the software's development.
SpawnGraph's answer:
SpawnGraph is the only mind mapping tool that combines three things in one product: (1) browser-native natural-language processing โ every PDF, document, and transcript is parsed entirely client-side, so your content never reaches our servers and you can verify it in DevTools โ Network; (2) automatic mind map generation from 93+ source file formats including PDFs, Word, PowerPoint, EPUBs, YouTube transcripts (auto-fetched), audio recordings (Whisper WASM), and images (Tesseract OCR); and (3) real-time multi-user collaboration with named cursors on every plan including the free tier, with no per-seat pricing. Every other tool in the category sends your content to a cloud AI service, charges per generation, or locks collaboration behind a paid tier.
SpawnGraph's answer:
Three reasons:
Speed-to-first-map. Drop a 30-page research paper and SpawnGraph produces a hierarchical mind map in under 2 seconds. Tools like MindMeister, Miro, and Whimsical require you to type every node yourself. AI tools like Mapify or MyMap upload your document, charge per generation, and wait several seconds for a model round-trip.
Genuine privacy. Confidential pre-prints, interview transcripts, legal contracts, embargoed materials โ none of it leaves your browser during generation. This isn't a marketing claim; open DevTools โ Network and watch zero outbound requests during a generation. Critical for researchers, lawyers, and anyone working with sensitive content.
Free tier is the product, not a trial. Miro caps you at 3 editable boards. MindMeister at 3 maps. Heptabase has no free tier at all โ just a 7-day trial. SpawnGraph's free tier covers 2 saved mindmaps, 8 export formats including watermarked PNG, real-time collaboration with up to 5 editors per board, and unlimited generation from any of 93+ file formats. Solo Pro at $5/month annual unlocks unlimited boards and the full export set โ but the free tier is genuinely usable forever.
SpawnGraph's answer:
SpawnGraph's primary users are knowledge workers who deal with a lot of source material and need to extract structure from it quickly:
Secondary audience: PKM enthusiasts (Obsidian, Heptabase, Logseq users) looking for a visual synthesis tool that complements their long-term knowledge management vault.
SpawnGraph's answer:
I built SpawnGraph because every "AI mind map" tool I tried in 2024โ2025 had three problems: they required signup, they uploaded my PDFs to their servers, and they charged per generation (sometimes hidden as "credits"). I wanted to map research papers, technical docs, and YouTube talks without any of those constraints.
The technical insight was that modern browsers can do most of the heavy lifting client-side: pdf.js for PDF text extraction, Intl.Segmenter for tokenization (built into V8), heading-hierarchy reconstruction in plain JavaScript, Whisper.cpp WASM for audio transcription, and Tesseract.js for image OCR. The "AI" part of AI mind maps was largely unnecessary โ most real-world documents already have implicit structure (headings, paragraphs, lists) that can be extracted deterministically.
Real-time collaboration was added next because mind mapping is genuinely better as a multi-player activity. We used Yjs CRDTs over a custom binary WebSocket protocol โ the same underlying tech as Linear, Figma's multiplayer layer, and AFFiNE.
The product is solo-built and bootstrapped. We're currently pivoting toward a local-first desktop model (Tauri 2.x) for power users who want the same workflow without any browser dependency, modeled on Obsidian's approach.
SpawnGraph's answer:
Frontend (browser): - React 19 + Vite + TypeScript - @xyflow/react for the canvas - Yjs + y-indexeddb + y-protocols for real-time CRDT collaboration - Zustand for client state - Tailwind CSS for styling - pdf.js for PDF text extraction - Intl.Segmenter for tokenization - Whisper.cpp WASM for audio transcription - Tesseract.js for image OCR - @xenova/transformers for browser-side ML utilities - pdf-lib + pptxgenjs + jszip for client-side export to PDF/PPTX/zip - React Router v6 + SSR prerender for marketing pages
Backend: - Hono framework on Node.js (single VPS) - Postgres for primary storage - Lucia Auth for session management - Yjs sync server (WebSocket binary protocol) - Dodo Payments for billing (not Stripe) - Cloudflare Pages for static hosting + edge caching - Cloudflare DNS + Cloudflare Insights for analytics
Infra cost is ~$30/month at current traffic โ single VPS + Cloudflare free tier + small Postgres instance.
SpawnGraph's answer:
Based on our record, Trilium Notes seems to be more popular. It has been mentiond 116 times since March 2021. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
https://github.com/zadam/trilium#trilium-is-in-maintenance-m... above and beyond the license difference between the two (I'm not looking for trouble, I'm only saying they are different). - Source: Hacker News / over 1 year ago
It depends on what subset of Notion you use. Nothing (including Notion) is perfect for me. I'd like to build my own eventually, but I'm currently using Obsidian which doesn't hit your "works in the browser" requirement. One option, which is open source and self hosted, is Trilium[sic], found at https://github.com/zadam/trilium It's open source, so if it's close to what you want, you might be able to adjust it to... - Source: Hacker News / over 1 year ago
I can also recommend Trilium Notes [1], which I have been happily using for years. It's currently in "maintenance mode", which I personally see as a feature (no risk of bloatware). Self-hosted, great webapp, optional native clients and works offline. https://github.com/zadam/trilium. - Source: Hacker News / over 1 year ago
Tried Obsidian for a while, loved a lot about it, but....mmm. Obsidian out of the box is a bit limited; plugins are great and add tons of features, but then you start hitting issues with plugin maintainers abandoning plugins you rely on, or needing to make a decision between three different plugins that all do the same thing slightly different. Depending on your use case and expectations that may not be a big... - Source: Hacker News / over 2 years ago
I move between machines a lot and prefer an online tool; I'm self-hosting Trilium Notes https://github.com/zadam/trilium ; this looks a bit cleaner but without syncing (or server-side storage) it misses a bunch of potential use cases. - Source: Hacker News / over 2 years ago
CherryTree - A hierarchical note taking application, featuring rich text and syntax highlighting, storing data in a single xml or sqlite file.
Miro - Join Millions of users that collaborate from all over the planet using Miro. Experience the power of the #1 visual workspace for innovation. More than 100M users and 250,000 companies are collaborating on the canvas.
Zim Wiki - Zim is a graphical text editor used to maintain a collection of wiki pages. Each page can contain links to other pages, simple formatting and images.
Mapify - Turn text, audio, visuals, and any sorts of content into structured mind maps instantly using AI.
Obsidian.md - A second brain, for you, forever. Obsidian is a powerful knowledge base that works on top of a local folder of plain text Markdown files.
Xmind - Xmind is a brainstorming and mind mapping application.