Hosting
Vercel icon

Vercel

The default for Next.js and frontend-heavy apps. Git push and it's live, with previews for every branch.

What is Vercel?

Vercel is a hosting platform built by the creators of Next.js and optimized around it, though it hosts other frameworks too. The core pitch is deploy-by-git-push: connect a repo, and every push gets built and deployed automatically, with a unique preview URL for every branch or pull request so changes can be reviewed live before merging to production.

Key features

  • Git-based deploys: push to a branch, get a live preview URL automatically, no manual deploy step
  • Deep, first-party integration with Next.js features (ISR, edge functions, image optimization) that other hosts have to catch up to
  • Global edge network for fast delivery, plus edge functions for logic that needs to run close to the user
  • Built-in environment variable management, domain configuration, and analytics without extra tooling
  • A generous free tier that makes it easy to get a side project live in minutes

Who it's for

Next.js and other frontend-heavy JavaScript apps where deploy simplicity and preview environments matter. Less of a natural fit for workloads that need long-running background processes, heavy custom infrastructure, or very fine-grained control over server configuration.

Pricing

Free tier (Hobby) for personal projects, with usage-based Pro and Enterprise tiers scaling with bandwidth, function usage, and team seats.