All Sources/shadcn-space
shadcn-space

shadcn-space

Shadcn Space Pro Blocks

1 public component~30 min cache
Endpoint
https://proxy.collectui.pro/api/r/shadcn-space/{name}.json

Public Components

hero-15

components.json Configuration

Add the config below to your project's components.json. Auth matches the library; url points to this proxy.

json
"registries": {
  "@shadcn-space": {
    "url": "https://proxy.collectui.pro/api/r/shadcn-space/{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. Variable names stay consistent with the upstream config.

bash
EMAIL=trial@collectui.pro
LICENSE_KEY=try_shadcn-space_public_2026
EMAIL=trial@collectui.pro
LICENSE_KEY=try_shadcn-space_public_2026

Install command

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

@shadcn-space
bash
npx shadcn@latest add @shadcn-space/hero-15