Advertisement · 728 × 90

Posts by Storybook

Storybook Astro — Community Storybook Framework for Astro

If you're using @astro.build you may have noticed that you can't use @storybook.js.org to document your Astro components.

Things have changed lately thanks to github.com/slawekkolodz....

I'll give storybook-astro.org a try this week and so should you 🎉

2 days ago 13 4 0 0

🎟️ Register here: us02web.zoom.us/webinar/regi...

6 days ago 0 0 0 0
what's next for storybook and AI webinar invitation

what's next for storybook and AI webinar invitation

AI agents are changing frontend dev and Storybook is evolving to keep up.

Join our session where we share what’s next:
✨ review only changed stories
⚡ faster setup with agents
🧩 10x faster, more complete docgen
🛠 skills with Storybook

Register for the live Q&A + to receive the recording👇

6 days ago 2 1 1 0
Preview
Storybook 10.3: MCP, a11y improvements, & workflow upgrades Component-driven development for humans and agents

Get started:

- npm create storybook@latest

Or upgrade:

- npx storybook@latest upgrade

And read the post for more details:

storybook.js.org/blog/storybo...

1 week ago 3 0 0 0

Lots of ecosystem and community updates, too:

⚡ @vite.dev 8
▲ @nextjs.org 16.2
📝 @eslint.org 10
🅰️ @angular.dev 21
🦀 CLI init support for Rsbuild
⚡️ @preactjs.com support for Vitest addon
🤘 Community @vike.dev integration
🚀 Community @astro.build framework (experimental)

1 week ago 9 4 2 0
// CSF 3
import type { Meta, StoryObj } from '@storybook/your-framework';
import Button from './Button';

const meta = { component: Button } satisfies Meta<typeof Button>;
export default meta;

type Story = StoryObj<typeof meta>;

export const Primary: Story = {
  args: { label: 'Button', primary: true }
};

// CSF Factories - Less boilerplate and no type assignments! 🎉
import preview from '../.storybook/preview';
import Button from './Button';

const meta = preview.meta({ component: Button });

export const Primary = meta.story({
  args: { label: 'Button', primary: true }
});

// CSF 3 import type { Meta, StoryObj } from '@storybook/your-framework'; import Button from './Button'; const meta = { component: Button } satisfies Meta<typeof Button>; export default meta; type Story = StoryObj<typeof meta>; export const Primary: Story = { args: { label: 'Button', primary: true } }; // CSF Factories - Less boilerplate and no type assignments! 🎉 import preview from '../.storybook/preview'; import Button from './Button'; const meta = preview.meta({ component: Button }); export const Primary = meta.story({ args: { label: 'Button', primary: true } });

We expanded CSF Factories support to include React, Vue, Angular, and Web components projects. They feature better type safety and are more ergonomic for both people and agents as they write stories.

1 week ago 1 0 1 0
Accessibility. 1249 violations, 263 components, 1226 total tests. Accessibility violations charted from Oct 8 2025 thru Jan 5, 2026. On Nov 13, 2025, they decline sharply from 2728 to the current 1249.

Accessibility. 1249 violations, 263 components, 1226 total tests. Accessibility violations charted from Oct 8 2025 thru Jan 5, 2026. On Nov 13, 2025, they decline sharply from 2728 to the current 1249.

We applied Storybook’s component accessibility testing to Storybook’s own UI and reduced our violations by more than half. That includes better ARIA semantics, stronger keyboard navigation and focus management, better contrast, reduced-motion refinements, and more.

1 week ago 4 0 3 0
Preview
Storybook MCP for React Storybook-powered agentic UI development

Storybook MCP for React brings Storybook’s component development, documentation, and testing abilities to your AI agents, helping them build UI faster, cheaper, and more reliably.

Support for Vue, Angular, and Web components coming soon!

Read our post:

storybook.js.org/blog/storybo...

1 week ago 1 0 1 0
Preview
Storybook 10.3: MCP, a11y improvements, & workflow upgrades Component-driven development for humans and agents

Storybook 10.3 is out!

✨ Storybook MCP for React
♿ A11y overhaul fixes 100s of issues
🧑‍💻 CLI overhaul for faster, more reliable install
💅 New Viewports and Zoom UI
✅ New onboarding guide
🏭 Type-safe CSF factories for Vue, Angular, and Web Components

Take a look ⤵️

1 week ago 44 11 1 2
Advertisement

🔗 save your spot: us02web.zoom.us/webinar/regi...

2 weeks ago 0 0 0 0
storybook mcp ama webinar

storybook mcp ama webinar

Want to hear directly from the team behind Storybook MCP?

Join our live AMA where we’ll cover why we built an MCP server, how agents helped us move faster with more rigor, our eval tooling, and what’s next.

🗓️ Tuesday, March 31, 2026
​⏰ 2:00 pm EDT / 20:00 CET

Register in comments👇

2 weeks ago 4 1 2 1
MCP is here. Video icon. Storybook AMA. Tuesday, Mar 31. 2:00 PM EDT / 20:00 CEST

MCP is here. Video icon. Storybook AMA. Tuesday, Mar 31. 2:00 PM EDT / 20:00 CEST

