Other deployment options

Updated on

The Shipixen app only supports 1-click deployments to Vercel and Netlify:

However, since the result is a static Next.js app, it can potentially be deployed to any static hosting service.

It is possible to download the generated boilerplate as a zip file and deploy it to other hosting services.

Static hosting services / Edge / GitHub Pages / S3 / Firebase etc.

It is possible to deploy the app to any static hosting service.
However, that may require additional configuration to support Next.js features like server-side rendering (SSR), incremental static regeneration (ISR), next/image, etc.

See the full guide on deploying to static hosting services.

It is better that you start with this from the beginning of the project, as you might hit other limitations when deploying to a static hosting service.