NocoDB
Open-source Airtable alternative โ turns any database into a smart spreadsheet
Deploy
Screenshots
Based on 4 reviews
Reviews
Non-technical team finally stopped asking for SQL queries. Game changer.
Scaling docs are lacking. Hit perf issues at 50k rows.
Connected NocoDB to our existing Postgres and the non-technical team finally stopped asking me for SQL queries. It just works as a spreadsheet UI on top of real data.
We use this as a lightweight CRM for client projects. The form view + API makes it dead simple to build intake workflows. Replaced Airtable across 12 client accounts.
Docker setup is straightforward but the docs don't cover scaling well. We hit performance issues at ~50k rows until we tuned the Postgres connection pool.
Set `NC_DB_POOL_MAX` to 20+ and add proper indexes. Fixed our performance issues at 200k rows.