Claude Opus 4.7
Richer build- Visual polish
- 8 / 10
- Code quality
- 9 / 10
- Spec adherence
- 10 / 10
- Would you ship it?
- With minor edits
The architecture is the standout. State lives on <html> as data-theme / data-accent / data-density, so theming + accent + density are all pure CSS — no JS style writes, no per-element class flipping. 90 CSS custom properties, 86 ARIA usages, 31 explicit role attributes, and six media-query breakpoints. Reads like something a senior dev wrote on purpose.
The polish is "stock SaaS-good," not "designer-good." Type rhythm, spacing, hover states are all correct; nothing is wrong. But the overall feel is the safe interpretation of the brief — solid, readable, slightly utilitarian. The W3C validator also flags 14 errors, almost all the same pattern: <button> elements missing type="button" plus a handful of misplaced aria-pressed. Mechanical to fix; ship-it after a 5-minute pass.