Deploying to the Vercel Platform

Learn to deploy and serve static sites and frontend frameworks on Vercel using serverless functions.

The Vercel platform

“Develop, preview, ship” is not just a motto. It’s the perfect description of the company that developed Next.js (alongside many other open-source libraries) and an excellent cloud infrastructure for deploying and serving web applications.

With Vercel, we almost don’t need to configure anything. We can deploy our web application from the command line using their CLI tool or create an automatic deployment after a push to the main Git branch.

One thing to know before getting started with Vercel is that the platform is built specifically for static sites and front-end frameworks. Unfortunately, that means that custom Node.js servers are not supported.

Get hands-on with 1200+ tech skills courses.