AIAny
AI Agent2019
Icon for item

Baserow

Open-source Airtable alternative for building databases, apps, automations, and AI agents without code over a PostgreSQL-backed REST API. The Kuma assistant turns plain language into tables and workflows; self-hostable with full data ownership.

Introduction

Most teams reach for Airtable to get a database without hiring a backend engineer, then discover their records are locked inside someone else's cloud. Baserow inverts that trade-off: the same spreadsheet-friendly interface sits on a plain PostgreSQL database you can host yourself, and every table is reachable through an auto-generated REST API. That API surface is what quietly turns it into a memory and state layer for AI agents, not just a human-facing app.

What Sets It Apart
  • Open-core and MIT-licensed at the core: self-host with no row or storage caps, or use the hosted cloud. Tables live in standard PostgreSQL, so direct SQL access and migrations stay on the table.
  • API-first by default: every table exposes a documented REST endpoint the moment it is created, so an agent can read and write structured records without bespoke glue code.
  • Kuma, the built-in AI assistant, scaffolds whole solutions, generating tables, fields, relationships, and automation workflows from a natural-language description.
  • More than storage: an application builder publishes portals on custom domains and an automation engine wires up event-driven flows, collapsing several SaaS tools into one.
Where It Fits

Airtable owns the polished hosted experience; NocoDB and Baserow compete on the open, self-hostable end. Baserow leans further toward being a developer-grade backend, a clean REST surface with Postgres underneath, rather than a closed spreadsheet you can only reach through a vendor API.

Great Fit / Look Elsewhere

Great fit if you want an open, self-hostable structured datastore that doubles as an agent's read/write backend, or if data residency and avoiding vendor lock-in are non-negotiable. Look elsewhere if you need a mature offline-first mobile client, or if you would rather not operate PostgreSQL and prefer a fully managed proprietary tool with a larger template ecosystem.

Information

  • Websitegithub.com
  • AuthorsBaserow B.V.
  • Published date2019/02/15

Categories

More Items

GitHub
AI API2026

Self-hosted CPA / CLIProxyAPI management and observability panel that stores request history, tracks cost/usage/quota, and centralizes provider/credential/OAuth and plugin management. Designed for local analytics, failure diagnosis and account automation without telemetry.

GitHub
AI Agent2024

Generates Wikipedia-style articles from web search using LLMs: it researches topics, produces multi-perspective outlines via perspective-guided question asking and simulated conversations, then drafts full articles with citations. Supports human-AI collaboration (Co-STORM) and grounding with multiple retrievers.

GitHub
AI Agent2025

Open-source companion to a technical book that teaches how to design, evaluate and ship LLM-based AI agents — includes the full Chinese manuscript, community translations, chapter-aligned runnable example projects, and reproducible evaluation harnesses.