
PocketBase
Single-file open-source backend: SQLite database, auth, file storage, realtime
Overview
PocketBase is an open-source backend packaged as a single Go executable that bundles an SQLite database, REST and JS APIs, realtime subscriptions, authentication, and file storage — all in one sub-30 MB binary. It ships an admin dashboard UI for managing collections like a spreadsheet. Ideal for small-to-medium apps that need a quick self-hosted data layer.
Where it falls short of Airtable
- SQLite single-file storage is not suitable for high write-concurrency production workloads
- No built-in spreadsheet-style grid view for non-developers; admin UI is developer-focused
- Horizontal scaling requires additional infrastructure; no native clustering support
We list the gaps honestly so you can decide if the trade-off is worth owning your data.
Tags
Claim this listing to keep it accurate, add a deploy template, or feature it on relevant pages.
Embed the PocketBase difficulty badge in your README — it links back here.
[](https://openreplace.com/pocketbase)Similar open-source projects
Other self-hostable tools in the same space worth comparing.
Open-source Firebase alternative built on PostgreSQL with realtime and auth
Free and self-hostable no-code database that turns any SQL DB into a smart spreadsheet
Modern open-source CRM built as an alternative to Salesforce
Open-source low-code platform to build internal apps and admin panels fast