Cabloy Store

Cabloy Start

Boost your fullstack development
v5.0.0
204
$298.00/Year

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 + Zova fullstack foundation

  • dedicated Admin and Website SSR baselines

  • Start-specific frontend flavors: cabloyStartAdmin / cabloyStartWeb

  • a Vuetify-based UI layer for richer business interfaces

  • reusable 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 SSR

  • CRUD dynamic rendering for list pages, entry pages, and search forms

  • TanStack best practices for TanStack Table, TanStack Form, and TanStack Query

  • Dual-layer tabs navigation with preserved page state

  • Application-level UI behaviors for reusable modal and interaction workflows

  • Start-specific project assets aligned 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 / Year

  • Seat: 1 Developer Seat with GitHub repository access

  • Projects: Unlimited Projects with commercial use allowed

  • Updates: Lifetime Updates

  • Community: 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.git

Then initialize the project:

npm run init

This 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 helpers

Compared with Cabloy Basic, Cabloy Start adds a more business-oriented edition surface through:

  • a-vuetify for the Start UI adaptation layer

  • cabloy-start frontend modules for Start-specific workflows

  • start-siteadmin / start-siteweb SSR baselines

  • Start-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 strategy

  • using 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 cabloy path

  • a 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 Basic for the public default path

  • choose Cabloy Start for 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:

Demo GIF

  • Dual-layer tabs navigation

Powered by cabloy/vona/zova