React components live in Storybook. Plain HTML/CSS/JS page templates (nav bars, heroes, galleries, footers) are dependency-free files you can open directly — no build step.
Interactive, themeable, browsable in both light and dark mode.
Open Storybook Select, DatePicker, TimePicker, PhoneInput, ImageCropPicker, Button, Navbar, Hero, Footer, AccountMenu →Structural page scaffolding for static (non-React) sites — open any of these directly.
Buttons/Hero/Navbar/Footer each come in three extra visual treatments (shape, typography, layout — not just a color swap), so sites don't default to the same look. Same idea exists as a `preset` prop on the React components — see Storybook's "Style presets"/"Preset:" stories on each component.