Storybook
Living component documentation. Storybook 10.3 (April 2026) ships a native MCP server for React, A11y overhaul (2728→1249 violations, -54%), CSF Factories Preview (auto Component Manifest), Vitest addon. Brad Frost / Dominic Nguyen 2026: *Storybook is your design system's API for AI*.
Strengths
- Living documentation: components testable in isolation in the browser
- Native interaction tests (play functions), visual and behavioral tests combined
- Storybook 9: native Vitest integration, no separate jest needed
- Args controls: test all variants without changing code
Limitations
- Heavy initial config, .storybook/, addons, provider wrappers to configure
- Maintaining stories time-consuming when component API changes frequently
- Chromatic (visual regression) paid beyond one project, cost scales fast
Best for
- Internal design systems with multiple consumers
- Open-source UI libraries needing interactive documentation