Small SaaS apps
Ship a managed PostgreSQL database fast, keep the setup simple, and add API or CLI automation when the product matures.
Every database gets PgBouncer pooling and 30-day backups, with a REST API, scoped API keys, and a published CLI when your workflow needs automation. Provision in seconds, connect from any framework - from $0/mo.
From provisioning to monitoring, DBHost handles the complexity so you can focus on shipping.
Spin up a new PostgreSQL database in seconds. DBHost creates the database, provisions credentials, and wires PgBouncer before the new instance becomes active.
Built-in PgBouncer on every database. Multiplexes connections for lower overhead and better performance.
Daily scheduled backups with 30-day retention and off-host storage. Restore from any backup with one click, or import a pg_dump file when migrating from another host.
A clean REST API that fits into any stack. No SDK required. Use selected-database keys for least-privilege automation or full-access keys for account-wide workflows.
Owners can browse public tables or run guarded read-only SQL directly from the dashboard. Explorer keeps destructive and system-level statements blocked by default.
Create least-privilege keys for selected databases or full-access keys for account-wide automation. Selected scope is the recommended default.
A hybrid architecture that separates your control plane from your data plane.
Vercel · Next.js 16
Ubuntu · AWS Lightsail
System failures in the management dashboard never impact your production database uptime.
Control-plane actions reach the agent over an authenticated HTTPS channel before any provisioning or backup work happens on the VPS.
Applications connect through PgBouncer on port 6432 so traffic spikes are absorbed by the pool instead of overwhelming PostgreSQL backends.
Use the REST API directly or work from the published CLI. No SDK required.
npx @dbhost-app/cli@latest auth login --api-key dbh_...
npx @dbhost-app/cli@latest databases create analytics-v2 \
--display-name "Analytics V2" --jsonSaved credentials to ~/.config/dbhost/config.json
{
"id": "6f2d7f1a-6ec4-4ac9-bf5b-69a36c8f8d3d",
"name": "analytics-v2",
"displayName": "Analytics V2",
"status": "active",
"host": "db.dbhost.app",
"port": 6432
}Managed PostgreSQL hosting for developers. DBHost is designed for teams that want managed Postgres without turning database operations into a side project.
Ship a managed PostgreSQL database fast, keep the setup simple, and add API or CLI automation when the product matures.
Stand up project-specific databases for dashboards, automations, and line-of-business tools without running your own Postgres box.
Create isolated databases for previews, QA, and test runs, then reset passwords or trigger backups as part of your workflow.
Keep multiple client databases in one developer-friendly control plane and use scoped API keys when you need tighter access boundaries.
Clear operational details and sensible boundaries help teams choose the right fit faster, especially when a database ends up in the critical path.
Every database is fronted by PgBouncer on port 6432, so app traffic goes through the pool instead of opening a PostgreSQL backend for every idle connection.
DBHost takes daily pg_dump backups with 30-day retention, stores durable backup artifacts off-host, and lets you trigger on-demand backups from the dashboard or API. You can restore from any backup with one click, or upload a pg_dump file to import data from another host.
Use scoped API keys when automation should touch only selected databases, keep the dashboard SQL Explorer owner-only and read-only, and rely on public route budgets and abuse controls to make direct HTTP probing less noisy.
DBHost is a strong fit for small SaaS apps, internal tools, staging environments, and agencies managing several app databases. It does not yet offer replicas, PITR, or multi-region failover.
Each database gets 20 pooled backend connections via PgBouncer, which comfortably serves most small-to-mid SaaS workloads. We monitor disk, connectivity, and backup freshness with automated alerts. If your app outgrows a single instance, we'll work with you on a migration path - but if you need horizontal scaling or read replicas today, DBHost isn't the right fit yet.
The system is stricter in the places that matter most: automation paths stay scoped, explorer traffic stays boxed in, and direct HTTP abuse burns budget before it becomes useful.
These changes are meant to feel structural, not ceremonial. Every control closes a specific path, while the CLI, REST API, and normal developer flows keep working the same way.
A selected-database key lights one path and leaves the rest cold.
Read-only queries pass through a tighter gate. Destructive ones die at the boundary.
Burst traffic is metered, connections stay pooled, and backups keep copying quietly in the background.
Simple, transparent pricing. No surprises.
Evaluate DBHost, internal tools, and staging.
$0 /month
Indie devs and small SaaS teams.
$5 /month
Agencies, multiple apps, and heavier production use.
$15 /month
Managed PostgreSQL starting at $0/mo. No credit card required.