llms.txt Content
# Storybook
> Storybook is a frontend workshop for building UI components and pages in isolation. It helps with UI development, testing, and documentation.
Current version: Version 10.3 (10.3)
## Documentation
- [Storybook Docs](https://storybook.js.org/docs): Main documentation
- [Full Documentation (Markdown)](https://storybook.js.org/llms-full.txt): Complete documentation in plain text for LLM consumption
## Markdown Access
Append `.md` to any docs URL to get clean markdown with code examples:
- `https://storybook.js.org/docs/writing-stories/decorators.md`
- `https://storybook.js.org/docs/9/writing-stories/decorators.md` (Version 9)
### Query Parameters
All markdown endpoints (`.md` URLs and `llms-full.txt`) support these query parameters:
- `renderer` - Framework filter for code snippets (default: `react`). Options: `react`, `vue`, `angular`, `svelte`, `web-components`, `solid`, `preact`, `html`, `ember`, `qwik`
- `language` - Language filter for code snippets (default: `ts`). Options: `ts`, `js`
- `codeOnly` - When `true`, returns only the code snippets without prose
Examples:
- `GET /docs/writing-stories/decorators.md?renderer=vue&language=ts`
- `GET /docs/writing-stories/decorators.md?codeOnly=true`
- `GET /llms-full.txt?renderer=angular&language=js`
### Versioned Access
Prefix the path with a version slug for older versions:
- `/docs/9/get-started.md` — Version 9
- `/docs/8/get-started.md` — Version 8
Full documentation dump for older versions:
- `/llms-full.txt?version=9` — Version 9
- `/llms-full.txt?version=8` — Version 8
## Docs Pages
- /docs/get-started
- /docs/get-started/why-storybook
- /docs/get-started/install
- /docs/get-started/frameworks/angular
- /docs/get-started/frameworks/nextjs-vite
- /docs/get-started/frameworks/nextjs
- /docs/get-started/frameworks/preact-vite
- /docs/get-started/frameworks/react-vite
- /docs/get-started/frameworks/react-webpack5
- /docs/get-started/frameworks/react-nat