License & Deployment Mix: 31 tools – 7 OSS, 11 SaaS. (OSS and SaaS counts can overlap when an open-source tool also offers a vendor-hosted edition.)

This directory covers two related categories of visual application development platforms:

  1. No-code databases – spreadsheet-database hybrids for structured data applications (Airtable, Baserow, NocoDB, etc.)
  2. Low-code / no-code app builders – drag-and- drop platforms for building internal tools, admin panels, dashboards, and business applications (Appsmith, Retool, Budibase, etc.)

Both categories share a common goal: enabling non-developers (or developers seeking speed) to build functional applications without writing traditional code.


What Is a No-Code Database?

A no-code database is a platform that combines the accessibility of spreadsheets with the structure of relational databases. These tools – often called “Airtable alternatives” – let users build structured data applications without writing code:

  • Tables with typed fields – text, number, date, single/multi-select, attachments, formulas, and linked records (foreign keys between tables)
  • Multiple views – grid (spreadsheet-like), kanban, gallery, form, calendar, timeline, and Gantt views on the same underlying data
  • Relations and lookups – link records between tables, roll up values from linked records, and create cross-table formulas
  • Automations – trigger-action workflows for sending notifications, updating records, calling webhooks, or syncing data on record changes
  • API access – REST or GraphQL APIs for programmatic data access and integration with other systems
  • Roles and permissions – table-level, view- level, or row-level access control for shared workspaces
  • Templates – pre-built database schemas for common use cases (project trackers, CRM, content calendars, inventory management)

No-code databases sit between spreadsheets and traditional databases: they provide relational data modeling (tables, fields, links between records) with user-friendly interfaces that non-technical users can operate. Unlike spreadsheets, they enforce data types, support relations between tables, and scale beyond the row limits of Excel or Google Sheets. Unlike traditional databases, they require no SQL, no schema migrations, and no developer involvement for everyday use.

The category is defined by Airtable (2012), which created the spreadsheet-database hybrid concept. Baserow and NocoDB are the two dominant open-source self-hosted alternatives.

The information on these pages was researched by a combination of human review and large language models. To suggest an addition or correction, please contact us. Prepared by Rhodium Systems Inc., author of the ResorsIT platform — a unified IT operations management platform for IT teams and MSPs that integrates a curated suite of open-source, commercial, and SaaS applications into a single system with shared identity, single sign-on, access control, and a common audit trail. Use this catalogue only as a starting point for your own research, and review any tool carefully against your own requirements before relying on it. Catalogue data version 2026.197.

Comparison


SSO / OIDC Comparison

The notes below assume Authentik as the identity provider. OIDC is the preferred SSO protocol.

No-Code Databases

ToolOIDCSAMLLDAPAuthentik Notes
BaserowYesNoNoNative OIDC (GitLab/Google/Facebook/OpenID Connect providers); generic OIDC works with Authentik
StedbordYesNoNoMIT fork of Baserow; native OIDC login works with Authentik; SAML/enterprise SSO not in the fork
NocoDBYes*Yes*NoSSO via enterprise/self-hosted add-on; OIDC and SAML supported
GristYesYesNoNative OIDC support; SAML via configuration; works with Authentik
SeaTableYesYesYesNative OIDC, SAML, and LDAP; Authentik as OIDC provider
TeableYesNoNoNative OIDC support; configurable OIDC provider
UndbNoNoNoNo SSO support; email/password authentication only
RagicNoYesYesSAML SSO for enterprise plans; LDAP for on-premises
NinoxNoYesNoSAML SSO for team/enterprise plans
AirtableYesYesNoOIDC and SAML for Enterprise plan; Authentik as SAML IdP
SmartsheetYesYesYesNative OIDC, SAML, and LDAP; Authentik as SAML IdP
NotionYesYesNoOIDC and SAML for Enterprise plan; Authentik as SAML IdP
CodaYesYesNoOIDC and SAML for Enterprise plan; Authentik as SAML IdP
AppSheetYesYesYesGoogle Workspace OIDC/SAML with Authentik as IdP
RetableNoNoNoNo SSO support; email/password and Google sign-in only

App Builders

