This v0.dev clone is rewriting itself into something else
An open-source UI generator that runs through GitHub issues is pivoting to become a generic "GitHub-as-MCP-host" platform.

What it does Dewhale generates UI code from natural language prompts submitted as GitHub issues. It uses GPT-4 with a carefully engineered prompt targeting shadcn/ui, Lucide icons, and Nivo charts, then commits the result back to your repo. The whole workflow lives inside GitHub: version control, reviews, and private repos included.
The interesting bit The prompt itself is the product. It’s open-sourced, editable, and designed to be plucked out and dropped into your own workflow — whether that’s a v0.dev-like web app or something else entirely. The author also notes you can trim unused component instructions (say, charts) to cut token costs per generation.
Key highlights
- Runs entirely through GitHub issues and commits; no separate platform to manage
- Prompt is exposed and hackable at
prompts/ui-gen.md - Supports switching to cheaper AI models beyond GPT-4
- Stargazers get 3 free trials via quota management
- Generated code lives in real repos with normal GitHub permissions
Caveats
- The project is actively being rewritten; v2 will be a “general github-as-a-mcp-host project” and the author suggests forking if you want the current UI generation functionality
- The “seamless” GitHub integration is just… using GitHub as GitHub
- No topics or detailed community signals beyond 1,550 stars
Verdict Worth a look if you want to study or fork a working open-source prompt-engineering approach to UI generation. Skip it if you need a maintained, stable tool — this ship is mid-pivot.