What problem does it solve?
Frontend development in the mb-framework often suffers from inconsistent design token usage, lack of accessibility, and ad‑hoc component creation, leading to technical debt and UI inconsistencies.
Core Features & Use Cases
- Component Audit: Automatically scans design tokens, existing components, and UI references before any code changes.
- Atomic Design Enforcement: Guides creation of atoms, molecules, organisms, templates, and pages according to a strict hierarchy.
- Design Token Compliance: Ensures all styling derives from the project's design system, preventing hard‑coded values.
- Accessibility Assurance: Embeds WCAG‑compliant checks and ARIA requirements into the development flow.
- Test‑Driven Development: Generates failing tests from templates, runs red‑green‑refactor cycles for every UI addition.
Quick Start
Create a responsive Card component following the existing design tokens and atomic design guidelines.