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

Hugging Face
AI Model2026

Open-weights LLM fine-tuned for phone-based voice agents that prioritizes low latency and reliable tool/function calling. Based on NVIDIA Nemotron 3 Nano (30B total, 3.5B active), supports very long contexts (262,144 tokens) and recommends temperature=0 with thinking disabled for deployment.

GitHub
AI Agent2026

A curated collection of production-ready Agent Skills that turn tasks—presentation production, image generation, local KB retrieval, article assembly, and web-design—into agent-loadable skill folders. Uses a SKILL.md contract, supports multiple agent runtimes (Claude Code, Cursor, Codex), and offers modular install paths with pinned release zips.

GitHub
AI Agent2026

Provides a ruleset and skills that make AI coding agents prefer the simplest correct implementation: reuse existing code, prefer stdlib/native features, and only write minimal new code. Cuts generated LOC, tokens, cost and time while preserving validation and safety.