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 --vercelVercel
bash
zz update --vercel
zz build
zz deploy --vercelzz 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 --netlifyzz update --netlify creates or safely updates netlify.toml with build command, publish directory, and SPA fallback.
Static output
bash
zz buildUpload 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.