Vercel 이 Next.js 를 만들지만, 소유하진 않아
Vercel 이 Next.js 만들고 유지하고, Next.js 에 최적화된 hosting platform 을 운영해. 둘이 단단히 묶여 있지만 Next.js 자체는 open source 고 Node 도는 곳 어디든 self-host 가능.
Vercel 이 next start 위에 얹어주는 것
- Zero-config deploy — 연결된 repo 에
git push하면 production 으로. - Preview deployment — PR 마다 unique URL.
- Edge runtime — 30+ region 에서 low-latency middleware/proxy.
- ISR distributed — edge cache 전체에 걸쳐 (sub-second invalidation).
- Image CDN —
sharpinstall 안 해도 edge 에서 서빙. - Analytics & Speed Insights — real-user Core Web Vitals.
Self-hosting 의 현실
Self-hosting 잘 작동하고 docs 도 솔직해 — image optimization 은 sharp install 필요, ISR cache 는 default 로 한 region, preview URL 없음, SSL 과 process manager 직접 운영.
"Vercel-only" 미신이 틀린 이유
Server Action, RSC, streaming, ISR, image/font optimization, Server Action caching — 다 vanilla Node 서버에서 돌아. Vercel-only 인 건 platform layer (preview URL, distributed cache, edge function) 지 framework feature 가 아니야.