While validating your registry.json, I noticed a schema issue:
Duplicate item name detected: "tooltip" is defined more than once in the registry.
The shadcn registry format requires all component name fields to be unique, otherwise consumers may run into conflicts when resolving components.
I ran this through a registry validator aligned with the official schema; you can see the full validation output here (including details and context):
https://www.betterui.directory/registry-validator?url=https%3A%2F%2F8bitcn.com%2Fr%2Fregistry.json
Just flagging this in case it helps
While validating your registry.json, I noticed a schema issue:
Duplicate item name detected: "tooltip" is defined more than once in the registry.
The shadcn registry format requires all component name fields to be unique, otherwise consumers may run into conflicts when resolving components.
I ran this through a registry validator aligned with the official schema; you can see the full validation output here (including details and context):
https://www.betterui.directory/registry-validator?url=https%3A%2F%2F8bitcn.com%2Fr%2Fregistry.json
Just flagging this in case it helps