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
Postcard
Interactive postcard with flip animation and vintage effects.
npx shadcn@latest add https://ui.collectivecreation.company/postcard.jsonCalendar
Timeline calendar for visualizing events over time.
npx shadcn@latest add https://ui.collectivecreation.company/calendar.jsonSchema
Registry items follow the shadcn registry schema. Each item includes:
name- Unique identifiertype-registry:uifor UI componentstitle- Display namedescription- Short descriptiondependencies- npm dependencies requiredregistryDependencies- Other shadcn components requiredfiles- 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.