In 2023, the question was "can an LLM generate decent UI?". The answer turned out to be yes. In 2026, the question is "can the design system the LLM is generating for actually consume what it produces without drift?" That answer is almost always no — and the fix is on the design-system side, not the AI side.
The teams shipping fastest in 2026 share three things: tokens an agent can parse without rendering anything, components with prop shapes the agent can't violate without a type error, and a query surface (usually MCP) the agent can hit during a session. Everyone else copy-pastes from Storybook URLs, watches the agent invent color="dark-blue-2", and pretends that's fine.
This hub is the answer to that. Not a vendor pitch — the actual pieces, the shapes that work, the anti-patterns that don't, and how to migrate an existing system without throwing it out.