Replace Coda?

KINDA ยท weekend project
catalog price reference $12/mocategory ๐Ÿ“š docs & databasesreported replacement votes 0

A doc with tables and buttons is buildable; Coda's editor, formula engine, packs/integrations, permissions, and team workflows make full parity difficult.

the prompt
Build me a docs-with-tables workspace to replace Coda, single-user.
Requirements:

- Local web app: Node + Express + better-sqlite3, server-rendered pages with
  vanilla JS, no build step.
- Docs are Markdown edited in a textarea with live preview (marked); a
  fenced block naming a table, like table:Expenses, renders that table live
  inside the doc.
- Tables have typed columns (text/number/date/select/checkbox), inline row
  editing, and are real SQLite tables I can query with other tools.
- Formula columns: a JS expression over the row's other fields (price * qty)
  evaluated server-side with new Function over plain values only, recomputed
  on edit. No imports, no network access in formulas.
- Buttons in docs: a doc can declare a button that runs one whitelisted
  server action (add row with defaults, mark done); docs never execute
  arbitrary code.
- Named views per table: filter + sort saved and embeddable in any doc.
- CSV export per table, Markdown export per doc; localhost only, no
  accounts, no telemetry.
- Out of scope: collaboration, permissions, and packs/integrations. Coda's
  formula language and pack ecosystem are the product; this is my personal
  version.
- README: setup 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

why people still pay

They pay because docs become tools that teammates can understand and maintain.

what you lose

xformula language

xpacks

xpermissions

xautomations

xtemplates

xcollaboration

xdoc-app UX

prior art to inspect before buildingAFFiNEOpen-source workspace with docs, whiteboard, and knowledge-base features; partial Coda-likโ†—
reported replacements ยท 0share on X โ†—"Coda replacement research and build prompt"
questions
What does the Coda verdict mean?

The core job looks buildable, with meaningful gaps: formula language, packs. Read the full tradeoff list before committing. This research record is not a hosted IVCIFY tool.

What price does this directory record show for Coda?

The directory records $12/month for Pro Doc Maker, 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 Coda?

Honestly: formula language; packs; permissions; automations; templates; collaboration; doc-app UX. If any of those are load-bearing for you, keep paying.

Is there an open-source alternative to Coda?

The listed prior art includes AFFiNE (Open-source workspace with docs, whiteboard, and knowledge-base features; partial Coda-lik). Inspect those projects before starting from a blank prompt.