Preview deployments for every pull request
Preview deployments are one of the fastest ways to tighten feedback loops. Easel creates a unique URL for every pull request so reviewers see exactly what will ship.
Automatic and isolated
Connect your Git provider once. Each PR triggers a build, runs checks, and publishes a preview URL in the PR comment. Previews do not share environment state with production.
Environment variables by context
Scope secrets to preview or production (and development for local workflows). Preview builds receive preview-scoped variables automatically, so you can test integrations safely. See Environment variables.
When previews expire
Inactive previews are cleaned up on a schedule to keep your project tidy. Active branches stay live until merged or closed.
Tips for teams
- Link previews in design review tickets
- Use branch naming conventions so URLs stay readable
- Protect production with required checks before merge
Learn more in our getting started guide.