$105 off for the next 3 licenses with discount code CM2024. Valid 24 hours!
Shipixen Logo

Other deployment options

Updated on

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

However, since the result is a regular Next.js app, it can potentially be deployed to any static hosting service, see below for more information.

It is also possible to self-host a SSR-enabled Next.js app on a VPS using Coolify Cloud.

Lastly, 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.