Want to see it live? Join the Storybook team Tuesday, 3/31 at 2 PM EDT for a live demo and Q&A:

us02web.zoom.us/webinar/regi...

3 weeks ago 1 0 0 1
Preview
Storybook MCP for React Storybook-powered agentic UI development

Storybook MCP is available today, for React projects.

Check the post for more details and instructions to get started.

storybook.js.org/blog/storybo...

3 weeks ago 1 1 1 0
Video

Agents can run component and accessibility tests with Storybook MCP and they’re given the right context to fix most issues themselves.

If they need human judgement, e.g. to resolve a color contrast issue, they’ll ask you for it.

3 weeks ago 0 0 1 0
GitHub Copilot agent presenting live story previews after completing its work.

GitHub Copilot agent presenting live story previews after completing its work.

Review agentic UI work without leaving the chat.

When agents finish their work, Storybook MCP embeds live story previews and/or links to full generated stories.

3 weeks ago 0 0 1 0
Preview
Published Storybook MCP servers Give your entire organization access to a shared MCP instance to improve generated code quality. Chromatic manages publishing, auth, and versioning.

It also makes Storybook more useful as a shared source of truth for agent workflows. You can publish your Storybook MCP on Chromatic and turn it into a shared, secure, versioned endpoint for your entire team:

www.chromatic.com/blog/introdu...

3 weeks ago 1 0 1 0
All numbers compare Baseline vs. MCP Docs. Quality: 12.8% improved code usage. Speed: 2.76x faster duration. Cost: 27% fewer tokens used.

All numbers compare Baseline vs. MCP Docs. Quality: 12.8% improved code usage. Speed: 2.76x faster duration. Cost: 27% fewer tokens used.

Storybook MCP forces agents to use your components instead of making up slop. It produces higher quality code, faster, and with less tokens.

3 weeks ago 4 0 1 0
Video

Storybook MCP for React is here 🎉

Storybook MCP gives AI agents structured context from your components and design system to build better UI the first time.

🧵 ⤵

3 weeks ago 35 7 5 1
Advertisement
Preview
Some big updates to Story UI today. Three of them, actually! For those unfamiliar, Story UI is an open source tool we built at Southleft that lets you generate real layouts from your design system… |... Some big updates to Story UI today. Three of them, actually! For those unfamiliar, Story UI is an open source tool we built at Southleft that lets you generate real layouts from your design system co...

Three big Story UI updates:

→ Voice Canvas (generate Storybook stories by voice)

→ Multi-framework support (Vue, Angular, Svelte, Web Components)

→ Multi-provider LLM support (Claude, OpenAI, Gemini). Free, open source.

Full details: www.linkedin.com/posts/tpitre...

3 weeks ago 5 2 0 0

🎟️ save your spot: us02web.zoom.us/webinar/regi...

4 weeks ago 2 1 0 0
how to ship ui with storybook mcp webinar

how to ship ui with storybook mcp webinar

What can an AI agent actually do with Storybook?

Join us Thursday, March 19 for a live webinar with Dominic Nguyen and Kyle Gach on Storybook MCP and building UI from a single prompt.

Register in comments 👇

4 weeks ago 6 1 1 0

🎟️ save your spot: us02web.zoom.us/webinar/regi...

1 month ago 0 0 0 0
how to ship ui with storybook mcp webinar

how to ship ui with storybook mcp webinar

AI agents write better UI with the right context. Storybook MCP gives them access to your components, stories & tests so they can build, preview & validate UI from a single prompt.

Join us for a walkthrough of the workflow + a sneak peek of upcoming features. Link in comments 👇

1 month ago 7 2 1 0

thank you! we should just build the picker into the menu 🤣

1 month ago 2 0 0 0

Storybook 💙 npmx

Today @npmx.dev launches its alpha. What this community has built in just a few months is unreal. The vibes, the speed, the culture. The best thing happening in the JS ecosystem right now.
We're proud to be collaborating on bringing component stories to the npm browsing experience.

1 month ago 44 4 0 1

🤣 aren't we all just floating heads on the internet

1 month ago 1 0 0 0

🎟️ Register here: us02web.zoom.us/webinar/regi...

1 month ago 0 0 0 0
Advertisement
Chromatic Webinar - How GitHub does Frontend Performance

Chromatic Webinar - How GitHub does Frontend Performance

Frontend perf gets deferred until UX lags & you’re debugging in prod.

Matthew Costabile (@github.com) is joining Dominic Nguyen (Chromatic) live on GitHub’s approach, their new Storybook perf addon & how component-first measurement complements prod monitoring.

Register in comments👇

1 month ago 5 1 2 0
Preview
Storybook MCP sneak peek Generate code with your components faster using fewer tokens

🔗 storybook.js.org/blog/storybo...

1 month ago 2 1 1 0
kickstart ds storybook mcp output

kickstart ds storybook mcp output

kickstart ds storybook mcp prompt

kickstart ds storybook mcp prompt

KickstartDS built an example of what Storybook MCP is meant for: a page generated from a simple command with a key constraint to use only components from their design system.

This keeps the results in-system and on guardrails.

Learn more about Storybook MCP & sign up below 👇

1 month ago 6 0 1 1