ZhinNX means Zhin No eXcess.
It is a deadline-first frontend framework and CLI for building static SPA projects quickly, with simple routing, state, API helpers, UI helpers, templates, deploy config adapters, and debug tools.
This ZIP is split by deployment target:
zhinnxis the GitHub-facing project hub.zhinnx-cliis the npm package for the framework runtime andzzCLI.zhinnxis the documentation website prepared for Vercel.
npm install -g zhinnx@betazz create my-app
zz create my-app --template landing --vercel
zz create my-app --template music --vercel --netlify- Build web apps faster without excessive setup.
- Keep the runtime close to HTML and JavaScript.
- Provide project templates for common deadline work.
- Make deployment config less repetitive.
- Provide debug tools that are visible during development.
The first prototype journey is complete up to Phase 6.
- Runtime core
- State and storage
- UI helpers
- API helper
- CLI create
- Build system
- Deploy config adapters
- Templates
- Plugin system
- Debug mode
The documentation website lives in zhinnx. It includes responsive English and Indonesian documentation, search, language switching, mobile navigation, copyable code blocks, and deploy-ready Vercel routing.
The npm package source lives in zhinnx-cli.
Read README.id.md for Bahasa Indonesia.
MIT
ZhinNX includes lightweight UI helpers for Classic Syntax through zhinnx/ui. They are designed for deadline work: simple strings, clean classes, responsive states, and light/dark-ready tokens.
import { Button, Card, Input } from "zhinnx/ui";

