reui
ReUI Pro Blocks
1 public component~30 min cache
Endpoint
https://proxy.collectui.pro/api/r/reui/{name}.jsonPublic Components
blog-3
components.json Configuration
Add the config below to your project's components.json. Auth matches the library; url points to this proxy.
json
"registries": {
"@reui": {
"url": "https://proxy.collectui.pro/api/r/reui/{style}/{name}.json",
"headers": {
"Authorization": "Bearer ${REUI_LICENSE_KEY}"
}
}
}Public trial credentials
Define environment variables in .env.local, then fill in the trial or paid values distributed by the proxy. Variable names stay consistent with the upstream config.
bash
REUI_LICENSE_KEY=try_reui_public_2026REUI_LICENSE_KEY=try_reui_public_2026Install command
For first-time use, include shadcn@latest, then you can use shadcn directly to speed up installs.
@reui
bash
npx shadcn@latest add @reui/blog-3