Storybook
ELI5 — The Vibe Check
Storybook is like a showroom for your UI components. You build each component in isolation, see every variant, and never have to click through your whole app just to check if a button looks right. It's a component catalog that doubles as documentation.
Real Talk
Storybook is an open-source tool for building, documenting, and testing UI components in isolation. It provides a sandbox environment where developers can render components with different props, states, and scenarios outside the main application.
When You'll Hear This
"Check the Storybook before building, the component already exists" / "Our designers review everything in Storybook before it goes to prod"
Related Terms
Lit
Lit is Google's way of saying 'Web Components don't have to be painful.
shadcn/ui
shadcn/ui said 'what if instead of installing a component library, you just... copy the code into your project?
Web Components
Web Components are the browser's native component system. Custom elements, shadow DOM, templates - no framework needed.