Launched this week

MockPilot
Turn live websites into editable mockups
182 followers
Turn live websites into editable mockups
182 followers
MockPilot turns any live webpage into an editable mockup on your desktop. Use natural language - no design or coding skills needed. πΈ Capture full pages or single components from any URL π¨ Auto-extracts typography, colors, components & icons into a reusable asset library π¬ Edit in plain English β just tell the AI what to change, and it uses your assets to keep everything on-brand π¦ Export as clean, standalone HTML Free & open source. macOS + Windows.








GradientArt
Good one! The thing I'd want to stress-test is sites that render client-side or lazy-load on scroll. Does the capture wait for the DOM to settle? Do you end up grabbing half-loaded components?
GradientArt
@artstavenka1Β so there are two parts to the way we handle this: The first part is the Capture Browser. That's where you interact with the web page before you capture a static version of it. At that point you can scroll down as far as you want to load whatever you want and then when you click capture it goes to the second part which is the crop tool. This tool can be used to further extend or contract the height of the page, as well as select which part of the page to crop.
The asset library extraction is the part that grabs me, pulling a live site's typography and colors into something reusable so edits stay on brand is really handy. Curious whether the exported HTML comes out as semantic markup or mostly positioned divs. Congrats on shipping.
GradientArt
@i_sanjay_gautamΒ thank you. I plan to expand this feature to let users grab components from other websites or from component banks and add them to the assets library so they can integrate them into the mockup.
As for the exported HTML, it's as semantic as the original website is. We don't change the original HTML other than stripping out redundant attributes (redundant in terms of visual appearance) and JS.
The live-site-to-editable-mockup flow is a great bridge for non-designers and fast product iteration. Auto-extracting typography, colors, and components is the practical bit. How clean is the exported HTML on complex responsive pages?
GradientArt
@sarveshseaΒ we capture the HTML and CSS pretty much as is. We strip away the noise by removing things like redundant attributes or empty elements or invisible elements and so on. So it's as clean as the original website or slightly cleaner.
The "no Figma needed" angle is smart β designers will use it anyway, but this opens it up to everyone else. How does it handle sites with heavy animations or scroll effects?
GradientArt
@vlad_zabavskiy we generate a static capture of the website. So if you have things like scroll animations, you can scroll to a certain point of the animation in the Capture Browser and then when you click capture, it'll capture that point in time.
@yoav_kadoshΒ Scroll position control is underrated β most tools just grab the top and call it done. That changes a lot for animation-heavy sites.
This look good especially for demo presentation, I have a question, can't it be developed fully without the hassle of going through all these processes ?
GradientArt
@daniel_oyetundeΒ by fully developed, you mean an actual website, not just the HTML and CSS? That means different things to different users. The purpose of this tool is to have designers and PMs and maybe developers to create a visual representation of the features that they would like to implement. The nice thing is that AI tools like Copilot and Cloud Code do a very good job converting HTML and CSS to actual React code or other frameworks.
The local capture point is the part I'd trust most here. In PM-to-dev handoff, the hard bit is usually keeping the mock close to the existing design system instead of generating a pretty but impossible screen. Curious how strict the asset reuse is β if I ask for a new component, does it prefer composing from captured tokens/components before inventing new CSS?