Overview
Rivestack is a managed PostgreSQL service that gives you production-ready databases in minutes. Choose between a free shared tier for development or a dedicated HA cluster for production workloads.Free Tier
Shared PostgreSQL for development and testing. 2 GB storage, up to 5 connections. No credit card required.
HA Cluster
Dedicated infrastructure with automatic failover, backups, and monitoring. Starting at $35/node/month.
Create your first cluster
Step 1: Sign up
Create your Rivestack account at app.rivestack.io. You can sign up with email or your existing GitHub or Google account.Step 2: Create a database
- Free Tier
- HA Cluster
- From the dashboard, click Create Database.
- Enter a database name (or use the auto-generated suggestion).
- Select Free as the plan.
- Choose your region (EU, US, or Asia).
- Click Create.
Step 3: Connect
Once your database is ready, navigate to the Connection tab to find your credentials:- Host — Your unique endpoint (e.g.,
rs-abc12345.eu-central.db.rivestack.io) - Port —
5432 - Database — Your database name
- Username — Your database user
- Password — Generated on creation (copy it from the dashboard)
- SSL Mode —
require(always enforced)
Connection Guide
See detailed connection examples for Python, Node.js, Go, and more.
What’s included
pgvector
pgvector is enabled by default on your initial database. For new databases, add it through the dashboard or Terraform.
Extensions
Pre-installed extensions including uuid-ossp, pg_stat_statements, pgcrypto, and pg_trgm. Add them to your database from the dashboard.
SSL Encryption
All connections are encrypted with TLS. No unencrypted connections are allowed.
Automated Backups
HA clusters include daily automated backups with point-in-time recovery.
Next steps
Connection Guide
Connect from your application with Python, Node.js, or Go.
pgvector Setup
Store and query vector embeddings for AI applications.
High Availability
Learn how automatic failover keeps your database online.
Monitoring
View metrics and health status for your clusters.