ToolOIDCSAMLLDAPAuthentik Notes
AppsmithYesYes*YesNative OIDC; SAML on Enterprise; LDAP supported; Authentik as OIDC provider
ToolJetYesYes*Yes*Native OIDC; SAML/LDAP on Business/Enterprise plans
BudibaseYes*Yes*NoOIDC on Premium+; SAML on Business/Enterprise; Authentik as OIDC provider
LowcoderYesNoYesNative OIDC; LDAP integration; Authentik as OIDC provider
RetoolYes*Yes*Yes*OIDC/SAML on Business+; LDAP on Enterprise; Authentik as IdP
MendixYes*YesYesOIDC/SAML via Marketplace modules; Authentik as IdP
Power AppsYes*Yes*Yes*Via Azure AD/Entra ID federation with Authentik
OutSystemsYes*YesYesOIDC/SAML via Forge modules; Authentik as IdP
GlideNoNoNoNo SSO; Google OAuth and email pin only
SoftrYes*Yes*NoOIDC on Professional+; SAML on Business+; Authentik as OIDC provider

* = requires specific plan, configuration, or add-on

Best SSO (no-code DB): SeaTable, Smartsheet, Baserow (native OIDC)

Best SSO (app builder): Appsmith (Apache 2.0, native OIDC), ToolJet (native OIDC)

No SSO: Undb, Retable, Glide (email/password only)


API Comparison

No-Code Databases

ToolAPI TypeAuthWebhooksSDKs
BaserowRESTJWT, TokenYes (table events)Python, JS
StedbordREST + WSJWT, TokenYes (table events)Python, JS
NocoDBRESTToken, OAuth2Yes (record events)JS/TS
GristRESTAPI keyYes (webhooks)Python
SeaTableRESTAPI token, JWTYes (webhooks)Python, JS, PHP
TeableRESTAPI key, OAuth2Yes (record events)None official
UndbREST (limited)API keyNoNone official
RagicRESTAPI keyYes (HTTP notifications)None official
NinoxRESTAPI keyYes (automations)None official
AirtableRESTOAuth2, TokenYes (webhooks, automations)JS
SmartsheetRESTOAuth2, TokenYes (webhooks, callbacks)Java, C#, Python, JS
NotionRESTOAuth2, TokenNo (polling only)JS, Python
CodaRESTOAuth2, TokenYes (automations, Packs)JS
AppSheetRESTAPI keyYes (webhooks)None official
RetableRESTAPI keyYes (webhooks)None official

App Builders

ToolAPI TypeAuthWebhooksSDKs
AppsmithRESTTokenYesNone official
ToolJetRESTTokenYesNone official
BudibaseRESTAPI keyYesNone official
LowcoderRESTTokenNoNone official
RetoolRESTTokenYesRetool SDK
MendixREST, ODataOAuth2YesPlatform SDK
Power AppsREST, ODataOAuth2Yes.NET SDK
OutSystemsREST, SOAPOAuth2YesPlatform SDK
GlideRESTAPI keyYesNone official
SoftrRESTAPI keyYesNone official

Database Features (No-Code Databases)

ToolField TypesRelationsViewsFormulasAutomationsForm BuilderTemplates
Baserow20+Yes (link row)Grid, kanban, gallery, form, calendarYes (formula field)Yes (built-in)Yes (form view)Yes (templates gallery)
Stedbord20+Yes (link row)Grid, kanban, gallery, form, calendarYes (formula field)Yes (built-in)Yes (form view)Yes (templates)
NocoDB22+Yes (links)Grid, kanban, gallery, form, calendarYes (formula, rollup)Yes (webhooks + automations)Yes (form view)Yes (templates)
Grist15+Yes (reference columns)Grid, card, calendar, form, chartYes (Python formulas)Yes (triggers)Yes (form widget)Yes (templates)
SeaTable25+Yes (link records)Grid, kanban, gallery, form, calendar, timeline, mapYes (formula, Python scripts)Yes (automations + scripts)Yes (form view)Yes (templates)
Teable18+Yes (link field)Grid, kanban, gallery, form, calendarYes (formula field)Yes (automations)Yes (form view)Yes (templates)
Undb12+Yes (reference field)Grid, kanban, gallery, form, calendarYes (basic formulas)NoYes (form view)No
Ragic20+Yes (subtables, link)Grid, form, calendar, kanban, reportYes (formula field)Yes (workflow rules)Yes (form-first design)Yes (templates)
Ninox18+Yes (reference fields)Grid, form, kanban, calendar, chartYes (Ninox script)Yes (triggers, scripts)Yes (form view)Yes (templates)
Airtable25+Yes (linked records)Grid, kanban, gallery, form, calendar, timeline, GanttYes (formula field, rollups)Yes (automations, scripts)Yes (form view)Yes (templates marketplace)
Smartsheet15+Yes (cross-sheet refs)Grid, Gantt, card, calendar, reportYes (formulas)Yes (automations)Yes (forms)Yes (Solution Center)
Notion15+Yes (relation property)Table, board, gallery, list, calendar, timelineYes (formula property)Yes (automations, buttons)No (via integrations)Yes (templates gallery)
Coda15+Yes (lookup columns)Table, board, calendar, detailYes (formula language)Yes (automations, Packs)Yes (via controls)Yes (gallery)
AppSheet20+Yes (ref columns)Table, deck, map, calendar, chart, form, dashboardYes (expressions)Yes (bots, automations)Yes (form views)Yes (templates)
Retable15+Yes (link records)Grid, kanban, gallery, form, calendarYes (formula field)Yes (basic automations)Yes (form view)Yes (templates)

