Cabloy Start
Cabloy Start is the private commercial edition of Cabloy.
Built for teams shipping real business systems, it gives you a licensed fullstack baseline with a richer UI layer, stronger delivery assets, and Start-specific suites on top of the same Vona + Zova architecture.
If Cabloy Basic is the public reference path, Cabloy Start is the ready-to-deliver path: clone the repo, run npm run init, and start building.
Why choose Cabloy Start
Instead of starting from a thin template and rebuilding core infrastructure yourself, you get a private source baseline that already includes:
a complete
Vona + Zovafullstack foundationdedicated
AdminandWebsiteSSR baselinesStart-specific frontend flavors:
cabloyStartAdmin/cabloyStartWeba
Vuetify-based UI layer for richer business interfacesreusable modules for forms, tables, commands, entry pages, resources, and app behaviors
That means less time rebuilding foundations and more time shipping real product features.
What you get
Fullstack delivery in one codebase
Build SSR / SPA / Website / Admin applications in one modular architecture.
A stronger business-system baseline
Cabloy Start is designed for teams that need a more complete starting point for medium-to-large business systems.
Vuetify-based UI delivery
The Start edition uses Vuetify as its edition-specific UI layer, making complex business interfaces easier to build.
SSR-ready Admin and Website foundations
You get dedicated SSR baselines for both Admin and Website, including Admin SSR support that helps avoid common refresh and layout flicker problems.
Real reusable modules
The repository includes practical suites and modules for business-facing delivery, not just an empty scaffold.
Core highlights
Admin supports SSRCRUD dynamic renderingfor list pages, entry pages, and search formsTanStack best practicesforTanStack Table,TanStack Form, andTanStack QueryDual-layer tabs navigationwith preserved page stateApplication-level UI behaviorsfor reusable modal and interaction workflowsStart-specific project assetsaligned for real delivery work
License and what you get
Cabloy Start is offered as a commercial developer license for teams that want direct access to the private source baseline.
Price:$298 / YearSeat:1 Developer Seatwith GitHub repository accessProjects:Unlimited Projectswith commercial use allowedUpdates:Lifetime UpdatesCommunity: invited to join the private chat group
You are not just buying downloadable code. You are getting a reusable fullstack product baseline that can be extended across multiple real projects.
Access and initialization
After purchase, you receive access to the private cabloy-start GitHub repository.
Private repository:
Clone the repository:
git clone [email protected]:cabloy/cabloy-start.gitThen initialize the project:
npm run initThis prepares the project and installs dependencies so your team can start development immediately.
Key repository structure
The tree below highlights the key suites and modules that differ from Cabloy Basic and define the Start edition value:
cabloy-start/
├─ vona/
│ └─ src/suite/
│ └─ cabloy-start/
│ └─ modules/
│ ├─ start-siteadmin/ # Start Admin SSR site baseline
│ └─ start-siteweb/ # Start Website SSR site baseline
└─ zova/
└─ src/suite/
├─ a-vuetify/
│ └─ modules/
│ └─ vuetify-adapter/ # Vuetify-based UI adaptation layer
└─ cabloy-start/
└─ modules/
├─ start-adapter/ # Common UI adapter for rendering business pages
├─ start-app/ # App-level modal and interaction behaviors
├─ start-button/ # Enhanced button behaviors
├─ start-captcha/ # Ready-to-use captcha components
├─ start-commands/ # Command workflows
├─ start-commandssync/ # Command synchronization helpers
├─ start-currency/ # Currency-related UI helpers
├─ start-date/ # Date and range components
├─ start-demo/ # Demo examples for Start workflows
├─ start-form/ # Form behavior components
├─ start-input/ # Input rendering helpers
├─ start-page/ # Page composition base
├─ start-pageentry/ # Entry-page workflows
├─ start-paypal/ # Paypal-related frontend integration
├─ start-resource/ # Resource picker components
├─ start-select/ # Select rendering components
├─ start-switch/ # Switch/toggle rendering components
├─ start-table/ # Table components and patterns
└─ start-text/ # Text rendering helpersCompared with Cabloy Basic, Cabloy Start adds a more business-oriented edition surface through:
a-vuetifyfor the Start UI adaptation layercabloy-startfrontend modules for Start-specific workflowsstart-siteadmin/start-sitewebSSR baselinesStart-specific flavors, UI workflows, and project assets
Who this is for
Cabloy Start is a strong fit if you are:
building a medium-to-large business system
tired of rebuilding Admin layout, Website layout, CRUD pages, forms, tables, and SSR foundations from scratch
looking for a stronger private baseline for multiple commercial projects
committed to a
Vuetify-oriented UI strategyusing AI-assisted development and wanting clearer repo-specific assumptions, modules, flavors, and workflows
Who should choose Cabloy Basic instead
Choose Cabloy Basic first if you mainly want:
the public framework/reference edition
the default
npm create cabloypatha community-oriented starting point
public repo examples that map directly to your local baseline
a faster path for smaller systems or earlier-stage exploration
In short:
choose
Cabloy Basicfor the public default pathchoose
Cabloy Startfor the stronger licensed business-system baseline
Documentation
Demo online
The same Cabloy Start direction is used to implement Cabloy Store's Website and Admin experiences:
Website: https://cabloy.com
Admin: https://cabloy.com/admin
Demo GIF
Dual-layer tabs navigation
