Registry
Connect your app to Oros UI and install components with the shadcn CLI.
Configure
Add the Oros namespace to your app's components.json before installing a component. The production registry URL below works anywhere the app can reach the public internet.
{
"registries": {
"@oros": "https://ui.oros.markets/r/{name}.json"
}
}Install
pnpm dlx shadcn@4.13.0 add @oros/buttonQuality checks
All 70 registry items have been installed individually in a new Next.js app and together as a complete catalog. Both setups pass typechecking and production builds, and the installed source uses the destination app's own import aliases.