storybook-tanstack-start
Installation
SKILL.md
storybook-addon-tanstack-start
Vite plugin + mock stubs + router context that make Storybook work with TanStack Start.
The Problem
TanStack Start has server-side code (createServerFn, SSR entry points, Nitro/Worker
entries) that crashes when Storybook tries to bundle it in the browser. This addon
intercepts those imports and replaces them with safe stubs.
Install
pnpm add -D storybook-addon-tanstack-start
One package — includes storybook-addon-tanstack-router as a dependency.