src/react.
Storybook lives in the dev-only storybook/ package. Use it to review the components that Veryfront ships without adding Storybook to the framework runtime.
Run the local workbench with deno task storybook:
deno task build:storybook:
veryfront/chat or src/react barrels. Do not copy framework components into stories.
Storybook must not become a public deno.json export.
Verify it worked
deno task storybookopens the workbench at the printed local URL and the chat stories render.deno task build:storybookwrites a static bundle tostorybook/distwithout errors.deno task storybook:checkpasses, confirming the package boundary (no framework code copied into stories, no public export added).