Releases: Manavarya09/moldui
Releases · Manavarya09/moldui
moldui v2.4.2
The visual editor for real codebases. Drag, resize, edit text in your browser. Claude writes the code.
Install
Run instantly (no install):
npx molduiInstall globally:
npm i -g moldui
molduiAs a Claude Code plugin (recommended — enables auto-apply):
claude plugin install Manavarya09/molduiThen inside your project, start your dev server and run npx moldui (or moldui if installed globally).
What's in v2.4.2
- Real AI sync — Save in the browser runs Claude Code headlessly and streams progress back to the overlay
- Alt+drag to swap two elements in source
- Full style panel with one-click spacing presets (4/8/16/24px)
- Element lock (right-click -> Lock) so you can click through trusted elements
- Auto-generated
git commitmessage after each apply - Press
Wto reopen the welcome card Cmd+Kfuzzy-search any element on the pageLopens the Figma-style Layers panel- Shadow DOM isolation, vanilla JS, no framework dependencies
- Works with Next.js, Vite, Vue, Svelte, Django, Rails, Laravel, Flask, plain HTML
Links
- Website: https://moldui.vercel.app
- npm: https://www.npmjs.com/package/moldui
- Docs (README): https://github.com/Manavarya09/moldui#readme
- Issues: https://github.com/Manavarya09/moldui/issues
MIT licensed. Star the repo if you use it.