App Builder Features

ToolWidgetsBuilt-in DBData SourcesSelf-HostedAutomationsGitMobile
Appsmith45+No15+ DBs, REST, GraphQLYes (Docker, K8s)Via JSYesResponsive
ToolJet40+Yes (ToolJet DB)50+ connectorsYes (Docker, K8s)Yes (visual)Yes (sync)Responsive
Budibase30+Yes (BudibaseDB)14+ connectorsYes (Docker, K8s)Yes (visual)NoResponsive
Lowcoder50+No15+ DBs, REST, GraphQLYes (Docker)Via JSNoResponsive
Retool100+Yes (Retool DB)70+ connectorsYes (Enterprise)Yes (Workflows)Yes (Enterprise)Yes (Retool Mobile)
MendixExtensiveYes (managed)OData, REST, SOAP, SAPYes (K8s, on-prem)Yes (microflows)Yes (built-in)Yes (React Native)
Power Apps60+Yes (Dataverse)1,000+ connectorsNoYes (Power Automate)NoYes (native)
OutSystemsExtensiveYes (managed)SQL, REST, SOAPYes (K8s, on-prem)Yes (BPT)Yes (built-in)Yes (React Native)
Glide20+Yes (Glide Tables)Sheets, BigQuery, APINoYes (actions)NoYes (PWA)
Softr100+ blocksNo (uses Airtable)Airtable, Sheets, APINoYes (basic)NoResponsive

Collaboration Features (No-Code Databases)

ToolReal-Time EditingCommentsRow-Level PermissionsSharingRevision History
BaserowYesYes (row comments)Yes (premium)Yes (public views, share links)Yes (row history)
NocoDBYesYes (row comments)Yes (enterprise)Yes (shared views)Yes (audit log)
GristYesNoYes (access rules)Yes (public sharing, embed)Yes (snapshots)
SeaTableYesYes (row comments)Yes (permissions)Yes (external links, embed)Yes (snapshots, row history)
TeableYesYes (row comments)NoYes (shared views)Yes (record history)
UndbYesNoNoYes (shared views)No
RagicYesYes (comments)Yes (record-level)Yes (external access)Yes (version history)
NinoxYesYes (comments)Yes (role-based)Yes (shared databases)Yes (revision history)
AirtableYesYes (record comments)No (view-level only)Yes (shared views, embed)Yes (record revision history)
SmartsheetYesYes (row comments)Yes (row/column sharing)Yes (publish, share)Yes (activity log)
NotionYesYes (comments, mentions)No (page-level only)Yes (share, publish)Yes (page history)
CodaYesYes (comments)No (doc-level)Yes (share, publish)Yes (doc history)
AppSheetYesNoYes (security filters)Yes (app sharing)Yes (audit log)
RetableYesYes (comments)NoYes (share links)No

Deployment and Licensing

No-Code Databases

ToolLicenseSelf-HostedDatabasePricing Model
BaserowMITYes (Docker)PostgreSQLFree (OSS); Premium from EUR 5/user/mo
NocoDBAGPLv3Yes (Docker)PostgreSQL, MySQL, SQLiteFree (OSS); Enterprise pricing on request
GristApache 2.0Yes (Docker)SQLite (per-document)Free (OSS); SaaS from $10/user/mo
SeaTableApache 2.0 (CE)Yes (Docker)MySQL/MariaDB + proprietary storeFree (CE); Enterprise EUR 14/user/mo
TeableAGPLv3Yes (Docker)PostgreSQLFree (OSS); Cloud pricing on request
UndbApache 2.0Yes (Docker)SQLite, PostgreSQLFree (OSS)
RagicProprietaryYes (on-prem) + CloudInternal DBFree (1 user); from $35/user/mo
NinoxProprietaryNo (cloud + desktop app)Internal DBFrom EUR 10/user/mo
AirtableProprietary SaaSNoManaged cloudFree (5 users); from $20/seat/mo
SmartsheetProprietary SaaSNoManaged cloudFrom $9/user/mo; Business $32/user/mo
NotionProprietary SaaSNoManaged cloudFree (personal); from $10/seat/mo
CodaProprietary SaaSNoManaged cloudFree (limited); from $10/doc maker/mo
AppSheetProprietary SaaSNoGoogle Sheets, Cloud SQL, ExcelFree (prototype); from $5/user/mo
RetableProprietary SaaSNoManaged cloudFree (limited); from $10/user/mo

