Create UI's that actually look beautiful.
- Python version 3.7 or higher
- pip
- minimum knowledge with programming OR vibe coding tools.
This project is hugely inspired by this twitter thread by Jason Zhou. The prompts are mostly stolen from his thread.
pip install ui-setup
Well, the idea here is quite simple:
---
config:
theme: dark
look: handDrawn
layout: dagre
---
flowchart TD
A["find a website that looks cool"] --> B["you give it the URL"]
B --> C["the AI clones it"]
C -- The cloning looks good --> D["AI creates a style.md file teaching your agents how to create pages in that exact same style"]
D --> E["you make changes in the style.md file so it has your personality"]
E --> F["🎉 Now your AI agents can generate consistently generate beautiful pages!"]
C -- It looks ass --> G["you keep refining the prompt until it looks nice"]
G -- It still doesn't look nice --> H["You either"]
H --> I["try another website"] & J["cry"]
Look at our website. It was 100% generated using Claude Haiku 4.5 and Claude Sonnet 4.5, all based on a style.md file generated by UI-Setup.
You can go to the website here, and acess the repo here

