Postgres, auth, storage and row-level security in one box.
An open-source Firebase alternative built on real Postgres. Row-level security means your access rules live in the database rather than scattered through app code.
Key info
- Pricing
- Freemium
- Platform
- Web
- Category
- Tools
- Best for
- Intermediate
- Free plan
- 2 projects, 500 MB database, 50,000 monthly users
- Paid plans from
- $25 a month (Pro)
- Includes
- Postgres, auth, file storage, realtime and edge functions
- Watch out
- Free projects pause after a week without activity
- Good for
- The database and login behind an AI-built app
Guided walkthroughs
Related reading
- Fundamentals
Row level security is the security boundary
If your database rows are protected by a check in your application code, they are not protected. Anything holding a key can talk to the database directly, an…
Expert