Deployment options for JSS Next.js apps
Next.js applications can be hosted using various services, depending on the prerendering form and your preference.
Headless server-side rendering using the JSS proxy is neither needed nor compatible with Next.js JSS applications.
Deploying on Vercel
The creators of Next.js, Vercel, offer deployment and hosting solutions optimized for Next.js. They support all Next.js features, including incremental static site (re-)generation, hybrid rendering, and internationalization. Your application can be deployed directly from source control and optimized through Vercel's edge network and serverless functions. Refer to the following resources for more information about deploying to Vercel:
Node.js Server
You can deploy Next.js JSS apps to any hosting provider or environment that supports Node.js. For more information, refer to the following resources: