Live check

Is Vercel down right now?

Checking Vercel’s status page…

Fetched live from www.vercel-status.com by your own browser — we never proxy, cache, or fake it.

While you wait: the Vercel incident checklist

  1. Separate serving from shipping. Existing production deployments serve from the edge independently of the build/deploy pipeline. 'Builds failing' and 'sites down' are very different incidents — check which components the status page lists.
  2. Freeze auto-deploys. Hold merges to production branches while the deploy pipeline is degraded. A build that dies halfway through the incident is noise, and you want a clean state when it recovers.
  3. Know your rollback options. Rollbacks and promotions go through Vercel's control plane. If the dashboard and API are down, you may not be able to roll back either — factor that into whether you ship anything at all.
  4. Check functions separately from static. Function incidents 5xx your API routes and SSR pages while static assets keep serving — a half-down site that confuses users and monitors alike.
  5. Mind the meta-trap. If your status page or incident tooling is itself hosted on Vercel, it's down too. Communicate from somewhere independent of the platform that's failing.

What breaks when Vercel has issues

If your frontend lives on Vercel, an edge incident is a production outage: pages 5xx or time out for real users. Function incidents take down API routes, SSR and ISR revalidation while static content keeps flowing — partial failures that look confusing in monitoring. Build-plane incidents don't touch running traffic but block every ship, including the hotfix for whatever else is broken, which is exactly when you'll notice. Preview deployments stall too, slowing review of in-flight fixes.

FAQ

My site is up but deploys are failing — is Vercel down?

Probably a build/deploy-plane incident: serving and building fail independently. Existing deployments keep running from the edge while the pipeline is degraded.

If the Vercel dashboard is down, is my site down?

No — the dashboard and API are control plane. Your traffic is served by the edge network, which is a separate component on their status page.

Can I roll back during a Vercel incident?

Only if the control plane is healthy — rollbacks are deploy operations. If it isn't, the deployment you're running is the one you have until recovery.

Do custom domains fail differently than vercel.app URLs?

Mostly no — they exit through the same edge. The exception is DNS: if your domain's DNS is hosted on Vercel and the incident touches DNS, resolution itself can fail.

Get pinged in your toolbar the moment Vercel’s status changes

Vendor Status Dashboard is a Chrome extension for on-call engineers: Vercel and every other vendor you depend on, one badge, answer in five seconds. Free for 5 vendors, no account.

Join the waitlist — launching soon