Storybook
Storybook is the industry-standard frontend workshop for building, documenting, and testing UI components in isolation. It supports React, Vue, Angular, Svelte, Web Components, and a dozen other frameworks. Developers write stories capturing component states, use addons for interaction testing, accessibility auditing, visual testing, and design integration, and publish component documentation for design systems and component libraries. Storybook 10+ includes an MCP server enabling AI agents to understand components, generate stories, and run tests. The project is open source (MIT) and maintained by the storybookjs GitHub organization.
APIs
Storybook
Storybook is an open-source frontend workshop for building UI components and pages in isolation. Supports React, Vue, Angular, Svelte, Web Components, Ember, Preact, and more. C...
Storybook MCP Server
The Storybook MCP (Model Context Protocol) server enables AI agents to interact with a running Storybook instance. Available as the @storybook/addon-mcp addon (runs within the d...