NocoDB
Any existing relational database becomes a collaborative, Airtable-style smart spreadsheet
under NocoDB. It connects to PostgreSQL, MySQL, MariaDB, SQL Server, or SQLite, introspects
the schema - tables, relationships, indexes - and renders it as interactive Grid, Gallery,
Kanban, Calendar, and Form views without migrating a single row. Your business data stays in
your database; NocoDB keeps only its own metadata (view configs, permissions, webhooks) in a
separate store. Every connected table automatically gets REST APIs with Swagger documentation,
effectively turning legacy databases into modern backends. The spreadsheet layer adds 20+
field types including formulas, lookups, rollups, links, attachments, and currency, plus
sorting, filtering, grouping, and multi-field editing. Views can be locked or shared publicly
with password protection, role-based access control scopes permissions per user, and webhooks
plus CSV, Excel, and Airtable import round out integration. An ERD view visualizes the schema.
Built with Node.js and Vue, deployed via Docker, handling millions of rows.
Deploy