Skip to content

Environments

Yuxiang Huang edited this page Nov 30, 2025 · 4 revisions

Environments

Production

The production environment is version used by the public users.

Vercel: production

Railway: production

Clerk: production

Staging

The staging environment is version used by the development team for testing before merging to main.

Vercel: staging

Railway: staging

Clerk: development

Development

The development environment is used for verifying a PR before merging to staging.

Vercel: preview

  • CMU Maps: ^https://cmumaps-[0-9a-zA-Z]{9}-scottylabs.vercel.app$
  • Visualizer: none since staging is more than enough testing for this internal tool.

Railway: development (default connected to the staging branch, but can be changed to a specific branch as needed for api testing)

Clerk: development

Clone this wiki locally