Launched this week

pudge-ui
A tech-stack-agnostic, UI design spec, written for agents.
8 followers
A tech-stack-agnostic, UI design spec, written for agents.
8 followers
A design system written for coding agents, and humans. No install, no components. Just specs that your agent reads to build skeuomorphic 2000s UI (Walkman, iPod, Nikon dials) in any stack, for any platform, any technology. Ships an MCP server. 90+ components, completely open-source with MIT.






The skeuomorphic throwback is genuinely charming, and feeding specs to my coding agent instead of installing a heavy lib feels like the right call. Curious to see how the MCP setup holds up on bigger projects.
@yeterz1o2 Thank you, we are glad you like it.
You can try the mcp server on any new or existing codebase of any stack. While we are optimistic about its performance, we also believe that there's still a lot more work that can be done, afterall, we are still at v0.2.0
we are currently testing some beta versions on our upcoming projects, so we are hopeful :)
Love that you zeroed in on the skeuomorphic 2000s aesthetic with real specs instead of just slapping a CSS framework together, the MCP server move is really smart for letting agents actually get it.
@azatv0rh Thanks a lot. While testing the initial internal versions of the design system (we used to call it chroma-01 earlier), we started with feeding the entire component directory to the agents in form a html file. While it did get the job done, we noticed the agents struggling and hallucinating with the implementation of movements, variants and different states of the components. After a deep research on the physical aspects and mechanical structure of each of these components, we ended up at the detailed specs which did not just give the agent the interface of the component, but also its implementation, possible movements, and depth model. We are glad you like it.
Love that it leans into skeuomorphic 2000s vibes instead of yet another flat minimal look. The idea of just feeding specs to a coding agent and skipping the install step actually sounds painless to try.