Managed PostgreSQL · pooling included

Postgres without
the side project.

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.

Features

Everything you need to
manage databases

From provisioning to monitoring, DBHost handles the complexity so you can focus on shipping.

One-Click Provisioning

Spin up a new PostgreSQL database in seconds. DBHost creates the database, provisions credentials, and wires PgBouncer before the new instance becomes active.

readyStart from the dashboard and provision a new database in seconds.

Connection Pooling

Built-in PgBouncer on every database. Multiplexes connections for lower overhead and better performance.

5 connections3 pooled

Backups & Restore

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.

Creating backup...
Just now

REST API

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.

terminal
$curl -X POST dbhost.app/api/v1/databases \
-H "Authorization: Bearer dbh_..." \
-d '{"name":"analytics-v2"}'

SQL Explorer

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.

TablesSQL Query
select current_database(), current_schema();
1 row returnedguarded query
current_database
current_schema
analytics-v2
public

Scoped API Keys

Create least-privilege keys for selected databases or full-access keys for account-wide automation. Selected scope is the recommended default.

Selected databasesrecommended
app-prodanalytics-v2
create databasesno
Full account accessoptional
all owned databases
create databasesyes
Architecture

Built for reliability

A hybrid architecture that separates your control plane from your data plane.

Control Plane

Vercel · Next.js 16

Dashboard
REST API
SQL Explorer
HTTPS · Bearer Token

Data Plane

Ubuntu · AWS Lightsail

PostgreSQL 16
PgBouncer
FastAPI Agent
Caddy (Auto-TLS)
Port 6432 · TLS
Your Application

Isolated Planes

System failures in the management dashboard never impact your production database uptime.

503 Error
100% Uptime

Authenticated Control Channel

Control-plane actions reach the agent over an authenticated HTTPS channel before any provisioning or backup work happens on the VPS.

Agent

Pooled App Connections

Applications connect through PgBouncer on port 6432 so traffic spikes are absorbed by the pool instead of overwhelming PostgreSQL backends.

PgBouncer
Developer Experience

Integrate in minutes

Use the REST API directly or work from the published CLI. No SDK required.

123
npx @dbhost-app/cli@latest auth login --api-key dbh_...
npx @dbhost-app/cli@latest databases create analytics-v2 \
  --display-name "Analytics V2" --json
OutputCLI JSON
Saved 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
}
Next.js
Django
Rails
Laravel
Express
Go
Prisma
Drizzle
Best Fit

Built for real developer workflows

Managed PostgreSQL hosting for developers. DBHost is designed for teams that want managed Postgres without turning database operations into a side project.

Small SaaS apps

Ship a managed PostgreSQL database fast, keep the setup simple, and add API or CLI automation when the product matures.

Internal tools

Stand up project-specific databases for dashboards, automations, and line-of-business tools without running your own Postgres box.

Staging environments

Create isolated databases for previews, QA, and test runs, then reset passwords or trigger backups as part of your workflow.

Agencies with many apps

Keep multiple client databases in one developer-friendly control plane and use scoped API keys when you need tighter access boundaries.

Trust & FAQ

Honest infrastructure answers

Clear operational details and sensible boundaries help teams choose the right fit faster, especially when a database ends up in the critical path.

How does connection pooling work?

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.

How do backups work today?

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.

How does DBHost handle access boundaries?

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.

What is DBHost best for right now?

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.

How does DBHost handle growth?

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.

Security

Tight boundaries without a heavier workflow

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.

Default postureHardened

The new posture is narrow, read-first, and hostile to noisy traffic.

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.

01Scope

Scoped API keys

A selected-database key lights one path and leaves the rest cold.

02Read path

Guarded explorer

Read-only queries pass through a tighter gate. Destructive ones die at the boundary.

03Safety rails

Traffic, pooling, backups

Burst traffic is metered, connections stay pooled, and backups keep copying quietly in the background.

Why DBHost

Clear wins over the alternatives

Flat pricing, pooling on every database, 30-day backups, and per-database API keys. See how that stacks up.

Neon
Serverless branching
PriceFrom $5/mo + usage
PoolingBuilt-in
BackupsPITR via branches
DBHost
Pooling included
Price$0 / $5 / $15 flat
PoolingPgBouncer on every DB
Backups30-day retention
Supabase
Full BaaS platform
PriceFrom $25/mo + overage
PoolingSupavisor
Backups7-day (Pro)
Railway
Deploy anything
PriceFrom $5/mo + usage
PoolingNone built-in
BackupsManual only
Pricing

Start free, scale when ready

Simple, transparent pricing. No surprises.

Free

Evaluate DBHost, internal tools, and staging.

$0 /month

  • 1 database
  • Web dashboard
  • Community support
Start for Free
Popular

Pro

Indie devs and small SaaS teams.

$5 /month

  • 5 databases
  • REST API access
  • Database-scoped API keys
  • On-demand backups
  • Connection pooling
Start for Free

Business

Agencies, multiple apps, and heavier production use.

$15 /month

  • 20 databases
  • REST API access
  • Database-scoped API keys
  • Priority support
  • Everything in Pro
Start for Free

What every database includes

  • PostgreSQL 16 with PgBouncer (transaction mode)
  • 20 pooled backend connections per database
  • TLS-encrypted connections on port 6432
  • Daily automated backups with 30-day retention
  • Per-database IP allowlisting
  • Shared compute on dedicated infrastructure

Ready to stop managing your own databases?

Managed PostgreSQL starting at $0/mo. No credit card required.