Docs/Get Started/Sign Up & Create Database

Sign Up & Create Your First Database

Get started with PhoenixDB in under 30 seconds. Create your account and deploy your first always-on PostgreSQL database.

What you'll learn:

  • How to create a PhoenixDB account
  • Deploy your first PostgreSQL database
  • Get your connection string

1Create Your Account

Visit the registration page and sign up with your email address.

Name (optional)

Your display name in the dashboard

Email

Your email address for login

Password

Choose a secure password (min 6 characters)

2Create Your First Database

Once logged in, you'll be taken to the dashboard. Click the "New Database" button to create your first PostgreSQL instance.

Database Name

A unique name for your database (e.g., "my-app-db")

v16

PostgreSQL Version

Select your preferred version (16 recommended)

Tip: Your database will be ready in seconds. No waiting for cold starts!

3Get Your Connection String

After creating your database, you'll immediately get a connection string. Click the copy button to use it in your application.

postgresql://postgres:YOUR_PASSWORD@your-subdomain.phoenixdb.space:5432/your-db?sslmode=require

Important: Save your password securely. You'll need it to connect to your database.