shadcnstudio
shadcn/studio free + premium registries
https://proxy.collectui.pro/api/r/shadcnstudio/{name}.jsonConfigure the registry and MCP (quick setup via Copy to Agent on this page) and your agent can drive the entire component library for development — no need to bulk-download components in advance.
High-frequency, sustained bulk fetching puts the upstream license key at risk and is strictly prohibited. Once detected, the key is banned immediately with no refund.
Normal CLI and MCP usage never triggers this.
If you need a backup, use the provided repositories (pre-fetched snapshots, maintained and updated monthly).
Public Components
components.json Configuration
Add the config below to your project's components.json. For shadcn/studio, don't copy the official domain directly; switch all registry URLs to this proxy's entry and keep the official parameter names for CLI compatibility.
"registries": {
"@shadcn-studio": "https://proxy.collectui.pro/api/r/shadcnstudio/{style}/{name}.json",
"@ss-components": {
"url": "https://proxy.collectui.pro/api/r/shadcnstudio/components/{style}/{name}.json",
"params": {
"email": "${EMAIL}",
"license_key": "${LICENSE_KEY}"
}
},
"@ss-blocks": {
"url": "https://proxy.collectui.pro/api/r/shadcnstudio/blocks/{style}/{name}.json",
"params": {
"email": "${EMAIL}",
"license_key": "${LICENSE_KEY}"
}
},
"@ss-themes": {
"url": "https://proxy.collectui.pro/api/r/shadcnstudio/themes/{name}.json",
"params": {
"email": "${EMAIL}",
"license_key": "${LICENSE_KEY}"
}
}
}Public trial credentials
Define environment variables in .env.local, then fill in the trial or paid values distributed by the proxy. For shadcnstudio, the official EMAIL / LICENSE_KEY field names are reused, but LICENSE_KEY is the proxy-issued key, not the official license key.
EMAIL=proxy@collectui.pro
LICENSE_KEY=try_shadcnstudio_public_2026EMAIL=proxy@collectui.pro
LICENSE_KEY=try_shadcnstudio_public_2026Install command
For first-time use, include shadcn@latest, then you can use shadcn directly to speed up installs.
npx shadcn@latest add @shadcn-studio/button-01npx shadcn@latest add @ss-components/data-table-01npx shadcn@latest add @ss-blocks/pricing-component-04npx shadcn@latest add @ss-themes/art-deco