Alternatives to PocketBase

Backend in a single Go binary with SQLite, authentication and file storage. The listings below can replace it for an important use case. Each note says what changes if you switch.

The original

Replacements

Listings that take over the same core job as PocketBase.

  • Supabase

    Postgres-based backend with authentication, storage and instant APIs.

    Supabase is built on PostgreSQL rather than SQLite and offers a hosted freemium service, but self-hosting means running many services instead of one binary.

Similar software

Related functionality, not a direct replacement.