Airtable → NocoDB
What it saves, what actually moves, what you rebuild — and the thing that catches people.
What it costs, and what it saves
Airtable Team is about $20 per user per month; a 10-person team pays roughly $2,400 a year. NocoDB is free self-hosted.
Moves cleanly
Tables, records and attachments — NocoDB has an Airtable importer that uses your API key directly.
You rebuild
Automations, Interfaces and any scripting.
What Airtable costs you today
Free plan ($0) is capped at 1,000 records per base, 1 GB attachments, and 100 automation runs/month (up to 5 editors). Team is $20/seat/month billed annually (about $24 monthly) with 50,000 records per base and 25,000 automation runs/month. Business is $45/seat/month annually (about $54 monthly) with 125,000 records per base, SSO, and an admin panel. Enterprise Scale is custom-priced with up to 500,000 records per base. Verified against Airtable's published plans as of July 2026.
What actually holds you in
Bases, records, linked-table relationships, interfaces, and automations live inside Airtable's cloud; there is no self-hosted deployment. You can export individual tables to CSV, but that flattens relationships, interfaces, and automations — there is no clean one-click export of a full multi-table base with its links and app logic intact. Migrating a complex workspace generally means rebuilding schema, relationships, and automations in the destination tool. You also depend on Airtable's pricing, record limits, and uptime.
What you are moving to
NocoDB puts an Airtable-style no-code interface (grid, kanban, gallery, calendar, forms) on top of a database you already run — MySQL, PostgreSQL, SQLite, and more — which gives it excellent data ownership, since your records stay in your own standard SQL database. It is free to self-host via Docker for internal use. Important licensing note: as of January 2026 NocoDB moved from AGPL-3.0 to the Sustainable Use License (SUL), a source-available "fair-code" license — many secondary sites still list the old AGPL label. Self-hosting for your own internal or personal use remains free; offering NocoDB itself as a hosted or managed service to others requires a commercial license.
Free to self-host for internal/personal use; commercial license required to offer it as a managed service; paid cloud available
NocoDB strengths
- Sits on top of your own MySQL/PostgreSQL/SQLite database, so your data stays in a standard SQL store you control
- Free to self-host for internal and personal use, with full source access
- Familiar no-code views (grid, kanban, gallery, calendar, forms) plus an automatic REST API
- Extremely active project with a very large community and frequent releases
What you give up
- License is source-available (Sustainable Use License), not OSI-approved open-source, and restricts offering NocoDB itself as a paid/managed service
- The Jan 2026 relicense from AGPL-3.0 means older "AGPL" references you may find are out of date
- Self-hosting means running and maintaining the app and its backing database
- As an interface layer, it depends on a separate SQL database you provision and manage
The migration, step by step
- 1Generate an Airtable personal access token
- 2Deploy NocoDB with Docker, backed by Postgres rather than the default SQLite for anything real
- 3Use the built-in Airtable import, one base at a time
- 4Verify linked records and attachments, which are the two things that break
- 5Rebuild automations — NocoDB has webhooks rather than Airtable's automation builder
The gotcha
NocoDB is a spreadsheet interface over a real database, which means it is more capable and less forgiving. Airtable's field types map imperfectly, and formula fields in particular need rewriting rather than importing.
When to stay on Airtable
You depend on Airtable Interfaces or its automation ecosystem.
More Layer 5 migrations
Figures verified 2026-07-18 against vendor pricing pages. Prices change and migrations differ by estate — treat the cost delta as a starting model, not a quote. Rankings and recommendations here are merit-only; affiliate income never changes a verdict. See our methodology.