TIL: Storybook's --output-dir flag produces a fully static, hostable build
You don't need to run a dev server to share a Storybook. One build command produces a static HTML/JS bundle you can deploy to any host — Netlify, GitHub Pages, S3.
Read article →