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

Turns fragile, implicit search progress into explicit, persistent, shared state for multi-agent information seeking — externalizes progress as Frontier Task, Evidence Graph, Coverage Map and Failure Memory, and uses pipeline-parallel scheduling plus a middleware harness to avoid repeated failed searches and improve utilization and throughput.

GitHub
AI Agent2026

Provides a lightweight Python harness that turns LLMs into working agents with tool-use, skills, persistent memory, permission controls and multi-agent coordination. Ships with a CLI/React TUI, 43+ built-in tools, a plugin/skill system and the ohmo personal-agent for chat gateways. Best for developers prototyping agent workflows and multi-agent experiments.

GitHub
AI Client2025

Turns Chromium into a local-first AI browser with an embedded assistant that can summarise pages, extract structured data, automate web tasks, and run scheduled agents. Built as an open-source Chromium fork with 53+ built-in browser tools, 40+ app integrations, and support for BYO AI keys or fully local models (Ollama / LM Studio).