Skip to content
KB entry

Preview deployments and protected URLs

Per-PR previews, preview URL passwords, and how to share preview links with stakeholders.

Vercel4 min read
Next.js

Every PR opened against your repo gets its own preview deployment. Use these to QA features before they hit production.

Sharing previews

Preview URLs are stable as long as the underlying commit is part of an open PR. Comment them in design reviews, or share them via the Vercel comment integration.

Protecting previews

On Pro and Enterprise plans, enable Deployment Protection to require Vercel auth or a shared password before the preview will load.


Back to Vercel knowledge base