Skip to Content
Overview

Registry

The Circle Health Registry serves installable components for Circle Health products through the shadcn CLI. Consumers copy components into their own codebase, own the generated files, and can edit them locally.

The Registry has four layers. Components are small primitives. Blocks combine them into product modules. Utilities provide behavior without a UI workflow. Themes provide the tokens that style all three.

Where to go

PageUse it for
InstallConfigure a consumer and install its first item.
ConceptsRegistry ownership, namespaces, dependencies, and generated output.
ComponentsActions, form controls, navigation, layout, and content primitives.
BlocksFlows, commerce, booking, media, reporting, and patient-results patterns.
UtilitiesAnalytics helpers and browser tools with no UI workflow attached.
ThemesThe token sets available to Circle Health surfaces.
Sample DataSynthetic PDFs and brands for development and demos.
SkillsCopy-review and link-check skills.

Source of truth

Authored React source lives under packages/ui and registry/. The registry build writes shadcn-compatible JSON to apps/docs/public. Do not hand-edit generated registry JSON.

The documentation and public payloads ship from the same host: registry.circle.health.

Last updated on