The simplest deploy on the planet
Connect a repo to Vercel; every push to main ships to production, every PR gets a unique preview URL. The platform was built by the team that builds the framework, so the defaults are correct.
What you get without configuring anything
- Automatic builds + cache
- Preview deployments per PR
- Edge function support
- Image optimization at the edge
- ISR distributed across the global cache
- Web Analytics and Speed Insights opt-in
Environment variables
Set them in the dashboard or via CLI. Three scopes: production, preview, development. Preview can have separate values from production — useful for staging databases.