Skip to content

Supabase alternatives

12 tools that do a similar job, and what makes each one different.

What Supabase is

Supabase is an open source backend for web and mobile applications, built around Postgres. Every project gets a dedicated Postgres database, and the rest of the platform is a set of services attached to it rather than a layer that hides it. That decision is the reason to choose it. The database is a real Postgres instance, so SQL, extensions and the wider Postgres ecosystem all work as they normally do, and there is a SQL editor for running queries and mutations directly. REST and GraphQL APIs are generated automatically from the schema, the GraphQL side through a Postgres extension, so an API exists the moment a table does. Auth handles email and password, phone and one-time codes, magic links for passwordless sign-in, and more than twenty social login providers. Access control is enforced with Postgres row-level security policies, which means the rules about who can read which row live in the database rather than in application code that has to remember to apply them. Authentication flows can be extended with serverless functions. Storage is S3-compatible object storage behind a global CDN spanning more than 285 cities, with image transformations available on the way out. Edge Functions are TypeScript on Deno with Node.js compatibility, deployed close to users. Realtime synchronises over WebSockets and covers three distinct cases: listening to database changes, tracking presence so an application knows who is online, and broadcasting messages between clients. For applications that need semantic search or retrieval, the AI toolkit is built on pgvector, storing, indexing and querying embeddings in the same database as everything else rather than in a separate service. There are integrations with OpenAI and Hugging Face, and client libraries make it straightforward to use from JavaScript applications. All the core tools are open source and self-hostable. The hosted platform is free to start on, which makes the practical difference: a project can begin on the managed service and move onto its own infrastructure later without changing the database it was built on.

Catches errors in production and tells you what you need to fix them: the stack trace with source maps applied, the release that introduced it, the browser or runtime, and how many users hit it. Groups duplicates so one bug is one issue. Performance monitoring and session replay sit alongside. Most teams install it after the outage that made the case for it.

Freemium

A terminal that treats each command and its output as a block you can navigate, copy and share, rather than an endless scroll. Input behaves like a text editor, history is searchable, and an assistant can read a failing command and suggest the fix. Workflows save parameterised commands for a team. Some of it requires an account, which is the objection people raise most.

Freemium

VS Code rebuilt around a model that can see the whole repository. Beyond autocomplete it edits across files from an instruction, answers questions about unfamiliar code, and applies a diff you review before it lands. Keybindings and extensions carry over from VS Code, so switching costs an afternoon. The multi-file edit is the feature people stay for.

Freemium

Deploys a frontend by pushing to a branch, with a preview URL for every pull request, the workflow most React teams now expect by default. Built by the maintainers of Next.js, which it supports first and best. Edge functions, analytics and image optimisation are included. Costs are predictable until traffic is not, and bandwidth is the line to watch.

Freemium

Builds, tests and documents an API without writing a client first. Collections capture requests with environments and variables, tests run in CI through Newman, and mock servers stand in for endpoints that do not exist yet. Documentation generates from the collection, which is how it stays current. Ubiquitous enough that a Postman collection is a normal way to hand over an API.

Freemium

Deploys services, databases and cron jobs from a repository with no infrastructure config to write. Connect a repo, pick a region, and it infers the build. Environments, private networking between services and one-click Postgres or Redis are included. It suits small teams and side projects that have outgrown a single host and do not want Kubernetes.

Freemium

Autocomplete and chat inside the editor you already use (VS Code, JetBrains, Neovim, Visual Studio), plus review suggestions on pull requests. It is strongest at the code you would have written anyway: boilerplate, tests, the second half of an obvious function. Enterprise plans can index private repositories so suggestions match house conventions.

Paid

Product analytics, session replay, feature flags, experiments and surveys in one open-source stack, which removes the usual problem of four tools that disagree about who a user is. Generous free tier, self-hostable, and SQL access to the underlying events. Broad enough that teams grow into it rather than out of it.

Freemium

The ecosystem around Lottie, the format that ships vector animation as JSON. Animations stay sharp at any size, weigh a fraction of a GIF or video, and can be recoloured or controlled at runtime. The platform hosts a large library, converts from After Effects, and provides players for web and mobile.

Freemium

Daily product launches with a badge and a backlink, run transparently, the ranking rules and the code are public, which is unusual in this category. Free and premium submission paths, with the paid one skipping the queue. Positioned as an open alternative to the closed boards, and worth watching for that reason as much as the traffic.

Freemium

Interface design in the browser with everyone in the same file, which is what displaced the previous generation of desktop tools. Components and variants keep a design system consistent, auto-layout makes frames respond like real containers, and Dev Mode gives engineers measurements and generated CSS. Prototyping, commenting and version history are built in, so review happens where the work is.

Freemium

Open source, unlike Supabase

Open source
Supabase alternatives · AI Tools Repo