## 两个平台的真实能力 | 能力 | Vercel | Cloudflare Pages | | :--------------- | :---------------- | :-------------------- | | 纯静态 HTML | ✅ | ✅ | | React/Vue SPA | ✅ | ✅ | | SSR (Next.js/Nuxt) | ✅ 原生支持 | ✅ 支持(需适配) | | Serverless 函数 | ✅ Vercel Functions | ✅ Cloudflare Workers | | 边缘计算 | ✅ Edge Functions | ✅ Workers(更强) | 总结: - Cloudflare Pages 不是只能静态,它有 Workers 可以跑服务端代码 - Vercel 对 Next.js 支持最丝滑(毕竟是亲儿子) - 如果你要用 Next.js 做全栈应用,选 Vercel;如果追求极致速度或用其他框架,Cloudflare 更香 ![image.png|1000](https://imagehosting4picgo.oss-cn-beijing.aliyuncs.com/imagehosting/fix-dir%2Fpicgo%2Fpicgo-clipboard-images%2F2026%2F01%2F25%2F00-39-05-6e945fa02e2ee438047938181177cd4e-202601250039780-7cb7f2.png)