The open source registry index is a list of all the open source registries that are available to use out of the box. When you runDocumentation Index
Fetch the complete documentation index at: https://mintlify.com/shadcn-ui/ui/llms.txt
Use this file to discover all available pages before exploring further.
shadcn add or shadcn search, the CLI will automatically check the registry index for the registry you are looking for and add it to your components.json file.
You can see the full list at https://ui.shadcn.com/r/registries.json.
Adding a Registry
- Add your registry to
apps/v4/registry/directory.json - Run
pnpm registry:buildto updateregistries.jsonfile. - Create a pull request to https://github.com/shadcn-ui/ui
Requirements
- The registry must be open source and publicly accessible.
- The registry must be a valid JSON file that conforms to the registry schema specification.
- The registry is expected to be a flat registry with no nested items i.e
/registry.jsonand/component-name.jsonfiles are expected to be in the root of the registry. - The
filesarray, if present, must NOT include acontentproperty.
registry.json