npx @booga/vcli demo to see the vBlocks marketing page in your browser with zero install.
Scaffold a pre-populated Vite + React + vBlocks project with one command. Add components from the registry, build with vSsg, lint with vLint.
Shadcn-style add: source lives in your repo, no runtime dep on the CLI.
The StackBlitz badge opens the demo/ source (the exact composition booga demo serves) in a live one-click sandbox. The local-shell equivalent is npx @booga/vcli demo, which spawns a Node HTTP server on a free port and opens your browser to the bundled preview.
npx @booga/vcli demobooga init my-site
cd my-site && bun run devPass --template=blank for a bare Vite + React + Tailwind + vUi starter with no vBlocks deps.
bun add -g @booga/vcli| Command | Description |
|---|---|
booga demo |
serve bundled vBlocks marketing page (zero install) |
booga init [name] |
scaffold pre-populated vBlocks project (default) |
booga add <id>... |
add component(s) from registry |
booga list [--category=] |
print registry |
booga build [--config=] |
build with vSsg |
booga check |
lint with vLint |
vcli.config.json at project root:
{
"componentsDir": "src/components",
"packageManager": "bun"
}MIT (c) 2026 bvasilenko
Code of conduct: https://www.contributor-covenant.org/version/2/1/code_of_conduct/