App Builders

ToolLicenseSelf-HostedDatabasePricing Model
AppsmithApache 2.0Yes (Docker, K8s)MongoDB (metadata)Free (OSS); Business $40/user/mo
ToolJetAGPLv3Yes (Docker, K8s)PostgreSQL (metadata + DB)Free (OSS); Business $20/user/mo
BudibaseGPL v3Yes (Docker, K8s)CouchDB (internal)Free (5 users); Premium $50/mo
LowcoderAGPLv3Yes (Docker)MongoDB (metadata)Free (OSS); Cloud from $10/user/mo
RetoolProprietaryYes (Enterprise only)PostgreSQL (metadata)Free (5 users); Team $10/user/mo
MendixProprietaryYes (K8s, on-prem)ManagedFree (1 app); from $50/user/mo
Power AppsProprietary SaaSNoDataverse (managed)From $5/user/app/mo
OutSystemsProprietaryYes (K8s, on-prem)ManagedFree (1 app); Custom pricing
GlideProprietary SaaSNoGlide TablesFree (1 app); from $60/mo
SoftrProprietary SaaSNoAirtable, SheetsFree (1 app); from $49/mo

Tools

27 tools.

Airtable

Airtable is the category-defining no-code database platform, created in 2012 by Howie Liu, Andrew Ofstad, and Emmett Nicholas.

License: Proprietary (proprietary) · Kind: web · Deploy: saas · SSO: OIDC, SAML

Website

AppSheet (Google)

AppSheet is Google’s no-code app builder that creates mobile and web applications from spreadsheet data.

License: Proprietary (proprietary) · Kind: web · Deploy: saas · SSO: OIDC, SAML

Website

Appsmith

Appsmith is the leading Apache 2.0-licensed open-source low-code platform for building internal tools.

License: Apache-2.0 (OSS) · Kind: web · Deploy: native, docker, k8s · SSO: OIDC, SAML

Website · Source

Axelor

Open-source low-code ERP/CRM platform with 30+ integrated apps on Axelor Open Platform; Java with PostgreSQL.

License: AGPL-3.0-only (OSS) · Kind: web · Deploy: docker, native, saas · SSO: none

Website · Source

Evaluated under CRM / SFA.

Baserow

Baserow is an MIT-licensed open-source no-code database and spreadsheet hybrid built on Django, Vue, and PostgreSQL, managing its own schema for building collaborative data apps.

License: MIT (OSS) · Kind: web · Deploy: docker, native, k8s · SSO: OIDC, SAML

Website · Source

Budibase

Budibase is a GPL v3-licensed open-source low-code platform for building internal tools and business applications.

License: GPL-3.0-only (OSS) · Kind: web · Deploy: native, docker, k8s · SSO: OIDC, SAML

Website · Source

Coda

Coda is a doc-first platform that combines documents, tables, and automations in a unified workspace.

License: Proprietary (proprietary) · Kind: web · Deploy: saas · SSO: OIDC, SAML

Website

Corteza CRM

Low-code platform with CRM capabilities; build custom CRM apps visually; Go backend, Vue.js frontend, Postgres or MySQL.

License: Apache-2.0 (OSS) · Kind: web · Deploy: docker, native, saas · SSO: OIDC, SAML

Website · Source

Evaluated under CRM / SFA.

Creatio

No-code platform with strong CRM capabilities; formerly bpm’online; .NET on SQL Server, PostgreSQL, or Oracle.

License: Proprietary (proprietary) · Kind: web · Deploy: native, saas · SSO: SAML

Website

Evaluated under CRM / SFA.

Glide

Glide is a commercial no-code platform focused on building mobile-first business applications from spreadsheet data.

License: Proprietary (proprietary) · Kind: web · Deploy: saas · SSO: none

Website

Grist

Grist is a unique open-source spreadsheet-database hybrid that takes a spreadsheet-first approach with full Python formula support.

