Hello World
A minimal Zornux project to get started in seconds.
zornux new hello-world
Templates
Start from a scaffold instead of a blank file. Each template links to its source and documentation. More templates are added as the ecosystem grows.
A minimal Zornux project to get started in seconds.
zornux new hello-world
A structured backend service with routes, a data layer, and authorization.
zornux new api --template rest
A command-line tool scaffold with argument parsing and subcommands.
zornux new cli
A ZoiJS single-page app with routing and a component structure.
A reusable ZoiJS component library with typed props and docs.
A data-dense dashboard layout built with ZoiJS primitives.