Right now, you can get functional UIs from LLMs, but getting them to follow a coherent design system is still unreliable.
Google's attempt at solving this problem is with DESIGN.md files. These are structured descriptions of design systems that agents can follow when generating interfaces.
I'm building a public, open library for discovering and sharing Design.md files.
albemala•51m ago
Google's attempt at solving this problem is with DESIGN.md files. These are structured descriptions of design systems that agents can follow when generating interfaces.
I'm building a public, open library for discovering and sharing Design.md files.
The project has two parts:
- a public GitHub repo of Design.md files: https://github.com/albemala/design-md-library
- a simple frontend where you can browse the designs: https://design-md-web.pages.dev/
The project is very early, but already usable:
- You can browse a growing set of design systems
- Each one is copyable and ready to use in prompts or workflows
- The repository is open to contributions
I'm adding new, original Design.md files every day, and contributions are very welcome.
I would be interested in feedback from people building with LLMs:
- Would you use something like this in real projects?
- What is missing for it to be useful?
- What would stop you from contributing?