O
OpenSourceStack 100 tools
B

Baserow

Open source Airtable alternative. Spreadsheet-database hybrid, no-code.

by Baserow ·Databases · platform
Operational · 99.97% · 95ms · 78h ago
|
Official Verified Security 90/100 Quality 93/100 Last checked Aug 28, 2026

What it is

Baserow is a no-code database that looks and feels like a spreadsheet. Self-hostable, REST + GraphQL API out of the box, real-time collaboration, granular permissions, and a marketplace of plugins.

Why we recommend it

Airtable is great but expensive at scale and proprietary. Baserow gives you the same UX, with a fully open source backend you can self-host on a $5 VPS. The API is a first-class citizen — every table is auto-exposed as REST and GraphQL.

When to use it

  • Replacing Airtable for a team that wants self-hosting
  • Internal tools: tables + forms + per-row permissions
  • Lightweight CRM, project tracker, content calendar
  • Backend for prototypes — no need to write CRUD

Quickstart

Run this in your terminal. Self-hosts locally with Docker or your preferred setup.

$ docker run -d --name baserow -p 80:80 -v baserow_data:/baserow/data baserow/baserow:latest

Setup

**Docker (easiest):** ``` docker run -d --name baserow -p 80:80 -v baserow_data:/baserow/data baserow/baserow:latest ``` Studio at `http://localhost`. **Managed:** Baserow Cloud starts at $5/month (free tier: 3,000 rows, 2GB storage).

Tags

#no-code#airtable-alternative#database#forms#rest-api

Integrates with

rest-apigraphqlwebhookszapiern8n

Common use cases

  • internal-tools
  • crm
  • content-calendar
  • prototyping

Pricing

Self-host: free, you pay for hosting. Cloud: free tier (3K rows). Premium from $5/month.

Related projects

Support us