License: Apache-2.0 (OSS) · Kind: web · Deploy: native, docker · SSO: OIDC, SAML

Website · Source

Lowcoder

Lowcoder is an AGPLv3-licensed open-source low-code platform forked from Openblocks (which was in turn inspired by Retool).

License: AGPL-3.0-only (OSS) · Kind: web · Deploy: native, docker · SSO: OIDC

Website · Source

Mendix

Mendix is a Siemens-owned enterprise low-code application development platform. Founded in 2005 in the Netherlands, Mendix was one of the earliest low-code platforms and is consistently ranked as a leader in Gartner’s Magic Quadrant for Ent…

License: Proprietary (proprietary) · Kind: web · Deploy: saas · SSO: OIDC, SAML

Website

Microsoft Power Apps

Microsoft Power Apps is Microsoft’s low-code application platform, part of the broader Microsoft Power Platform (Power Apps, Power Automate, Power BI, Power Virtual Agents).

License: Proprietary (proprietary) · Kind: web · Deploy: saas · SSO: OIDC, SAML

Website

Ninox

Ninox is a proprietary low-code database platform from Germany that provides a native application experience with desktop apps (Mac, Windows) and mobile apps (iOS, Android) alongside a web interface.

License: Proprietary (proprietary) · Kind: web · Deploy: saas · SSO: SAML

Website

NocoDB

NocoDB is an open-source Airtable alternative that turns existing MySQL, PostgreSQL, MariaDB, or SQLite databases into a no-code spreadsheet interface with grid, kanban, form, and gallery views.

License: AGPL-3.0-only (OSS) · Kind: web · Deploy: native, docker · SSO: OIDC, SAML

Website · Source

Notion

Notion is a doc-first productivity platform that includes database capabilities as part of a broader workspace combining wikis, documents, project management, and knowledge bases.

License: Proprietary (proprietary) · Kind: web · Deploy: saas · SSO: OIDC, SAML

Website

OutSystems

OutSystems is a leading enterprise low-code application platform. Founded in 2001 in Portugal, OutSystems is one of the longest-established low-code platforms and a consistent leader in Gartner and Forrester low-code evaluations.

License: Proprietary (proprietary) · Kind: web · Deploy: saas · SSO: OIDC, SAML

Website

Ragic

Ragic is a proprietary no-code database platform from Taiwan that takes a form-first approach to database design.

License: Proprietary (proprietary) · Kind: web · Deploy: native, saas · SSO: SAML

Website

Retable

Retable is a simpler SaaS spreadsheet-database platform positioned as a lightweight alternative to Airtable.

License: Proprietary (proprietary) · Kind: web · Deploy: saas · SSO: none

Website

Retool

Retool is a commercial low-code platform for building internal tools, offering 100+ UI components, 70+ data source connectors, a built-in database, and visual workflow automation.

License: Proprietary (proprietary) · Kind: web · Deploy: native, saas · SSO: OIDC, SAML

Website

SeaTable

SeaTable is an open-source no-code database platform built by the team behind Seafile (the popular open-source file sync platform).

License: Apache-2.0 (OSS) · Kind: web · Deploy: native, docker · SSO: OIDC, SAML

Website · Source

Smartsheet

Smartsheet is an enterprise work management platform that uses a familiar spreadsheet interface for project management, resource planning, and operational workflows.

License: Proprietary (proprietary) · Kind: web · Deploy: saas · SSO: OIDC, SAML

Website

Softr

Softr is a commercial no-code platform for building web applications and portals from Airtable data.

License: Proprietary (proprietary) · Kind: web · Deploy: saas · SSO: OIDC, SAML

Website

Teable

Teable is a newer entrant in the open-source no-code database space, distinguishing itself with a PostgreSQL-native architecture.

License: AGPL-3.0-only (OSS) · Kind: web · Deploy: native, docker · SSO: OIDC

Website · Source

ToolJet

ToolJet is an open-source, AGPLv3 low-code platform for building internal tools, combining a drag-and-drop app builder, a built-in PostgreSQL-backed database, 50+ data connectors, and workflow automation.

License: AGPL-3.0-only (OSS) · Kind: web · Deploy: native, docker, k8s · SSO: OIDC, SAML

Website · Source

Undb

Undb is a lightweight, newer open-source no-code database platform built with modern web technologies (SvelteKit frontend, NestJS backend). It provides a clean, minimalist interface for creating structured databases with multiple views.

License: Apache-2.0 (OSS) · Kind: web · Deploy: native, docker · SSO: none

Website · Source

ResorsIT Tools Catalog Search