Skip to content

Latest commit

 

History

30,190 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cabloy

License MIT npm version npm downloads Docs Demo

Cabloy is a Node.js fullstack framework for AI vibe coding, with AI Spec-Driven Development for traceable, evidence-backed delivery.

One fullstack system for AI vibe coding—bidirectional type sync, CLI-first workflows, docs, skills, and traceable delivery from product intent to verifiable evidence.

Instead of stitching separate backend and frontend stacks together, Cabloy keeps their contracts, tooling, and guidance connected in one repository. AI Spec-Driven Development provides the disciplined path from confirmed Specs to evidence-backed delivery; its precise engineering method is Traceable Spec Delivery. Vona is its backend framework and runtime layer, and Zova is its frontend framework and application layer. Cabloy Basic and Cabloy Start are related, complete edition baselines built on that shared architecture; see Editions Overview for their deliberate differences.

Documentation · npm · Web Demo · Admin Demo · GitHub

Fullstack Principles

Cabloy’s fullstack model is built around two core principles:

  1. Frontend build output participates directly in backend SSR

    • Zova owns the frontend application source
    • the generated frontend bundle and SSR-related artifacts are consumed by the Vona-side SSR flow
    • backend rendering and frontend hydration stay on one coordinated delivery path
  2. Type information flows in both directions

    • Backend -> Frontend: Vona emits Swagger/OpenAPI contracts that Zova can use to generate SDKs and related schema-aware helpers
    • Frontend -> Backend: Zova generates structural metadata and typing surfaces such as routes, components, and icons that can improve backend-side tooling and type hints

For the complete explanation, see Fullstack Introduction, Vona + Zova Integration, Backend OpenAPI to Frontend SDK, and Frontend Metadata Back to Backend.

Get Started

See the Fullstack Quickstart.

AI Spec-Driven Development

See the AI Spec-Driven Development.

Editions

Cabloy is available through two complete project baselines, each maintained in its own repository:

  • Cabloy Basic — the public framework and reference edition, licensed under MIT, with a DaisyUI + Tailwind CSS UI layer and an e-commerce-oriented demonstration suite.
  • Cabloy Start — a public starter edition, licensed under MIT, with a Vuetify UI layer and built-in system-management and authorization demonstrations.

Both editions share Cabloy’s Vona + Zova architecture, CLI-first workflows, bidirectional type synchronization, and AI Spec-Driven Development model. They differ primarily in their default UI layer, included demonstration suites, and out-of-the-box application baseline.

For fuller guidance on choosing an edition and working in an existing checkout, see Cabloy Editions.

Legend: ✅ Included in the default edition baseline · — Not included in the default edition baseline

Default UI Layer

Area Cabloy Basic Cabloy Start
UI library DaisyUI + Tailwind CSS Vuetify

Included Core Capabilities

Capability Description Cabloy Basic Cabloy Start
Master–detail forms Supports nested master–detail forms, including multiple levels of detail records.
Image uploads Supports local storage and Cloudflare storage backends.
File uploads Supports local storage and Cloudflare storage backends.
Payment integrations Demonstrates simulated payments, PayPal, and Stripe integrations.
Markdown editor Includes image uploads and syntax highlighting.

Included Demonstration Suites

Suite What it demonstrates Cabloy Basic Cabloy Start
Student Training Management Master–detail forms, nested detail records, image uploads, and file uploads. Cabloy Start additionally demonstrates data-scope-based RBAC.
E-commerce A complete Admin site, Web site, personal center, payment flows, Markdown editing, and related capabilities.
System Management User management, role management, department management, RBAC authorization, and menu authorization.

Included demonstration suites give AI vibe coding agents high-quality, project-native code examples. They improve development efficiency while reducing token use. For production deployments, set PROJECT_DISABLED_SUITES to a comma-separated list of unneeded suite names to disable them; see the Environment and Config Guide.

“Not included” means that the suite is not part of the default edition baseline. It does not limit what can be built with Cabloy.

Highlights

  • One fullstack system — build backend and frontend together instead of assembling separate stacks
  • Bidirectional type sync — use the contract loop to keep backend contracts and frontend metadata aligned in both directions
  • CLI-first workflows — use explicit commands for scaffolding, generation, refactors, and verification
  • Docs and skills — give people and AI agents reusable, source-grounded guidance for the current repository
  • AI Spec-Driven Development — use Traceable Spec Delivery to connect product intent, contracts, bounded work, acceptance procedures, and verifiable evidence
  • Vona + Zova — use aligned backend and frontend layers for code sharing and cross-stack consistency
  • Modular delivery — organize capabilities as suites and modules, then deliver SSR, SPA, Web, and Admin applications with shared conventions

Technology Stack

General

Package Version
TypeScript ^5.9.3
Zod ^4.3.6

Backend (Vona)

Package Version
Koa ^3.2.0
Knex ^3.2.9
Redis Client (ioredis) ^5.10.1
SQLite Driver (better-sqlite3) ^12.9.0

Frontend (Zova)

Package Version
Vue ^3.5.32
Vite ^8.0.14
Quasar ^2.19.3
TanStack Query ^5.100.10
TanStack Form ^1.32.0
TanStack Table ^8.21.3

Shared Frontend Engineering Layer

  • Vue
  • Vite
  • Quasar tooling such as quasar dev and quasar build
  • TanStack libraries where applicable

Quasar is used here for engineering tooling rather than as the edition UI component library.

Edition-specific UI Layer

  • Cabloy Basic: DaisyUI + Tailwind CSS
  • Cabloy Start: Vuetify

Contributing

Contributions to the Cabloy framework, docs, and tooling are welcome.

Use the root package.json as the shared workflow entrypoint:

npm run init
npm run dev
npm run tsc
npm run test
npm run build

For more details, see:

Contribution guidelines:

  • prefer CLI-backed workflows with npm run vona and npm run zova
  • put user-facing and agent-facing guidance in cabloy.com
  • put maintainer rationale, architecture notes, and engineering ADRs in repo-docs-internal/
  • put product and business specifications, delivery plans, and suite-local ADRs in repo-specs/
  • verify framework changes with the narrowest meaningful checks first, then shared root scripts when broader confidence is needed

To report bugs or propose changes, use GitHub Issues or open a pull request in github.com/cabloy/cabloy.

Community

License

MIT

About

Cabloy is a Node.js fullstack framework for AI vibe coding, with AI Spec-Driven Development for traceable, evidence-backed delivery.

Topics

Resources

Contributing

Stars

971 stars

Watchers

23 watching

Forks

Releases

Used by

Contributors

Languages