Comparison
Dossiers vs Notion
The everything workspace — versus a single-purpose home for the documents that must be right.
Notion is the most flexible workspace on the market: docs, databases, kanban boards, and AI, composable into whatever your team needs. For hubs, trackers, and lightweight wikis it’s hard to beat, and the free personal tier makes adoption effortless.
That same flexibility works against canonical documents. Notion pages are live — anyone with edit rights can change the spec you approved last quarter, silently. There’s no review gate, and your content lives as proprietary blocks in Notion’s cloud. Dossiers treats a spec as an artifact: written in plain Markdown, changed only through a reviewed pull request, with the full history in Git and a read-only site showing exactly what’s current.
At a glance
| Dossiers | Notion | |
|---|---|---|
| Monthly cost | CLI: free (MIT). Hosted service: TBD — free tier planned | Free for individuals; Plus ~$10/user/mo, Business ~$20/user/mo (annual billing) |
| Open source | Yes — MIT | No — proprietary |
| Where content lives | Markdown files in your Git repository | Notion's cloud, as proprietary blocks |
| Authoring | Any editor or IDE; plain Markdown with YAML frontmatter | Block-based editor with databases and real-time collaboration |
| Review & approval | Pull requests — drafts appear automatically next to published specs | Comments and suggestions; edits are live — no approval gate |
| Version history | Full Git history of every document | Page history; retention depends on plan |
| Full-text search | Full-text search in the hosted service; static builds use browser search | Yes — built in, plus AI Q&A on paid plans |
| Access control | Google Workspace domain or GitHub org (hosted); static sites can sit behind your own auth | Workspace, teamspace, and page-level sharing; guests |
| Self-hosting | Yes — static output hosts anywhere, or run the CLI server | No |
| Lock-in | None — plain Markdown files stay in your repo | Medium-high — Markdown/CSV export exists, but databases and relations don’t round-trip |
Prices are rounded list prices as of July 2026 and change often — always check the vendor’s pricing page. Dossiers hosted-service pricing will be announced at launch.
Which one is for you?
Choose Notion if…
- You want docs, databases, and project tracking in one tool
- Non-technical teammates are primary authors
- Real-time collaboration and comments drive your writing process
- Flexibility matters more than change control
Choose Dossiers if…
- Approved documents should only change through review
- You want specs in plain files you own, not blocks in someone’s cloud
- Git history should be the audit trail, automatically
- Readers need a clean, current, read-only view — not an editable workspace
The bottom line
Notion is a fantastic workspace and a risky system of record. Many teams draft and brainstorm in Notion, then land the final spec as Markdown through a pull request — Dossiers publishes the result, and nobody wonders whether the page they’re reading is still what was approved.
Frequently asked questions
Can I export my Notion content into Dossiers?
Notion exports pages as Markdown, which Dossiers reads directly. Databases export as CSV and would need restructuring into documents; page hierarchies flatten into files and links.
Does Dossiers have databases or boards?
No — by design. Dossiers renders documents. Frontmatter metadata (status, authors, dates) gives you the structured index without turning your specs into an app.
See it with your own specs
Point Dossiers at a folder of Markdown files — you'll have a site before the kettle boils.