Replace Notion?
KINDA · weekend projectA solo notes-and-database workspace is buildable, but Notion's block editor, permissions, sync, templates, AI, integrations, and collaboration take real product work.
Build me a personal notes-and-databases app to replace Notion. Requirements: - A local web app: Node + Express + better-sqlite3, server-rendered pages with a little vanilla JS. No frontend framework, no build step. - Pages are Markdown, stored in SQLite, edited in a plain textarea with a live preview pane (render with marked). Markdown is the format, not blocks. - [[Wiki-style]] links between pages, with a backlinks section rendered at the bottom of every page. - Simple databases: a page can define a table (columns typed text/number/date/select), rows editable inline, stored as JSON in SQLite. - Full-text search across everything via SQLite FTS5, search box in the header. - A nightly export of all pages to a folder of plain .md files, so my notes are never trapped in the app. - Binds to localhost only. No accounts, no telemetry, everything on my machine. - Out of scope: real-time collaboration, cross-device sync, and a block editor. Do not build auth or hosting config, this runs on my own machine. - Include a README with setup steps and where the data lives on disk.
$ open in your agent (prompt prefilled, you press enter) or copy it raw · this prompt is generated from the build plan · improve it via PR
They pay for a shared workspace that nontechnical teammates can trust and understand.
xmature block editor
xcross-device sync
xpermissions
xdatabase views
xtemplates marketplace
xintegrations
xAI workspace context
What does the Notion verdict mean?
The core job looks buildable, with meaningful gaps: mature block editor, cross-device sync. Read the full tradeoff list before committing. This research record is not a hosted IVCIFY tool.
What price does this directory record show for Notion?
The directory records $12/month for Plus, checked 2026-07-30. Verify the source before making a purchase decision. This reference stays outside retail Stack Math unless current matched evidence supports the comparison.
What do I lose by replacing Notion?
Honestly: mature block editor; cross-device sync; permissions; database views; templates marketplace; integrations; AI workspace context. If any of those are load-bearing for you, keep paying.
Is there an open-source alternative to Notion?
The listed prior art includes AppFlowy (Open-source Notion-like workspace with databases and docs.). Inspect those projects before starting from a blank prompt.