What if your design system didn't need to ship components in a component library? From an engineering standpoint, most of a design system's maintenance overhead is creating and shipping components for a specific framework coupled to a styling system of some kind.
I've been asking the same thing on Medium.
And then built a POC to see if it would work and made it available in Github.
If using AI agents, component libraries break free of framework and style constraints by generating components at build time from prompts and generator functions. They're still driven by design through tokens and themes, but without prebuilt components. It gets even better when using RAG for distribution and documentation, eliminating tools like Storybook in favor of on-demand generation by AI agents using the system itself, not a collection of stories or API documentation.
Top comments (0)