Skip to content
View zhinnx's full-sized avatar

Block or report zhinnx

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
zhinnx/README.md

ZhinNX

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.

Repositories in this release

This ZIP is split by deployment target:

  • zhinnx is the GitHub-facing project hub.
  • zhinnx-cli is the npm package for the framework runtime and zz CLI.
  • zhinnx is the documentation website prepared for Vercel.

Install CLI

npm install -g zhinnx@beta

Create a project

zz create my-app
zz create my-app --template landing --vercel
zz create my-app --template music --vercel --netlify

Project goals

  • 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.

Current status

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

Documentation

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.

CLI package

The npm package source lives in zhinnx-cli.

Indonesian README

Read README.id.md for Bahasa Indonesia.

License

MIT

Built-in UI

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";

Popular repositories Loading

  1. zhinnx-tes zhinnx-tes Public

    JavaScript

  2. zhinnx zhinnx Public

    JavaScript

  3. fpub fpub Public

  4. KLIV-MUSIC KLIV-MUSIC Public

    TypeScript

  5. KLIVREPO KLIVREPO Public

    Kliv music streaming web app - Next.js mobile-first

    TypeScript

  6. breachpoint breachpoint Public

    Tactical FPS 3v3 web game

    JavaScript