Deploy preview environments closer to your users for faster load times. prev.sh is available in four regions worldwide.

Available Regions

RegionCodeLocationTypical Latency
United StatesusVirginia, United States<30ms (US East), ~70ms (US West)
EuropeeuGermany<20ms (Central EU), ~40ms (Western EU)
Asia PacificapacSingapore<10ms (SEA), ~60ms (East Asia)
Latin AmericalatamChile<20ms (Chile), ~60ms (Brazil)
All regions are available on all plans.

Region Architecture

Each region serves your preview environments locally — requests never leave the region you choose. This means low latency and fast load times for your reviewers, no matter where they are.

Selecting a Region

Individual Plan

Individual plan users select their deployment region once in the Dashboard Settings. This is a one-time choice — once confirmed, all your environments will deploy to that region. The --region CLI flag is not used; your configured region is applied automatically.

> Note: You must select a region in the dashboard before creating your first environment. The CLI will prompt you to visit the dashboard settings if no region has been configured yet.

Teams Plan

Use the --region flag when creating an environment:

prev create . --region eu

If no region is specified, environments are deployed to us by default.

Choosing the Right Region

Pick the region closest to the people who will be viewing your previews:

  • US — Best for North American teams and clients
  • EU — Best for European teams, also good for UK and Middle East
  • APAC — Best for Southeast Asia, Australia, India, and East Asia
  • LATAM — Best for South American teams and clients

Plan Requirements

  • Individual plan: Choose one region from all 4 available regions (set once in dashboard settings)
  • Teams plan: Choose from all 4 regions per environment

Using with Templates (Teams)

Set a default region in your deployment template:

prev create . --template eu-staging

You can still override the template's region:

prev create . --template eu-staging --region apac

Preview URLs

Your preview URL includes the region code:

https://<subdomain>.<region>.prev.sh

For example: https://cosmic-falcon.eu.prev.sh