Astrabase spins up a managed SQL database in milliseconds. Pick a region, set a password, and start writing queries — no servers, no YAML, no waiting.
# spin up a database in us-west curl -X POST https://volltra.pages.dev/api/create?location=wnam # then run any SQL POST /db/1b13e4ea/query { "sql": "SELECT * FROM users", "params": [] }
Choose a region close to your users. Provisioning happens on a global edge network — usually under a second.
The password is stored only in this browser's localStorage and is never sent to Astrabase. The backend does not yet enforce database auth.
Selected: US West (WNAM)
Everything included
From the first query to a production dashboard, Astrabase handles the infrastructure so you can ship product.
How it works