Build beautiful UI components in isolation, ship faster
Develop UI components independently from business logic
Automatically generate docs and interactive examples
Visually test component states and edge cases
Hundreds of addons to extend functionality
See component changes in real-time
React, Vue, Angular, Svelte, Web Components, and more
# Initialize Storybook in your project
npx storybook@latest init
# Start development server
npm run storybook
# Build static site
npm run build-storybook