Skip to content

Deployment

ZhinNX builds to static output. That makes it deployable to Vercel, Netlify, Railway static hosting, GitHub Pages, or any static hosting provider.

Deploy targets

zz update --vercel
zz build
zz deploy --vercel

Vercel

bash
zz update --vercel
zz build
zz deploy --vercel

zz update --vercel creates or safely updates vercel.json with build command, output directory, and SPA fallback.

Netlify

bash
zz update --netlify
zz build
zz deploy --netlify

zz update --netlify creates or safely updates netlify.toml with build command, publish directory, and SPA fallback.

Static output

bash
zz build

Upload the generated dist folder to a static hosting provider. Read the CLI guide if you want to automate the flow from project creation to production deploy.

Released under the MIT License.