Prototype to production

Turn your Claude prototype into a real website.

Move from a generated mockup to a hosted site by collecting the files, choosing a simple structure, testing locally, and deploying with Netlify.

01

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.

02

Organize the project

Put public pages and assets in one site folder. Use clear names like index.html, styles.css, and images/.

03

Review the details

Replace placeholder copy, verify mobile layout, check links, add a real title and description, and confirm images have useful alt text.

04

Deploy on Netlify

Connect the repository to Netlify, set the publish directory, and let each change deploy automatically from source control.

What makes it real

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.