Skip to main content
DBHost is a managed PostgreSQL hosting service. Sign up, create a database, and get a connection string — we handle the server, connection pooling, and backups. No infrastructure to manage.

What you get

  • Web dashboard at dbhost.app for creating, managing, and monitoring databases
  • REST API for programmatic access and CI/CD integration
  • API keys for third-party integrations
  • PgBouncer connection pooling on every database
  • Automated backups with pg_dump
  • Audit logging of all actions
  • Admin panel for platform-level user and database management

How it works

You (browser / API)


┌─────────────┐     HTTPS      ┌──────────────────┐
│   Vercel     │ ──────────────▶│   VPS Agent      │
│   Next.js    │                │   FastAPI         │
│   Dashboard  │                │                   │
│   REST API   │                │  ┌─ PostgreSQL    │
│   Admin      │                │  ├─ PgBouncer     │
└─────────────┘                │  └─ Backups       │
                                └──────────────────┘
The control plane (Next.js on Vercel) handles authentication, the dashboard UI, and metadata storage. The data plane (Python agent on VPS) handles the actual database operations: creating users, running DDL, managing PgBouncer config, and taking backups.

Next steps

Quickstart

Create your first database in under 2 minutes.

API reference

Integrate DBHost into your workflow.

Admin guide

Manage users, databases, and system health.

Architecture

How DBHost works under the hood.