All 244 Dependencies
Every package NocoDB depends on, ranked by repo health score.
NocoDB is an open-source, self-hostable platform that transforms existing PostgreSQL, MySQL, and SQLite databases into intuitive, Airtable-style spreadsheet interfaces. It empowers non-technical teams to view, edit, and collaborate on database records through grids, Kanban boards, galleries, forms, and calendars — without writing SQL — while developers retain full programmatic access through auto-generated REST APIs and the NocoDB SDK.
The platform is built on a TypeScript/NestJS backend and a Vue 3 frontend, organized as a monorepo with clearly separated packages for the API server, frontend GUI, and shared SDK. NocoDB connects directly to your existing databases rather than storing data in a proprietary format, which means there is no data lock-in: you own your data in your own schema at all times.
NocoDB ships with an App Store for workflow automations — including integrations with Slack, Discord, AWS S3, Minio, SMTP, and MailerSend — and supports role-based access control at the workspace, base, and table levels. An auto-upstall installer sets up Docker Compose with PostgreSQL, Redis, and Traefik (with automatic SSL) from a single shell command, making production self-hosting straightforward.