SB
Database

Supabase

A ready-made stack for storing data, managing login and saving files in an application.

In practical terms

What you can build

01Add user login
02Store structured data
03Save files
04Update interfaces in realtime
Before the implementation

Three concepts to understand

Postgres

The database that stores and organizes application information.

RLS

Rules that control which rows each user may read or change.

Auth

The system that identifies who is using the application.

A safe first path

How to get started

  1. Create a project.
  2. Model the first table.
  3. Enable access rules before publishing.
Common questions

Quick answers

Can Supabase replace a backend?

For many MVPs, yes. It combines database, login, files and server functions.

Is RLS optional?

Technically yes, but it is essential for tables exposed to client applications.

Better decisions

See where this tool fits in a real workflow.

Read the field guides →