Replace Airtable?

KINDA · weekend project
catalog price reference $24/mocategory 🗄️ databasesreported replacement votes 0

A spreadsheet database CRUD app is buildable, but Airtable's views, permissions, automations, interfaces, forms, sync, and integrations are broad.

the prompt
Build me a personal spreadsheet-database to replace Airtable. Requirements:

- Local web app: Node + Express + better-sqlite3, one database file at
  data/base.db; the grid is Tabulator plus vanilla JS, no build step.
- Create tables and columns from the UI, typed as text, number, date,
  select, checkbox, or URL; each is a real SQLite table so other tools can
  query it.
- Inline grid editing, click-to-sort, per-column filters.
- Saved views: name + filters + sort + hidden columns, stored in a views
  table and listed in a sidebar.
- Link columns: a cell can reference rows in another table, picked from a
  dropdown, rendered as chips that click through to the linked row.
- A quick-entry form page per table at /form/<table>: one input per column,
  posts a row.
- CSV import and export per table so nothing is ever trapped.
- Localhost only, no accounts, no telemetry.
- Out of scope: multi-user permissions, automations, and hosted interfaces;
  when teammates need in, that is what Airtable is for.
- README: setup and where the database lives.

$ 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 non-engineers can turn data into workflows without asking for a custom app.

what you lose

xrich field types

xinterfaces

xautomations

xsync/integrations

xmobile

xpermissions

xscalability

prior art to inspect before buildingNocoDBOpen-source Airtable-like no-code database built on existing SQL databases.
reported replacements · 0share on X ↗"Airtable replacement research and build prompt"
questions
What does the Airtable verdict mean?

The core job looks buildable, with meaningful gaps: rich field types, interfaces. Read the full tradeoff list before committing. This research record is not a hosted IVCIFY tool.

What price does this directory record show for Airtable?

The directory records $24/month for Team, 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 Airtable?

Honestly: rich field types; interfaces; automations; sync/integrations; mobile; permissions; scalability. If any of those are load-bearing for you, keep paying.

Is there an open-source alternative to Airtable?

The listed prior art includes NocoDB (Open-source Airtable-like no-code database built on existing SQL databases.). Inspect those projects before starting from a blank prompt.