Extend your plan with additional features and capacity.
Preview Capacity Packages
Need to run more active previews at once? Expand your plan's capacity with a capacity package.
| Add-On | Price |
|---|---|
| +5 Preview Capacity | $49/month |
| +10 Preview Capacity | $89/month |
- Available on Individual and Teams plans
- Adds capacity for up to 5 or 10 more active previews on top of your plan
- Capacity packages can be purchased as separate add-on subscriptions
- Each capacity package is shown and canceled individually
- Takes effect immediately
How to Purchase
Custom Domains (Individual Plan)
Custom domains are included with the Teams plan. Individual plan users can add custom domain support as an add-on.
| Add-On | Price |
|---|---|
| Custom Domains | $10/month |
- Supports up to 50 custom domains
- Includes automatic SSL certificates
- DNS verification required
How to Enable
Managed Databases
Attach fully managed PostgreSQL, MariaDB, or MongoDB databases to your preview environments. Each database is provisioned on the Prev database host with automatic daily backups.
| Add-On | Price |
|---|---|
| Managed Database | $5 per database/month (Teams includes 1) |
- Available on Individual and Teams plans
- Teams includes one managed database slot
- Supported engines: PostgreSQL, MariaDB, MongoDB
- Each Managed Databases add-on adds one database
- Buy another Managed Databases add-on to increase database capacity
- When an included Teams database is deleted, the included slot moves to another existing database when available, or becomes available for the next database
- 1 GB soft storage limit per database
- Daily backups at 3 AM UTC with 7-day retention
- Internal preview access with
DATABASE_URLautomatically injected into attached previews
How to Create a Database
Using Databases with Previews
Attach a database to a preview environment using the --db flag:
prev create . --db mypostgres
prev automatically injects the database connection as DATABASE_URL. Managed databases are reached from attached previews, not through public connection details in the Dashboard:
DATABASE_URLis injected into the preview runtime- Raw database host, username, and password details are not shown in the Dashboard
- The built-in DB Admin can inspect schema, browse data, import/export data, and run safe maintenance operations
For full details, see the Managed Databases documentation.