Self-hosted backend platform

Every app gets
its own backend.

HyperCloudBase gives each project an isolated Postgres database, authentication, and instant REST APIs — reachable at your own app.hypercloudbase.com. The API is public; the data and admin plane stay private.

1 project = 1 db
Isolated by default
REST + Auth
Generated from your schema
TLS
Public API, private data plane
Self-hosted
Your infra · no per-seat pricing
The platform

A private backend, without the busywork.

Each project is provisioned as its own database with its own keys and row-level security — so one app can never read another's data, even by accident.

01 · isolation

Isolated by design

Own database, own auth pool, own API keys per project. A leaked key reaches exactly one project — nothing else.

02 · api

Instant REST & Auth

PostgREST turns your schema into a typed REST API; GoTrue handles sign-up, sessions, and JWTs. No glue code.

03 · privacy

Private admin plane

Postgres and the dashboard never touch the public internet — they live on a private network. Only the API is exposed.

04 · ownership

Yours to run

Self-hosted on your own hardware. Predictable cost, full control, and connection strings that move with you.

How apps connect

One hostname per project.

Every Hyperbase-backed project connects through a single, memorable hostname on hypercloudbase.com. Client apps use the public API over HTTPS; direct database access stays on the private network.

// public apiapp.hypercloudbase.com
auth (GoTrue)/auth/v1
rest (PostgREST)/rest/v1
browser keyanon · RLS-scoped
server keyservice-role · never shipped
// private planepostgres · studio · ssh
Get started

Request a project.

Tell us the app and we'll provision an isolated database, keys, and an app.hypercloudbase.com endpoint — usually the same day.