
NocoDB
Open-source Airtable alternative that adds a spreadsheet UI, views, forms, automations, and APIs on top of SQL databases like Postgres and MySQL.

NocoDB is an open-source no-code platform that sits on top of existing relational databases and exposes them through a spreadsheet-like UI. It helps teams collaborate on data, build lightweight apps (grids, forms, kanban), and integrate workflows without replacing their underlying database.
Key Features
- Connects to existing SQL databases and works as an overlay (keeps data in your DB)
- Spreadsheet-like grid with sorting, filtering, grouping, and rich field types
- Multiple views: grid, form, kanban, calendar, and gallery (depending on configuration)
- Form builder for data entry and sharing
- Built-in REST APIs for tables and views; supports API tokens
- Automations and integrations (e.g., webhooks) for workflow triggers
- Collaboration features: roles/permissions, shared views, and team workspaces
- Import/export and data sync helpers for onboarding existing datasets
Use Cases
- Replace Airtable-style bases while keeping Postgres/MySQL as the source of truth
- Create internal tools (tracking, CRM-lite, inventory, ops dashboards) over existing tables
- Build forms and lightweight workflows for teams to enter and review structured data
NocoDB is a strong fit when you want an Airtable-like experience without moving data out of your relational database, while still retaining database control and programmability through APIs and integrations.
























