Registry

The Collective Creation UI registry is a collection of open-source components that can be installed into any shadcn-compatible project.

How it works

Each component is published as a JSON file following the shadcn registry schema. The shadcn CLI reads these files and copies the component source code into your project.

Direct URLs

  • Main registry: https://ui.collectivecreation.company/registry.json
  • Postcard: https://ui.collectivecreation.company/postcard.json
  • Calendar: https://ui.collectivecreation.company/calendar.json

Available components

Schema

Registry items follow the shadcn registry schema. Each item includes:

  • name - Unique identifier
  • type - registry:ui for UI components
  • title - Display name
  • description - Short description
  • dependencies - npm dependencies required
  • registryDependencies - Other shadcn components required
  • files - Array of files to install

Future

We plan to submit this registry to the Shadcn Registry Index once we meet all requirements. Follow our progress on GitHub.