Cabloy Basic
Cabloy Basic is the public framework/reference edition you are reading right now.
Repository marker
The repository root contains:
__CABLOY_BASIC__
This marker is the quickest safe signal for docs, skills, and rules that need to distinguish Cabloy Basic from Cabloy Start.
Typical role
Use Cabloy Basic as the public reference edition for:
- shared architecture explanations
- root scripts and monorepo entrypoints
- Vona and Zova source browsing
- public CLI-backed workflows
- public user-facing documentation
- projects created with
npm create cabloy
Frontend bias
In the current source and docs, Cabloy Basic examples commonly align with a shared frontend engineering layer built on Zova, Vue, Vite, and Quasar tooling, plus a Basic-specific UI layer built with DaisyUI + Tailwind CSS. That does not mean Zova is limited to that UI stack, but it does mean docs and AI outputs should not accidentally project Vuetify-specific assumptions into Cabloy Basic unless the current source explicitly requires it.