NocoDB
Open source Airtable alternative. Turn any SQL database into a smart spreadsheet.
What it is
NocoDB turns a SQL database into a smart spreadsheet. You point it at an existing Postgres or MySQL database (or it creates one for you) and you get Airtable-style grid, form, gallery, kanban, and calendar views of your data. You also get automations, webhooks, and a REST + GraphQL API.
Why we recommend it
Airtable is wonderful until you hit its 50K record per base limit and $20/user/mo pricing. NocoDB has no record limit and is free self-hosted. The interface is similar enough that your team can transition without retraining. And because the data lives in your own SQL database, you can query it with anything (psql, Metabase, Apache Superset) and never get locked in.
When to use it
- Internal team databases (project tracking, content calendars, CRM)
- Replacing Airtable when you hit the per-base record limit or the per-seat pricing
- Companies that want a no-code UI on top of their existing SQL database
- Ops teams that need to build internal tools without writing a React app
Quickstart
Run this in your terminal. Self-hosts locally with Docker or your preferred setup.
$ docker run -d --name nocodb -p 8080:8080 -v nocodb_data:/usr/app/data nocodb/nocodb:latest Setup
Tags
Integrates with
Common use cases
- →internal-tools
- →crm
- →project-tracking
- →ops
- →no-code
Pricing
Self-host: free, AGPL. Cloud Free: 1 user. Starter: $10/mo (10 users). Team: custom.
Related projects
Activepieces
by Activepieces
Activepieces is an open source no-code automation platform. 300+ integrations, visual flow builder, TypeScript pieces, self-hostable, the modern open source Zapier/Make alternative.
Appwrite
by Appwrite
Appwrite is a self-hosted BaaS that gives you auth, databases, storage, functions, and messaging in one Docker container. It supports multiple databases (MariaDB, MongoDB, PostgreSQL), multiple runtimes (Node, Python, Dart, PHP), and has SDKs for web, Flutter, iOS, Android, and React Native.
Baserow
by Baserow
Self-hostable no-code database. Build tables, link records, create forms, and collaborate in real time. The closest open source analog to Airtable.