All Sources/reactbits
reactbits

reactbits

ReactBits starter + pro components

2 public components~30 min cache
Endpoint
https://proxy.collectui.pro/api/r/reactbits/{name}.json

Public 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_2026
REACTBITS_LICENSE_KEY=try_reactbits_public_2026

Install command

For first-time use, include shadcn@latest, then you can use shadcn directly to speed up installs.

@reactbits-starter
bash
npx shadcn@latest add @reactbits-starter/globe-tw
@reactbits-pro
bash
npx shadcn@latest add @reactbits-pro/hero-17