ComponentArchitecture
How components are organized/composed — the editorial serif/mono design system Localz uses deliberately avoids shadcn (see round 1 NOTES.md).
Why we need this / what value this brings
A consistent component structure makes the codebase navigable as it grows past what one person can hold in their head.
When to use this
Establish early and document once the pattern stabilizes — don't let every contributor invent their own structure.
How to use or implement this
Follow the existing editorial serif/mono system's conventions (see round 1 NOTES.md) rather than introducing shadcn or a different pattern.
Research questions
- What's the actual component hierarchy convention in frontend/src/components/ — worth documenting once it stabilizes.
Empty folder — drop notes, links, and findings here as you research.