Skip to main content
The Mzizi registry follows the shadcn registry schema.

The manifest

registry.json at the repository root is the single source of truth for every registry item:

An item

The file object

Item types

Counts read from GET https://mzizi.dev/api/v1/ui on 11 September 2026. They move; read the endpoint rather than this table.

API response format

GET /api/v1/ui/{name} returns the manifest entry enriched with inlined source:
content carries the complete, installable source.

The index

GET /api/v1/ui returns every item without source:
The registry’s name is mzizi. An earlier version of this document said mukoko; the manifest is the authority and it does not.

Static build output

pnpm registry:build writes one JSON file per item:
Each file carries the same shape as the API response, inlined source included.