TL;DR — Quick Summary

Deploy NocoDB, the open-source Airtable alternative. Turn MySQL, PostgreSQL, or SQLite into smart spreadsheets with forms, views, REST APIs, and Docker.

What Is NocoDB?

NocoDB turns any database into a smart spreadsheet. It’s the self-hosted, open-source Airtable alternative with unlimited records and automatic REST APIs.

docker run -d --name nocodb -p 8080:8080 \
  -v nc_data:/usr/app/data/ \
  nocodb/nocodb:latest

Views

View Use Case
Grid Spreadsheet-like data editing
Form Data collection, surveys
Gallery Image/card-based display
Kanban Project management boards
Calendar Date-based scheduling

NocoDB vs Airtable

Feature NocoDB Airtable
Self-hosted
Records limit Unlimited 50K/base (paid)
Bases limit Unlimited Limited
Cost Free $20/user/mo
Existing DB ✅ Connect
Auto REST API
Automations