reactbits
ReactBits starter + pro components
2 public components~30 min cache
Endpoint
https://proxy.collectui.pro/api/r/reactbits/{name}.jsonPublic Components
starter/globe-twpro/hero-17
components.json Configuration
Add the config below to your project's components.json. Auth matches the library; url points to this proxy.
json
"registries": {
"@reactbits-starter": {
"url": "https://proxy.collectui.pro/api/r/reactbits/starter/{name}.json",
"headers": {
"Authorization": "Bearer ${REACTBITS_LICENSE_KEY}"
}
},
"@reactbits-pro": {
"url": "https://proxy.collectui.pro/api/r/reactbits/pro/{name}.json",
"headers": {
"Authorization": "Bearer ${REACTBITS_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
REACTBITS_LICENSE_KEY=try_reactbits_public_2026REACTBITS_LICENSE_KEY=try_reactbits_public_2026