Export the prototype
Save the HTML, CSS, JavaScript, and image assets Claude created. Keep the file names stable so links and image paths keep working.
Prototype to production
Move from a generated mockup to a hosted site by collecting the files, choosing a simple structure, testing locally, and deploying with Netlify.
Save the HTML, CSS, JavaScript, and image assets Claude created. Keep the file names stable so links and image paths keep working.
Put public pages and assets in one site folder. Use clear names like
index.html, styles.css, and
images/.
Replace placeholder copy, verify mobile layout, check links, add a real title and description, and confirm images have useful alt text.
Connect the repository to Netlify, set the publish directory, and let each change deploy automatically from source control.
A real website has source files you can maintain, production-ready content, responsive styling, a live host, and a repeatable deploy path. This starter keeps those basics in place while leaving room for the prototype's custom design and content.