Open-Source Alternative to Airtable

https://github.com/nocodb/nocodb

The Open Source Airtable Alternative

NocoDB is the fastest and easiest way to build databases online.

WebsiteDiscordCommunityTwitterRedditDocumentation

video avi

See other languages »

Join Our Community

Stargazers repo roster for @nocodb/nocodb

Installation

Docker with SQLite

docker run -d --name noco 
           -v "$(pwd)"/nocodb:/usr/app/data/ 
           -p 8080:8080 
           nocodb/nocodb:latest

Docker with PG

docker run -d --name noco 
           -v "${pwd}"/nocodb:/usr/app/data/ 
           -p 8080:8080 
            # replace with your pg connection string
           -e NC_DB="pg://host.docker.internal:5432?u=root&p=password&d=d1" 
           # replace with a random secret
           -e NC_AUTH_JWT_SECRET="569a1821-0a93-45e8-87ab-eb857f20a010"  
           nocodb/nocodb:latest

Auto-upstall

Auto-upstall is a single command that sets up NocoDB on a server for production usage. Behind the scenes it auto-generates docker-compose for you.

bash <(curl -sSL http://install.nocodb.com/noco.sh) <(mktemp)

Auto-upstall does the following : 🕊

  • 🐳 Automatically installs all pre-requisites like docker, docker-compose
  • 🚀 Automatically installs NocoDB with PostgreSQL, Redis, Minio, Traefik gateway using Docker Compose. 🐘 🗄️ 🌐
  • 🔄 Automatically upgrades NocoDB to the latest version when you run the command again.
  • 🔒 Automatically setups SSL and also renews it. Needs a domain or subdomain as input while installation.

install.nocodb.com/noco.sh script can be found here in our github

Other Methods

Binaries are only for quick testing locally.

Install Method Command to install
🍏 MacOS arm64
(Binary)
curl http://get.nocodb.com/macos-arm64 -o nocodb -L && chmod +x nocodb && ./nocodb
🍏 MacOS x64
(Binary)
curl http://get.nocodb.com/macos-x64 -o nocodb -L && chmod +x nocodb && ./nocodb
🐧 Linux arm64
(Binary)
curl http://get.nocodb.com/linux-arm64 -o nocodb -L && chmod +x nocodb && ./nocodb
🐧 Linux x64
(Binary)
curl http://get.nocodb.com/linux-x64 -o nocodb -L && chmod +x nocodb && ./nocodb
🪟 Windows arm64
(Binary)
iwr http://get.nocodb.com/win-arm64.exe -o Noco-win-arm64.exe && .\Noco-win-arm64.exe
🪟 Windows x64
(Binary)
iwr http://get.nocodb.com/win-x64.exe -o Noco-win-x64.exe && .\Noco-win-x64.exe

When running locally access nocodb by visiting: http://localhost:8080/dashboard

Screenshots

2 3 4 5

5 7 8

8 9 10 11 12

Features

Rich Spreadsheet Interface

  • ⚡  Basic Operations: Create, Read, Update and Delete Tables, Columns, and Rows
  • ⚡  Fields Operations: Sort, Filter, Group, Hide / Unhide Columns
  • ⚡  Multiple Views Types: Grid (By default), Gallery, Form, Kanban and Calendar View
  • ⚡  View Permissions Types: Collaborative Views, & Locked Views
  • ⚡  Share Bases / Views: either Public or Private (with Password Protected)
  • ⚡  Variant Cell Types: ID, Links, Lookup, Rollup, SingleLineText, Attachment, Currency, Formula, User, etc
  • ⚡  Access Control with Roles: Fine-grained Access Control at different levels
  • ⚡  and more ...

App Store for Workflow Automations

We provide different integrations in three main categories. See App Store for details.

  • ⚡  Chat: Slack, Discord, Mattermost, and etc
  • ⚡  Email: AWS SES, SMTP, MailerSend, and etc
  • ⚡  Storage: AWS S3, Google Cloud Storage, Minio, and etc

Programmatic Access

We provide the following ways to let users programmatically invoke actions. You can use a token (either JWT or Social Auth) to sign your requests for authorization to NocoDB.

  • ⚡  REST APIs
  • ⚡  NocoDB SDK

Contributing

Please refer to Contribution Guide.

Why are we building this?

Most internet businesses equip themselves with either spreadsheet or a database to solve their business needs. Spreadsheets are used by Billion+ humans collaboratively every single day. However, we are way off working at similar speeds on databases which are way more powerful tools when it comes to computing. Attempts to solve this with SaaS offerings have meant horrible access controls, vendor lock-in, data lock-in, abrupt price changes & most importantly a glass ceiling on what's possible in the future.

Our Mission

Our mission is to provide the most powerful no-code interface for databases that is open source to every single internet business in the world. This would not only democratise access to a powerful computing tool but also bring forth a billion+ people who will have radical tinkering-and-building abilities on the internet.

License

This project is licensed under AGPLv3.

Contributors

Thank you for your contributions! We appreciate all the contributions from the community.

{
"by": "noashavit",
"descendants": 2,
"id": 40231592,
"kids": [
40232815,
40231594
],
"score": 19,
"time": 1714611710,
"title": "Open-Source Alternative to Airtable",
"type": "story",
"url": "https://github.com/nocodb/nocodb"
}
{
"author": "nocodb",
"date": null,
"description": "🔥 🔥 🔥 Open Source Airtable Alternative. Contribute to nocodb/nocodb development by creating an account on GitHub.",
"image": "https://repository-images.githubusercontent.com/108761645/301727b7-d2d0-4513-b965-e937608ae26d",
"logo": "https://logo.clearbit.com/github.com",
"publisher": "GitHub",
"title": "GitHub - nocodb/nocodb: 🔥 🔥 🔥 Open Source Airtable Alternative",
"url": "https://github.com/nocodb/nocodb"
}
{
"url": "https://github.com/nocodb/nocodb",
"title": "GitHub - nocodb/nocodb: 🔥 🔥 🔥 Open Source Airtable Alternative",
"description": "The Open Source Airtable Alternative NocoDB is the fastest and easiest way to build databases online. Website • Discord • Community • Twitter • Reddit • ...",
"links": [
"https://github.com/nocodb/nocodb"
],
"image": "https://repository-images.githubusercontent.com/108761645/301727b7-d2d0-4513-b965-e937608ae26d",
"content": "<div><article><div><h2>\n The Open Source Airtable Alternative <br />\n</h2><a target=\"_blank\" href=\"https://github.com/nocodb/nocodb#------------------------------------------------nocodb----------------the-open-source-airtable-alternative-\"></a></div>\n<p>\nNocoDB is the fastest and easiest way to build databases online.\n</p>\n<p>\n <a target=\"_blank\" href=\"http://www.nocodb.com/\"><b>Website</b></a> •\n <a target=\"_blank\" href=\"https://discord.gg/5RgZmkW\"><b>Discord</b></a> •\n <a target=\"_blank\" href=\"https://community.nocodb.com/\"><b>Community</b></a> •\n <a target=\"_blank\" href=\"https://twitter.com/nocodb\"><b>Twitter</b></a> •\n <a target=\"_blank\" href=\"https://www.reddit.com/r/NocoDB/\"><b>Reddit</b></a> •\n <a target=\"_blank\" href=\"https://docs.nocodb.com/\"><b>Documentation</b></a>\n</p>\n<p><a target=\"_blank\" href=\"https://private-user-images.githubusercontent.com/86527202/277104231-e2fad786-f211-4dcb-9bd3-aaece83a6783.gif?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MjU3NDcxNjYsIm5iZiI6MTcyNTc0Njg2NiwicGF0aCI6Ii84NjUyNzIwMi8yNzcxMDQyMzEtZTJmYWQ3ODYtZjIxMS00ZGNiLTliZDMtYWFlY2U4M2E2NzgzLmdpZj9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNDA5MDclMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjQwOTA3VDIyMDc0NlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTBhNTc5YTBlNWFmYWViZThhMmVhZDliZjA2ZmYxNjI1YzJiMTBlOThkZDZlYzYzMmMwYjM4OWI0OGUyODlkNTkmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0JmFjdG9yX2lkPTAma2V5X2lkPTAmcmVwb19pZD0wIn0.zh0BEcdANmXj4J6NGtAS-HNHDumHPXZPvgCtPMFCiq8\"><img src=\"https://private-user-images.githubusercontent.com/86527202/277104231-e2fad786-f211-4dcb-9bd3-aaece83a6783.gif?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MjU3NDcxNjYsIm5iZiI6MTcyNTc0Njg2NiwicGF0aCI6Ii84NjUyNzIwMi8yNzcxMDQyMzEtZTJmYWQ3ODYtZjIxMS00ZGNiLTliZDMtYWFlY2U4M2E2NzgzLmdpZj9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNDA5MDclMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjQwOTA3VDIyMDc0NlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTBhNTc5YTBlNWFmYWViZThhMmVhZDliZjA2ZmYxNjI1YzJiMTBlOThkZDZlYzYzMmMwYjM4OWI0OGUyODlkNTkmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0JmFjdG9yX2lkPTAma2V5X2lkPTAmcmVwb19pZD0wIn0.zh0BEcdANmXj4J6NGtAS-HNHDumHPXZPvgCtPMFCiq8\" alt=\"video avi\" /></a></p>\n<p><a target=\"_blank\" href=\"https://github.com/nocodb/nocodb/blob/develop/markdown/readme/languages/chinese.md\"><img src=\"https://user-images.githubusercontent.com/61551451/135263434-75fe793d-42af-49e4-b964-d70920e41655.png\" /></a>\n<a target=\"_blank\" href=\"https://github.com/nocodb/nocodb/blob/develop/markdown/readme/languages/french.md\"><img src=\"https://user-images.githubusercontent.com/61551451/135263474-787d71e7-3a87-42a8-92a8-be1d1f55413d.png\" /></a>\n<a target=\"_blank\" href=\"https://github.com/nocodb/nocodb/blob/develop/markdown/readme/languages/german.md\"><img src=\"https://user-images.githubusercontent.com/61551451/135263531-fae58600-6616-4b43-95a0-5891019dd35d.png\" /></a>\n<a target=\"_blank\" href=\"https://github.com/nocodb/nocodb/blob/develop/markdown/readme/languages/spanish.md\"><img src=\"https://user-images.githubusercontent.com/61551451/135263589-3dbeda9a-0d2e-4bbd-b1fc-691404bb74fb.png\" /></a>\n<a target=\"_blank\" href=\"https://github.com/nocodb/nocodb/blob/develop/markdown/readme/languages/portuguese.md\"><img src=\"https://user-images.githubusercontent.com/61551451/135263669-f567196a-d4e8-4143-a80a-93d3be32ba90.png\" /></a>\n<a target=\"_blank\" href=\"https://github.com/nocodb/nocodb/blob/develop/markdown/readme/languages/italian.md\"><img src=\"https://user-images.githubusercontent.com/61551451/135263707-ba4e04a4-268a-4626-91b8-048e572fd9f6.png\" /></a>\n<a target=\"_blank\" href=\"https://github.com/nocodb/nocodb/blob/develop/markdown/readme/languages/japanese.md\"><img src=\"https://user-images.githubusercontent.com/61551451/135263770-38e3e79d-11d4-472e-ac27-ae0f17cf65c4.png\" /></a>\n<a target=\"_blank\" href=\"https://github.com/nocodb/nocodb/blob/develop/markdown/readme/languages/korean.md\"><img src=\"https://user-images.githubusercontent.com/61551451/135263822-28fce9de-915a-44dc-962d-7a61d340e91d.png\" /></a>\n<a target=\"_blank\" href=\"https://github.com/nocodb/nocodb/blob/develop/markdown/readme/languages/russian.md\"><img src=\"https://user-images.githubusercontent.com/61551451/135263888-151d4ad1-7084-4943-97c9-56f28cd40b80.png\" /></a></p>\n<p><a target=\"_blank\" href=\"https://github.com/nocodb/nocodb/blob/develop/markdown/readme/languages/README.md\"><b>See other languages »</b></a></p>\n<p><a target=\"_blank\" href=\"https://camo.githubusercontent.com/5bb6b9c85c0558b777a97f63321d49cf9d2e226d5545a9587ea5ff6761f741ac/68747470733a2f2f7374617469632e73636172662e73682f612e706e673f782d707869643d63313261373763632d383535652d343630322d386130662d363134623264306461353661\"><img src=\"https://camo.githubusercontent.com/5bb6b9c85c0558b777a97f63321d49cf9d2e226d5545a9587ea5ff6761f741ac/68747470733a2f2f7374617469632e73636172662e73682f612e706e673f782d707869643d63313261373763632d383535652d343630322d386130662d363134623264306461353661\" /></a></p>\n<p></p><h2>Join Our Community</h2><a target=\"_blank\" href=\"https://github.com/nocodb/nocodb#join-our-community\"></a><p></p>\n<a target=\"_blank\" href=\"https://discord.gg/5RgZmkW\">\n<img src=\"https://camo.githubusercontent.com/582789d21cacf66e79561eff1f68c38c804c707f14331d30ed873859e0327b0f/68747470733a2f2f646973636f72646170702e636f6d2f6170692f6775696c64732f3636313930353435353839343838383439302f7769646765742e706e673f7374796c653d62616e6e657233\" />\n</a>\n<p><a target=\"_blank\" href=\"https://github.com/nocodb/nocodb/stargazers\"><img src=\"https://camo.githubusercontent.com/f662f45e217ab8913412d63012dc6a22b1646f39ff7f627e33196e13bf476853/687474703a2f2f7265706f726f737465722e636f6d2f73746172732f6e6f636f64622f6e6f636f6462\" alt=\"Stargazers repo roster for @nocodb/nocodb\" /></a></p>\n<p></p><h2>Installation</h2><a target=\"_blank\" href=\"https://github.com/nocodb/nocodb#installation\"></a><p></p>\n<p></p><h2>Docker with SQLite</h2><a target=\"_blank\" href=\"https://github.com/nocodb/nocodb#docker-with-sqlite\"></a><p></p>\n<div><pre>docker run -d --name noco \n -v <span><span>\"</span><span><span>$(</span>pwd<span>)</span></span><span>\"</span></span>/nocodb:/usr/app/data/ \n -p 8080:8080 \n nocodb/nocodb:latest</pre></div>\n<p></p><h2>Docker with PG</h2><a target=\"_blank\" href=\"https://github.com/nocodb/nocodb#docker-with-pg\"></a><p></p>\n<div><pre>docker run -d --name noco \n -v <span><span>\"</span><span>${pwd}</span><span>\"</span></span>/nocodb:/usr/app/data/ \n -p 8080:8080 \n <span><span>#</span> replace with your pg connection string</span>\n -e NC_DB=<span><span>\"</span>pg://host.docker.internal:5432?u=root&amp;p=password&amp;d=d1<span>\"</span></span> \n <span><span>#</span> replace with a random secret</span>\n -e NC_AUTH_JWT_SECRET=<span><span>\"</span>569a1821-0a93-45e8-87ab-eb857f20a010<span>\"</span></span> \n nocodb/nocodb:latest</pre></div>\n<p></p><h2>Auto-upstall</h2><a target=\"_blank\" href=\"https://github.com/nocodb/nocodb#auto-upstall\"></a><p></p>\n<p>Auto-upstall is a single command that sets up NocoDB on a server for production usage.\nBehind the scenes it auto-generates docker-compose for you.</p>\n<div><pre>bash <span><span>&lt;(</span>curl -sSL http://install.nocodb.com/noco.sh<span>)</span></span> <span><span>&lt;(</span>mktemp<span>)</span></span></pre></div>\n<p>Auto-upstall does the following : 🕊</p>\n<ul>\n<li>🐳 Automatically installs all pre-requisites like docker, docker-compose</li>\n<li>🚀 Automatically installs NocoDB with PostgreSQL, Redis, Minio, Traefik gateway using Docker Compose. 🐘 🗄️ 🌐</li>\n<li>🔄 Automatically upgrades NocoDB to the latest version when you run the command again.</li>\n<li>🔒 Automatically setups SSL and also renews it. Needs a domain or subdomain as input while installation.</li>\n</ul>\n<blockquote>\n<p>install.nocodb.com/noco.sh script can be found <a target=\"_blank\" href=\"https://raw.githubusercontent.com/nocodb/nocodb/develop/docker-compose/1_Auto_Upstall/noco.sh\">here in our github</a></p>\n</blockquote>\n<p></p><h2>Other Methods</h2><a target=\"_blank\" href=\"https://github.com/nocodb/nocodb#other-methods\"></a><p></p>\n<blockquote>\n<p>Binaries are only for quick testing locally.</p>\n</blockquote>\n<table>\n<thead>\n<tr>\n<th>Install Method</th>\n<th>Command to install</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>🍏 MacOS arm64 <br />(Binary)</td>\n<td><code>curl http://get.nocodb.com/macos-arm64 -o nocodb -L &amp;&amp; chmod +x nocodb &amp;&amp; ./nocodb</code></td>\n</tr>\n<tr>\n<td>🍏 MacOS x64 <br />(Binary)</td>\n<td><code>curl http://get.nocodb.com/macos-x64 -o nocodb -L &amp;&amp; chmod +x nocodb &amp;&amp; ./nocodb</code></td>\n</tr>\n<tr>\n<td>🐧 Linux arm64 <br />(Binary)</td>\n<td><code>curl http://get.nocodb.com/linux-arm64 -o nocodb -L &amp;&amp; chmod +x nocodb &amp;&amp; ./nocodb</code></td>\n</tr>\n<tr>\n<td>🐧 Linux x64 <br />(Binary)</td>\n<td><code>curl http://get.nocodb.com/linux-x64 -o nocodb -L &amp;&amp; chmod +x nocodb &amp;&amp; ./nocodb</code></td>\n</tr>\n<tr>\n<td>🪟 Windows arm64 <br />(Binary)</td>\n<td><code>iwr http://get.nocodb.com/win-arm64.exe -o Noco-win-arm64.exe &amp;&amp; .\\Noco-win-arm64.exe</code></td>\n</tr>\n<tr>\n<td>🪟 Windows x64 <br />(Binary)</td>\n<td><code>iwr http://get.nocodb.com/win-x64.exe -o Noco-win-x64.exe &amp;&amp; .\\Noco-win-x64.exe</code></td>\n</tr>\n</tbody>\n</table>\n<blockquote>\n<p>When running locally access nocodb by visiting: <a target=\"_blank\" href=\"http://localhost:8080/dashboard\">http://localhost:8080/dashboard</a></p>\n</blockquote>\n<p></p><h2>Screenshots</h2><a target=\"_blank\" href=\"https://github.com/nocodb/nocodb#screenshots\"></a><p></p>\n<p><a target=\"_blank\" href=\"https://private-user-images.githubusercontent.com/86527202/266776344-a127c05e-2121-4af2-a342-128e0e2d0291.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MjU3NDcxNjYsIm5iZiI6MTcyNTc0Njg2NiwicGF0aCI6Ii84NjUyNzIwMi8yNjY3NzYzNDQtYTEyN2MwNWUtMjEyMS00YWYyLWEzNDItMTI4ZTBlMmQwMjkxLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNDA5MDclMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjQwOTA3VDIyMDc0NlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTZlZjEzZDNmMjQ0YmZjNjg2ZDFhMGZkMDY0ODQ0OGY5NTllZmUzMmM0Y2I1Y2MwNGE1NmM3NDVkM2I2NjBlZTcmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0JmFjdG9yX2lkPTAma2V5X2lkPTAmcmVwb19pZD0wIn0.w_3vzHYpkw-uVhHRb7BPp8fXBNkxbkRaSvxhlN9bbGY\"><img src=\"https://private-user-images.githubusercontent.com/86527202/266776344-a127c05e-2121-4af2-a342-128e0e2d0291.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MjU3NDcxNjYsIm5iZiI6MTcyNTc0Njg2NiwicGF0aCI6Ii84NjUyNzIwMi8yNjY3NzYzNDQtYTEyN2MwNWUtMjEyMS00YWYyLWEzNDItMTI4ZTBlMmQwMjkxLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNDA5MDclMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjQwOTA3VDIyMDc0NlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTZlZjEzZDNmMjQ0YmZjNjg2ZDFhMGZkMDY0ODQ0OGY5NTllZmUzMmM0Y2I1Y2MwNGE1NmM3NDVkM2I2NjBlZTcmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0JmFjdG9yX2lkPTAma2V5X2lkPTAmcmVwb19pZD0wIn0.w_3vzHYpkw-uVhHRb7BPp8fXBNkxbkRaSvxhlN9bbGY\" alt=\"2\" /></a>\n<a target=\"_blank\" href=\"https://private-user-images.githubusercontent.com/86527202/266776364-674da952-8a06-4848-a0e8-a7b02d5f5c88.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MjU3NDcxNjYsIm5iZiI6MTcyNTc0Njg2NiwicGF0aCI6Ii84NjUyNzIwMi8yNjY3NzYzNjQtNjc0ZGE5NTItOGEwNi00ODQ4LWEwZTgtYTdiMDJkNWY1Yzg4LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNDA5MDclMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjQwOTA3VDIyMDc0NlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWMxNjAxOWIyOGRhZWQ1ZmU5N2FlNDY1MTgxMTEyNTNhOTdiMzE4Y2M5YjVhNGQwZTQxMzNiY2YyZjBiM2E1NGUmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0JmFjdG9yX2lkPTAma2V5X2lkPTAmcmVwb19pZD0wIn0.W8o6_eycPnNRJ0H-aaYsjfZdjp80U8wpuNOd1594XhM\"><img src=\"https://private-user-images.githubusercontent.com/86527202/266776364-674da952-8a06-4848-a0e8-a7b02d5f5c88.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MjU3NDcxNjYsIm5iZiI6MTcyNTc0Njg2NiwicGF0aCI6Ii84NjUyNzIwMi8yNjY3NzYzNjQtNjc0ZGE5NTItOGEwNi00ODQ4LWEwZTgtYTdiMDJkNWY1Yzg4LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNDA5MDclMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjQwOTA3VDIyMDc0NlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWMxNjAxOWIyOGRhZWQ1ZmU5N2FlNDY1MTgxMTEyNTNhOTdiMzE4Y2M5YjVhNGQwZTQxMzNiY2YyZjBiM2E1NGUmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0JmFjdG9yX2lkPTAma2V5X2lkPTAmcmVwb19pZD0wIn0.W8o6_eycPnNRJ0H-aaYsjfZdjp80U8wpuNOd1594XhM\" alt=\"3\" /></a>\n<a target=\"_blank\" href=\"https://private-user-images.githubusercontent.com/86527202/266776365-cbc5152a-9caf-4f77-a8f7-92a9d06d025b.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MjU3NDcxNjYsIm5iZiI6MTcyNTc0Njg2NiwicGF0aCI6Ii84NjUyNzIwMi8yNjY3NzYzNjUtY2JjNTE1MmEtOWNhZi00Zjc3LWE4ZjctOTJhOWQwNmQwMjViLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNDA5MDclMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjQwOTA3VDIyMDc0NlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWQzN2ZmYzJlMTQ4OTI5MzgxNWY3Zjc1NzljYzA5NWI2ZDg2MjQ3ZThjNTU1ZWM5ZGNhNjE0ZThkMGZmYzJiMzAmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0JmFjdG9yX2lkPTAma2V5X2lkPTAmcmVwb19pZD0wIn0.2-eT6xlNkP3eHDNWfgM-oAIY89aIXfGMygA0TQrmQeg\"><img src=\"https://private-user-images.githubusercontent.com/86527202/266776365-cbc5152a-9caf-4f77-a8f7-92a9d06d025b.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MjU3NDcxNjYsIm5iZiI6MTcyNTc0Njg2NiwicGF0aCI6Ii84NjUyNzIwMi8yNjY3NzYzNjUtY2JjNTE1MmEtOWNhZi00Zjc3LWE4ZjctOTJhOWQwNmQwMjViLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNDA5MDclMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjQwOTA3VDIyMDc0NlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWQzN2ZmYzJlMTQ4OTI5MzgxNWY3Zjc1NzljYzA5NWI2ZDg2MjQ3ZThjNTU1ZWM5ZGNhNjE0ZThkMGZmYzJiMzAmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0JmFjdG9yX2lkPTAma2V5X2lkPTAmcmVwb19pZD0wIn0.2-eT6xlNkP3eHDNWfgM-oAIY89aIXfGMygA0TQrmQeg\" alt=\"4\" /></a>\n<a target=\"_blank\" href=\"https://private-user-images.githubusercontent.com/86527202/266776368-dc75dfdc-c486-4f5a-a853-2a8f9e6b569a.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MjU3NDcxNjYsIm5iZiI6MTcyNTc0Njg2NiwicGF0aCI6Ii84NjUyNzIwMi8yNjY3NzYzNjgtZGM3NWRmZGMtYzQ4Ni00ZjVhLWE4NTMtMmE4ZjllNmI1NjlhLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNDA5MDclMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjQwOTA3VDIyMDc0NlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTBjNzIwOTZkOGFkNjk3ODU2ZWNjMmQ4ZDRkMWFiMWY2Yzg0ZmIzODZhMjcxNDUyNGYwZGRkODBkMjBlYmE0ZDMmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0JmFjdG9yX2lkPTAma2V5X2lkPTAmcmVwb19pZD0wIn0.5YL4XPaG6XeJ6Em9Gfj9QRuNaT5Rhydl3ShP9ZSUEgE\"><img src=\"https://private-user-images.githubusercontent.com/86527202/266776368-dc75dfdc-c486-4f5a-a853-2a8f9e6b569a.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MjU3NDcxNjYsIm5iZiI6MTcyNTc0Njg2NiwicGF0aCI6Ii84NjUyNzIwMi8yNjY3NzYzNjgtZGM3NWRmZGMtYzQ4Ni00ZjVhLWE4NTMtMmE4ZjllNmI1NjlhLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNDA5MDclMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjQwOTA3VDIyMDc0NlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTBjNzIwOTZkOGFkNjk3ODU2ZWNjMmQ4ZDRkMWFiMWY2Yzg0ZmIzODZhMjcxNDUyNGYwZGRkODBkMjBlYmE0ZDMmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0JmFjdG9yX2lkPTAma2V5X2lkPTAmcmVwb19pZD0wIn0.5YL4XPaG6XeJ6Em9Gfj9QRuNaT5Rhydl3ShP9ZSUEgE\" alt=\"5\" /></a></p>\n<p><a target=\"_blank\" href=\"https://user-images.githubusercontent.com/35857179/194844886-a17006e0-979d-493f-83c4-0e72f5a9b716.png\"><img src=\"https://user-images.githubusercontent.com/35857179/194844886-a17006e0-979d-493f-83c4-0e72f5a9b716.png\" alt=\"5\" /></a>\n<a target=\"_blank\" href=\"https://private-user-images.githubusercontent.com/86527202/266776445-be64e619-7295-43e2-aa95-cace4462b17f.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MjU3NDcxNjYsIm5iZiI6MTcyNTc0Njg2NiwicGF0aCI6Ii84NjUyNzIwMi8yNjY3NzY0NDUtYmU2NGU2MTktNzI5NS00M2UyLWFhOTUtY2FjZTQ0NjJiMTdmLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNDA5MDclMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjQwOTA3VDIyMDc0NlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPThiNzRmMjAyOTU3YjI1NDkyOWNmMjE2NDRiNjBjZGU0MDlhNTE2NTU1NWMwZTZhNzAyMjRkZDczZTg3YWM1NGYmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0JmFjdG9yX2lkPTAma2V5X2lkPTAmcmVwb19pZD0wIn0.xjFvXt5JVv2Jn3xoHz3oQ_T4T1zBug1eNMqfPbNCq6A\"><img src=\"https://private-user-images.githubusercontent.com/86527202/266776445-be64e619-7295-43e2-aa95-cace4462b17f.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MjU3NDcxNjYsIm5iZiI6MTcyNTc0Njg2NiwicGF0aCI6Ii84NjUyNzIwMi8yNjY3NzY0NDUtYmU2NGU2MTktNzI5NS00M2UyLWFhOTUtY2FjZTQ0NjJiMTdmLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNDA5MDclMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjQwOTA3VDIyMDc0NlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPThiNzRmMjAyOTU3YjI1NDkyOWNmMjE2NDRiNjBjZGU0MDlhNTE2NTU1NWMwZTZhNzAyMjRkZDczZTg3YWM1NGYmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0JmFjdG9yX2lkPTAma2V5X2lkPTAmcmVwb19pZD0wIn0.xjFvXt5JVv2Jn3xoHz3oQ_T4T1zBug1eNMqfPbNCq6A\" alt=\"7\" /></a>\n<a target=\"_blank\" href=\"https://private-user-images.githubusercontent.com/86527202/266776478-4538bf5a-371f-4ec1-a867-8197e5824286.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MjU3NDcxNjYsIm5iZiI6MTcyNTc0Njg2NiwicGF0aCI6Ii84NjUyNzIwMi8yNjY3NzY0NzgtNDUzOGJmNWEtMzcxZi00ZWMxLWE4NjctODE5N2U1ODI0Mjg2LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNDA5MDclMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjQwOTA3VDIyMDc0NlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTZkYTMxMTY4M2IzNmIzMTI5ZGMxYTljYjg1MDdiN2Q4ZmU5M2IwOWUwNWQ1YTliM2U0Y2E5NzE1NjJkNDU4N2ImWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0JmFjdG9yX2lkPTAma2V5X2lkPTAmcmVwb19pZD0wIn0._mcttCyLhiPATUkXMb0hevhrg-XeOKra7KE4xGmWdqY\"><img src=\"https://private-user-images.githubusercontent.com/86527202/266776478-4538bf5a-371f-4ec1-a867-8197e5824286.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MjU3NDcxNjYsIm5iZiI6MTcyNTc0Njg2NiwicGF0aCI6Ii84NjUyNzIwMi8yNjY3NzY0NzgtNDUzOGJmNWEtMzcxZi00ZWMxLWE4NjctODE5N2U1ODI0Mjg2LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNDA5MDclMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjQwOTA3VDIyMDc0NlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTZkYTMxMTY4M2IzNmIzMTI5ZGMxYTljYjg1MDdiN2Q4ZmU5M2IwOWUwNWQ1YTliM2U0Y2E5NzE1NjJkNDU4N2ImWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0JmFjdG9yX2lkPTAma2V5X2lkPTAmcmVwb19pZD0wIn0._mcttCyLhiPATUkXMb0hevhrg-XeOKra7KE4xGmWdqY\" alt=\"8\" /></a></p>\n<p><a target=\"_blank\" href=\"https://user-images.githubusercontent.com/35857179/194844893-82d5e21b-ae61-41bd-9990-31ad659bf490.png\"><img src=\"https://user-images.githubusercontent.com/35857179/194844893-82d5e21b-ae61-41bd-9990-31ad659bf490.png\" alt=\"8\" /></a>\n<a target=\"_blank\" href=\"https://user-images.githubusercontent.com/35857179/194844897-cfd79946-e413-4c97-b16d-eb4d7678bb79.png\"><img src=\"https://user-images.githubusercontent.com/35857179/194844897-cfd79946-e413-4c97-b16d-eb4d7678bb79.png\" alt=\"9\" /></a>\n<a target=\"_blank\" href=\"https://user-images.githubusercontent.com/35857179/194844902-c0122570-0dd5-41cf-a26f-6f8d71fefc99.png\"><img src=\"https://user-images.githubusercontent.com/35857179/194844902-c0122570-0dd5-41cf-a26f-6f8d71fefc99.png\" alt=\"10\" /></a>\n<a target=\"_blank\" href=\"https://user-images.githubusercontent.com/35857179/194844903-c1e47f40-e782-4f5d-8dce-6449cc70b181.png\"><img src=\"https://user-images.githubusercontent.com/35857179/194844903-c1e47f40-e782-4f5d-8dce-6449cc70b181.png\" alt=\"11\" /></a>\n<a target=\"_blank\" href=\"https://user-images.githubusercontent.com/35857179/194844907-09277d3e-cbbf-465c-9165-6afc4161e279.png\"><img src=\"https://user-images.githubusercontent.com/35857179/194844907-09277d3e-cbbf-465c-9165-6afc4161e279.png\" alt=\"12\" /></a></p>\n<p></p><h2>Features</h2><a target=\"_blank\" href=\"https://github.com/nocodb/nocodb#features\"></a><p></p>\n<p></p><h3>Rich Spreadsheet Interface</h3><a target=\"_blank\" href=\"https://github.com/nocodb/nocodb#rich-spreadsheet-interface\"></a><p></p>\n<ul>\n<li>⚡  Basic Operations: Create, Read, Update and Delete Tables, Columns, and Rows</li>\n<li>⚡  Fields Operations: Sort, Filter, Group, Hide / Unhide Columns</li>\n<li>⚡  Multiple Views Types: Grid (By default), Gallery, Form, Kanban and Calendar View</li>\n<li>⚡  View Permissions Types: Collaborative Views, &amp; Locked Views</li>\n<li>⚡  Share Bases / Views: either Public or Private (with Password Protected)</li>\n<li>⚡  Variant Cell Types: ID, Links, Lookup, Rollup, SingleLineText, Attachment, Currency, Formula, User, etc</li>\n<li>⚡  Access Control with Roles: Fine-grained Access Control at different levels</li>\n<li>⚡  and more ...</li>\n</ul>\n<p></p><h3>App Store for Workflow Automations</h3><a target=\"_blank\" href=\"https://github.com/nocodb/nocodb#app-store-for-workflow-automations\"></a><p></p>\n<p>We provide different integrations in three main categories. See <a target=\"_blank\" href=\"https://docs.nocodb.com/account-settings/oss-specific-details/#app-store\">App Store</a> for details.</p>\n<ul>\n<li>⚡  Chat: Slack, Discord, Mattermost, and etc</li>\n<li>⚡  Email: AWS SES, SMTP, MailerSend, and etc</li>\n<li>⚡  Storage: AWS S3, Google Cloud Storage, Minio, and etc</li>\n</ul>\n<p></p><h3>Programmatic Access</h3><a target=\"_blank\" href=\"https://github.com/nocodb/nocodb#programmatic-access\"></a><p></p>\n<p>We provide the following ways to let users programmatically invoke actions. You can use a token (either JWT or Social Auth) to sign your requests for authorization to NocoDB.</p>\n<ul>\n<li>⚡  REST APIs</li>\n<li>⚡  NocoDB SDK</li>\n</ul>\n<p></p><h2>Contributing</h2><a target=\"_blank\" href=\"https://github.com/nocodb/nocodb#contributing\"></a><p></p>\n<p>Please refer to <a target=\"_blank\" href=\"https://github.com/nocodb/nocodb/blob/master/.github/CONTRIBUTING.md\">Contribution Guide</a>.</p>\n<p></p><h2>Why are we building this?</h2><a target=\"_blank\" href=\"https://github.com/nocodb/nocodb#why-are-we-building-this\"></a><p></p>\n<p>Most internet businesses equip themselves with either spreadsheet or a database to solve their business needs. Spreadsheets are used by Billion+ humans collaboratively every single day. However, we are way off working at similar speeds on databases which are way more powerful tools when it comes to computing. Attempts to solve this with SaaS offerings have meant horrible access controls, vendor lock-in, data lock-in, abrupt price changes &amp; most importantly a glass ceiling on what's possible in the future.</p>\n<p></p><h2>Our Mission</h2><a target=\"_blank\" href=\"https://github.com/nocodb/nocodb#our-mission\"></a><p></p>\n<p>Our mission is to provide the most powerful no-code interface for databases that is open source to every single internet business in the world. This would not only democratise access to a powerful computing tool but also bring forth a billion+ people who will have radical tinkering-and-building abilities on the internet.</p>\n<p></p><h2>License</h2><a target=\"_blank\" href=\"https://github.com/nocodb/nocodb#license\"></a><p></p>\n<p>\nThis project is licensed under <a target=\"_blank\" href=\"https://github.com/nocodb/nocodb/blob/develop/LICENSE\">AGPLv3</a>.\n</p>\n<p></p><h2>Contributors</h2><a target=\"_blank\" href=\"https://github.com/nocodb/nocodb#contributors\"></a><p></p>\n<p>Thank you for your contributions! We appreciate all the contributions from the community.</p>\n<a target=\"_blank\" href=\"https://github.com/nocodb/nocodb/graphs/contributors\">\n <img src=\"https://camo.githubusercontent.com/34f80c5efc78d4a910727f280fdaf8e57ac9efb8e542a7f5f01bc658433f5b54/68747470733a2f2f636f6e747269622e726f636b732f696d6167653f7265706f3d6e6f636f64622f6e6f636f6462\" />\n</a>\n</article></div>",
"author": "",
"favicon": "https://github.githubassets.com/favicons/favicon.svg",
"source": "github.com",
"published": "",
"ttr": 123,
"type": "object"
}