Can AI replace Coda?
KINDA · weekend projectA doc with tables and buttons is buildable; Coda's editor, formula engine, packs/integrations, permissions, and team workflows make full parity difficult.
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
prompt copied. want to know what dies next week?
new verdicts + top votes, weekly. free. one-click out.
They pay because docs become tools that teammates can understand and maintain.
xformula language
xpacks
xpermissions
xautomations
xtemplates
xcollaboration
xdoc-app UX
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.