Create a real PostgreSQL database in seconds and connect with psql, Prisma, Drizzle or anything else. No plans to pick, no instance sizes, no pausing. An idle database costs pennies a month.
Your first databases run on the $5 welcome credit.
psql / Prisma / Drizzle / pg_dump / anything that speaks Postgres
Every database is a separate PostgreSQL database with its own role. Extensions, triggers, full SQL. Nothing proprietary in the way.
No sleeping, no cold starts, no “restoring project”. Your database answers the first query as fast as the thousandth.
One per app, per branch, per preview, per customer. Agencies and AI agents create hundreds. You pay for use, not for count.
Who it's for
Agencies
Isolated data for every customer, billed by what each one actually uses. Thirty client sites cost about $2 a month, not thirty plans.
Students & learners
Learn on the same database you'll use at work. The $5 welcome credit covers a semester of coursework.
AI agents
Agents spin up a database per task through the REST API, work in it, and delete it when done. No human in the loop, no idle bill.
Preview environments
Every pull request gets its own database from CI. Reviewers test against real data; the branch merges and the database goes away.
Indie hackers
Side projects sit idle most of the month. Here an idle database costs cents, so the ones that don't take off don't cost you anything meaningful.
Multi-tenant SaaS
Give each customer their own database and role instead of a shared schema. Onboard a tenant with one API call; offboard with another.
Latency
Serverless databases save money by switching your database off after a few idle minutes and switching it back on when the next request arrives. That first request waits. We never switch anything off, and it does not cost you extra.
Every database runs inside PostgreSQL that is never stopped. Connections are pooled at the edge of our network, so the first query is as fast as the thousandth.
Pricing
Usage is measured continuously and deducted from a prepaid balance that never expires.
Examples
How it works
1
Create an account. You get $5 of credit to start.
2
Create a project and a database. You get a connection string within seconds.
3
Connect from anywhere with TLS, or restrict to your own IP ranges.
4
Watch storage, activity and transfer on the usage page. Rotate the password or delete the database whenever you want.
Everything in the dashboard is also in the REST API, so scripts and AI agents can create and delete databases on their own.
FAQ
Yes, version 17. Standard wire protocol, standard SQL, standard tools.
Connections pause and your data is kept. Add credit and everything resumes automatically. Nothing is deleted.
There is no wake-up. Latency is that of a normal PostgreSQL server in the same region as your endpoint.
Yes. Allow from anywhere (with TLS and password) or only from the IPv4 and IPv6 ranges you list.
We keep nightly backups of the whole service for disaster recovery. Self-service restore per database is on the roadmap; export with pg_dump any time.