Vercel
Vercel for Next.js-first apps. ISR, Image, middleware all work better. The trade-off is bandwidth pricing and function invocation costs at scale. For Next.js as the primary framework Vercel is the obvious upgrade.
Why developers leave Netlify: Next.js performance trails Vercel on ISR and middleware, edge runtime has a smaller ecosystem than Cloudflare Workers, and brand momentum has shifted to Vercel/Cloudflare in 2024-2026. Teams whose initial Netlify choice was framework-agnostic but who now run more dynamic apps re-evaluate.
Vercel for Next.js-first apps. ISR, Image, middleware all work better. The trade-off is bandwidth pricing and function invocation costs at scale. For Next.js as the primary framework Vercel is the obvious upgrade.
Cloudflare Workers for edge-native apps. V8 isolates with sub-5ms cold starts. Free tier covers 100K req/day. KV/D1/R2 bindings make a coherent stack. Right alternative when latency or bandwidth costs were the actual constraint.
Render for full-stack apps with persistent backend services. Different model than Netlify (long-running services + bundled DBs). Right alternative when Netlify's functions-only model was constraining.
Depends on framework. Astro/SvelteKit on Netlify: stay. Next.js on Netlify: evaluate Vercel. Edge-heavy or bandwidth-heavy: evaluate Cloudflare Workers. The migration costs are 1-2 sprints typically.
Forms: yes — Formspree, Basin, or self-host with a serverless function. Identity: replace with Auth0, Clerk, or Supabase Auth. Both add integration work; Netlify's value was bundling these into the deployment. Plan for the migration to take longer than the function code rewrite.
For non-Next.js stacks Netlify is solid. The product hasn't regressed; the market has shifted around it. Reviewer reports show Netlify's reliability and DX remain strong. The "leaving" pattern is mostly Next.js teams seeking Vercel-specific features.