Self-Hosted · Open Source

Your backend,
your rules

SupaBein is a self-hosted BaaS that gives you an instant REST API for any table you define, row-level security, and atomic static site hosting — all on your own cPanel server.

Get Started Free Read the Docs
# Fetch rows from any table — no backend code needed
curl -X GET "https://your-domain.com/api/v1/data/1/users" \
  -H "Authorization: Bearer <anon_key>"

# Insert a row
curl -X POST "https://your-domain.com/api/v1/data/1/users" \
  -H "Authorization: Bearer <anon_key>" \
  -d '{"name": "Alice", "email": "alice@example.com"}'
Features

Everything you need, nothing you don't

Built for PHP shared hosting. No Docker, no Node, no DevOps required.

Instant REST API

Create a table in the dashboard and a fully typed REST API appears instantly — list, create, get, update, delete.

🔒

Row-Level Security

Define policies per table and role. Unauthenticated visitors get the anon role; logged-in users get authenticated. You control what each can do.

🚀

Atomic Site Deploys

Upload a zip and your static site goes live instantly. Roll back to any previous deploy with one click.

🔑

Project API Keys

Each project gets an anon key (safe for frontends) and a service key (bypasses policies). No key rotation headaches.

📁

File Browser

Browse and read every file in your deployed site directly from the dashboard with syntax highlighting.

🛠

cPanel Compatible

Runs on standard PHP + MySQL shared hosting. No root access, no server configuration, no monthly VPS bill.

How it works

Up and running in minutes

No infrastructure setup, just build.

1

Create a project

Sign up, create a project — your data namespace with its own API keys.

2

Define tables

Add tables and columns from the dashboard. SupaBein creates the MySQL tables instantly.

3

Set policies

Choose who can read or write each table — anonymous visitors, authenticated users, or only you.

4

Call the API

Use the auto-generated REST API from any frontend. Copy your anon key from the API tab.

5

Deploy your site

Zip your static site and upload it. It goes live immediately at your SupaBein URL.

Start building today

Free, self-hosted, and yours forever.

Create Your Account