Three Jobs. One System.
Components are imported. Blocks are copied. Explorations are compared.
Components
IMPORTStable building blocks from shared libraries
These are production-ready atoms and molecules. Import them directly into your app.
import { Button } from '@stackmates/ui-interactive';Blocks
COPYComposable UI sections to copy into your app
These are working implementations with good bones. Copy the block and adapt.
Copy → Paste → Adapt to your domainExplorations
COMPAREDesign investigations before committing
Active experiments comparing multiple approaches. Pick the best design direction.
8 approaches → Compare → Decide → ProductionizeJump To
The Philosophy
Not every piece of UI is the same. Components are shared infrastructure - stable and tested. Blocks are composable sections - copy them and make them yours. Explorations are experiments - compare approaches before committing to production.