Sign up
Go to dbhost.app and create an account with email or Google.
Create a database
Click + New Database in the dashboard. Choose a name (lowercase, hyphens allowed) and a display name.Your database will be provisioned in seconds. You’ll see connection details immediately.
Connection details
Each database comes with:| Field | Description |
|---|---|
| Host | VPS IP address |
| Port | 6432 (PgBouncer) |
| Database | Same as database name |
| Username | Same as database name |
| Password | Auto-generated, shown once on creation |
What happens under the hood
When you create a database, DBHost:- Creates a PostgreSQL user with a cryptographically secure password
- Creates a database owned by that user
- Adds a PgBouncer pool entry for connection multiplexing
- Reloads PgBouncer (zero-downtime config reload via SIGHUP)
- Records the action in the audit log