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.
# 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"}'
Built for PHP shared hosting. No Docker, no Node, no DevOps required.
Create a table in the dashboard and a fully typed REST API appears instantly — list, create, get, update, delete.
Define policies per table and role. Unauthenticated visitors get the anon role; logged-in users get authenticated. You control what each can do.
Upload a zip and your static site goes live instantly. Roll back to any previous deploy with one click.
Each project gets an anon key (safe for frontends) and a service key (bypasses policies). No key rotation headaches.
Browse and read every file in your deployed site directly from the dashboard with syntax highlighting.
Runs on standard PHP + MySQL shared hosting. No root access, no server configuration, no monthly VPS bill.
No infrastructure setup, just build.
Sign up, create a project — your data namespace with its own API keys.
Add tables and columns from the dashboard. SupaBein creates the MySQL tables instantly.
Choose who can read or write each table — anonymous visitors, authenticated users, or only you.
Use the auto-generated REST API from any frontend. Copy your anon key from the API tab.
Zip your static site and upload it. It goes live immediately at your SupaBein URL.