Plan the File Structure Before You Code
Most AI-built apps turn into spaghetti. Get the structure right up front.
See a UI you like? Describe it and rebuild it instead of starting from a blank page.
I want to recreate a UI. I'll describe it (or paste a screenshot if the tool supports it): [DESCRIBE THE LAYOUT: header, sections, key elements, colors, vibe] Build it as a clean, responsive component using [your stack / Tailwind / plain HTML+CSS — pick]. Match the layout and spacing closely, use sensible placeholder content, and keep the code readable so I can tweak it. Don't pixel-chase — get the structure and hierarchy right first. After, point out anything in the original that's worth changing for usability rather than copying blindly.