Capítulo 8 de 108
The Registry Directory lists community registries built into the CLI, installable with no extra config via npx shadcn add @<registry>/<component>. It also links to the docs for running your own custom registry.
@<registry>/<component> syntax without any components.json registry config, unlike private/namespaced registries which require explicit setup.shadcn CLI can run your own registry to distribute custom components, hooks, pages, config, rules, and other files to any project.npx shadcn add @<registry>/<component>
components.json configuration; only custom/private ones need the registries field (see components.json chapter).registry.json schema and shadcn build flow as any custom distribution.registry.json).registries field is where private/namespaced registries (not in this directory) get configured.add, search/list, view, and build are the commands used against any registry, built-in or custom.