2025-09-21 • 2 min read
Vercel is a platform for frontend frameworks and static sites, but you can also deploy fullstack applications. In this article, we’ll go over how to deploy a Node.js backend on Vercel.
First install vercel cli
npm i -g vercel
Login to vercel
vercel login
create vercel json
now deploy it
vercel deploy --prod