React Tutorial #24: Next.js Deployment on Vercel
In the previous tutorial, you added a database with Prisma. Now let’s deploy your app to Vercel. Why Vercel? Vercel is the company that builds Next.js. Their platform is designed specifically for it: Zero config — push to GitHub, it deploys automatically Preview deployments — every pull request gets a unique URL Edge Network — your app is served from servers close to your users worldwide Serverless Functions — API Routes and Server Actions run as serverless functions Vercel Analytics — built-in performance and web vitals monitoring The free Hobby tier is enough for personal projects and side projects. ...