This section documents the Mzizi registry — the shipping design system served at
mzizi.dev — not Mzizi-lang. The ecosystem page draws
the line.
How blocks work
Blocks are composed entirely from registry components, following the application layers — domain composites built from shared primitives. The registry publishes 105 items of typeregistry:block, so many blocks are directly
installable. The pages in this section document the composition patterns behind the common
ones, which is what you need when you are building a variant rather than taking the default.
Available patterns
Dashboard
Stats, charts, sidebar layout and data tables.
Authentication
Sign in, sign up and password reset.
Sidebar
Collapsible sidebar with navigation groups and a user menu.
Building with a block
- Install the components the block needs from the registry.
- Follow the composition pattern.
- Replace the content and data with your own.
- The block inherits your token layer automatically — it references semantic tokens, not values.