What problem does it solve?
Provides a rigorous, opinionated set of UI/UX engineering standards for Rust-based desktop apps (Tauri) using React and Tailwind, ensuring consistency, performance, and security across teams.
Core Features & Use Cases
- Dead Code Zero Tolerance: remove unused CSS classes and code paths to keep builds clean and maintainable.
- Tailwind CSS v4 Engine Mode: enforce correct initialization and avoid invalid utilities, promoting scalable, predictable styling.
- AEC Design Constitution: apply precise layout, typography, and color semantics to deliver predictable, instrument-like interfaces.
- Production Hygiene: maintain clean build artifacts and enforce export/import discipline for production readiness.
Quick Start
Start a new project following the Clean Hands doctrine, configure Tailwind v4 as specified, and enforce the Rigid Frame and Typography rules during initial setup.