Welcome to the new home for Storybook's main website and documentation. It is mainly built around Next.js, Tailwind, Turborepo and obviously Storybook ✌️
This project is structured around Turborepo. This doesn't include all projects just yet but we are importing all the pieces together slowly. Here are the main components of it:
apps/frontpage- Main website + Docspackages/utils- Any functions useful across appspackages/ui- Component library across apps
Install all dependencies
Fetch docs from the monorepo
Generate redirects file
Generate Storybook version metadata from npm dist-tags
Run all apps locally
Build all apps locally
Clean the monorepo. You'll have to install dependencies again after running this command with
npm install
- Tweeting via @storybookjs
- Blogging at storybook.js.org and Medium
- Chatting on Discord
- Videos and streams at YouTube

