A new Environments page
3 months ago
Two-pane layout that scales past a handful of environments and keeps your context as you switch between them.
We rebuilt the Environments page from scratch with a two-pane layout: pick an environment on the left, see its components, variables, and credentials on the right. The selection is preserved in the URL so you can deep-link straight to a specific environment for a teammate.
The old single-column layout got cramped fast once a project grew past two or three environments. The new layout keeps everything visible without modal stacks, and the right pane scrolls independently so you don't lose your scroll position when you flip between staging and production.
We also reworked the variable editor inline: secrets are masked by default with a click-to-reveal toggle, and bulk paste from a `.env` file now Just Works — quoting, escaped newlines, and comment-only lines are all handled.
Environments
API_URL=https://api.acme.com
STRIPE_KEY=••••••••
DATABASE_URL=••••••••
- Two-pane layout with deep-linkable environment selection in the URL.
- Independent scroll on each pane so you don't lose your place.
- Bulk paste from a `.env` file with quoting and escaped-newline handling.