NocoDB
š The Open Source Airtable Alternative š
Turns any MySQL, PostgreSQL, SQL Server, SQLite & MariaDB into a smart-spreadsheet
Website ā¢ Discord ā¢ Twitter
Quick try
1-Click Deploy
Heroku
Using Docker
docker run -d --name nocodb -p 8080:8080 nocodb/nocodb:latest
To persist data you can mount volume at
/usr/app/data/
.
Using Npm
npx create-nocodb-app
Using Git
git clone https://github.com/nocodb/nocodb-seed
cd nocodb-seed
npm install
npm start
GUI
Access Dashboard using : http://localhost:8080/dashboard
Join Our Community
Screenshots
Features
Rich Spreadsheet Interface
-
ā” Search, sort, filter, hide columns with uber ease -
ā” Create Views : Grid, Gallery, Kanban, Gantt, Form -
ā” Share Views : public & password protected -
ā” Personal & locked Views -
ā” Upload images to cells (Works with S3, Minio, GCP, Azure, DigitalOcean, Linode, OVH, BackBlaze) -
ā” Roles : Owner, Creator, Editor, Viewer, Commenter, Custom Roles. -
ā” Access Control : Fine-grained access control even at database, table & column level.