Storybook
Noun · Development
Definitions
An open-source tool for developing and showcasing UI components in isolation, outside of the main application. Each 'story' renders a component in a specific state, enabling visual testing, documentation, and design review without needing to navigate through the full app.
In plain English: A workshop tool that lets designers and developers view and test each piece of a user interface on its own, separate from the full app.
Example: "Check the Button stories in Storybook — every variant and loading state is already documented there."