Dummy notes about tokens, components, and how Emma & Buddy reuses the base UI.
Tokens first
All colors, spacing, and type scale flow through the token pipeline:
primitives → theme → colors.css → global.css @theme → Tailwind utilities
Use names like text-foreground-secondary and bg-background-secondary instead
of raw hex values.
Resource UI pieces
The archive and article pages reuse the existing resource components:
ResourcesHeroResourceListWithSidebarResourceCardResourcesLayoutfor single articles
Scope of this branch
Emma & Buddy intentionally ships only:
| Route | Purpose |
|---|---|
/ | Homepage shell |
/resources | Archive index |
/resources/{category}/{slug} | Single resource |
/search | Search results archive |