Skip to content

Glossary

Cabloy

The coordinated Node.js fullstack system that combines backend and frontend workflows.

Vona

Cabloy's backend framework and runtime layer.

Zova

Cabloy's frontend framework and application layer.

Cabloy Basic

The public reference and community edition baseline for the shared Cabloy architecture, created with npm create cabloy.

Cabloy Start

The public MIT-licensed business-system edition baseline for the shared Cabloy architecture, maintained in a sibling repository and initialized with npm run init after cloning.

Vona and Zova describe architectural layers; Cabloy Basic and Cabloy Start describe complete edition baselines built with those layers.

Edition detection

The process of identifying whether the current repo is Cabloy Basic or Cabloy Start before choosing a workflow, example, or skill branch.

CLI-first

The practice of using existing Vona and Zova command families before attempting manual scaffolding or refactor work.

Use the glossary together with:

Released under the MIT License.