Can AI replace Coda?

KINDA · weekend project
price $12/moyou'd save $144/yrbuild time multi-daycategory 📚 docs & databasesreplaced by 0 peoplebuild unverified

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 · use these instead of building, if you'd ratherAFFiNEOpen-source workspace with docs, whiteboard, and knowledge-base features; partial Coda-lik
share on X ↗"I just replaced Coda ($12/mo) with one prompt"
questions
Can AI replace Coda?

Kinda. The core of Coda is buildable in a weekend with the prompt on this page, but there are real gaps: formula language, packs. Read the honest list above before committing.

How much does Coda cost?

Coda costs about $12/month (Pro Doc Maker, checked 2026-07-30), which is $144 per year.

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?

Yes — AFFiNE (Open-source workspace with docs, whiteboard, and knowledge-base features; partial Coda-lik). Using prior art is also a valid exit; the prompt is for when you want it exactly your way.