Airtable → NocoDB (self-hosted)
mediumNocoDB is the open-source Airtable alternative. Self-hosted on any database (PostgreSQL, MySQL, SQLite). No record limits, no per-seat pricing. Airtable CSV import supported.
Estimated: 3-6h · 4 steps
Progress0%
Step 1: Deploy NocoDB
Docker or Railway or Coolify. Connects to existing Postgres or creates SQLite.
docker run -d --name nocodb -p 8080:8080 nocodb/nocodb:latest
Step 2: Export Airtable data
Export each Airtable base as CSV. Include linked records, attachments, and formula columns in separate exports.
Step 3: Import into NocoDB
Create tables in NocoDB. Import CSV files. Recreate linked record relationships manually.
Step 4: Rebuild views and automations
Recreate Airtable views (Grid, Kanban, Gallery, Form) in NocoDB. Automations → NocoDB webhooks + n8n/Make.
✓ All data imported. Views recreated. Team can access via browser. API endpoints available.