Introduction
Voltbase gives every project a Postgres database, auth, storage, realtime, and instant REST APIs — with a JavaScript SDK that feels familiar.
What you get
- Postgres — isolated schema per project, SQL editor, table editor, versioned migrations
- Auth — email/password, magic link, Google/GitHub, verify + password reset
- Data APIs — auto REST for every table, nested selects, RPC
- Realtime— table CDC, filters, broadcast & presence channels
- Storage — buckets and file uploads via UploadThing
- RLS — real Postgres row level security with
uid()
How it fits together
Create a project in the dashboard, copy your Project URL and anon or service_role key from the API page, then use voltbase-js in your app.
Keys stay in the dashboard
Public docs use placeholders. Your live keys live under Project → API after you sign in.
Next steps
Follow the Quickstart to make your first query in under five minutes.