> For AI agents: the complete documentation index is available at /llms.txt, the full documentation bundle is available at /llms-full.txt.

# Framework

Storybook supports many frontend stacks—React, Vue, Web Components, and more. Use this section to learn how to add or extend framework support when working with Storybook Rsbuild.

:::info
For detailed contribution guidance, see [Contributing a Storybook framework](https://storybook.js.org/docs/contribute/framework).
:::

## Supported frameworks

| Framework          | Documentation                                      | Source                                                                                                 | npm package                                                  |
| ------------------ | -------------------------------------------------- | ------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------ |
| React              | [Framework - React](/guide/framework/react.md)     | <SourceCode href="https://github.com/rstackjs/storybook-rsbuild/tree/main/packages/framework-react" /> | [npm](https://www.npmjs.com/package/storybook-react-rsbuild) |
| Vue 3              | [Framework - Vue 3](/guide/framework/vue.md)       | <SourceCode href="https://github.com/rstackjs/storybook-rsbuild/tree/main/packages/framework-vue3" />  | [npm](https://www.npmjs.com/package/storybook-vue3-rsbuild)  |
| Vanilla JavaScript | [Framework - Vanilla](/guide/framework/vanilla.md) | <SourceCode href="https://github.com/rstackjs/storybook-rsbuild/tree/main/packages/framework-html" />  | [npm](https://www.npmjs.com/package/storybook-html-rsbuild)  |
