Favicon of NocoDB

NocoDB

Instantly create a no-code platform on any SQL database. Manage data with a spreadsheet UI, visualize it with Kanban or Gallery views, and access it via API.

Transform your existing databases into a powerful no-code platform. This tool provides an intuitive spreadsheet interface to create and manage online databases, either from scratch or by connecting directly to any Postgres or MySQL database. This means you retain full ownership and control of your data, without artificial limits.

Adapt your data to the workflow that suits you best. It offers several pre-built, interactive views to organize and visualize your information:

  • Grid View: A classic spreadsheet for easy data organization, sorting, and filtering.
  • Kanban View: Visualize and streamline your workflows for project management.
  • Gallery View: Turn your data into engaging visual cards and presentations.
  • Form View: Simplify data entry and updates for your team or customers.

Beyond the user-friendly interface, you can access and manipulate your data programmatically through a robust API and direct SQL access. Set up webhooks to build custom automations and workflows. You can easily import data from sources like Airtable, CSV, and Excel, and collaborate with your team by sharing projects and inviting members.

Directory Structure

nocodb
nc_data
.env
docker-compose.yml

docker-compose.yml

services:
  nocodb:
    image: nocodb/nocodb:latest
    container_name: nocodb
    environment:
      NC_AUTH_JWT_SECRET: ${NC_AUTH_JWT_SECRET}
    ports:
      - "8080:8080"
    volumes:
      - ./nc_data:/usr/app/data
    restart: unless-stopped

.env

NC_AUTH_JWT_SECRET=your_super_secret_jwt_token_here

Share:

Ad
Favicon

 

  
 

Similar to NocoDB

Favicon

 

  
  
Favicon

 

  
  
Favicon