Every component library starts somewhere. This is the simplest possible interactive
component: a button that increments a counter. No animation, no state machine, just
useState and a click handler.
The value here is infrastructure: the surrounding scaffolding handles schema validation, Shiki source highlighting at build time, and Next bundling the component for live rendering in the frame. The real components built on top of this pipeline are the ones in the rest of the catalog.