Component catalog for vUi primitives and vBlocks sections. Queryable JSON registry, frozen at build time. npm + CDN dual distribution. vCli and external tools consume it to scaffold from component name.
npm install @booga/vregistryimport { registry, findById, findByCategory } from "@booga/vregistry";
findById("hero-split"); // RegistryEntry | undefined
findByCategory("block"); // RegistryEntry[]
registry.entries; // readonly, sorted by idhttps://cdn.jsdelivr.net/npm/@booga/vRegistry@0.1.0/dist/registry.json
vregistry build # rescan vUi + vBlocks, emit dist/registry.jsonMIT © 2026 bvasilenko