You don't need to know how to code, and you don't need to have done any of this before. This page walks the whole path in order: get Claude, run one prompt from the gallery, open the site it builds, put it online for free, and — if you want — give it a domain of your own.
Step 1
Claude is the AI assistant that reads a prompt and writes the actual website file. Create an account at claude.ai, then pick one of two ways to run it:
powershell and press Enter; on a Mac, press
Command + Space, type terminal and press Enter. Install
Claude Code by pasting one line — Windows:
irm https://claude.ai/install.ps1 | iex — Mac:
curl -fsSL https://claude.ai/install.sh | bash — then type
claude to start it and sign in.A build this size needs a paid Claude plan (Pro and up) or pay-as-you-go developer credits from console.anthropic.com.
Step 2
Back in the gallery, every card links to the full build instructions for that site — the prompt. Each one is $5, and four are free in full — Terminal, Kōrei, Sillage and Aurora — so you can walk this entire page without spending anything. Open one and press Copy prompt. Buying works the same way: the button on a card takes you through checkout and lands you on the prompt page with the same copy button.
What you're holding now is just text — a very precise design brief that a capable AI coding tool can follow to the letter.
Step 3
my-site on your
Desktop.cd Desktop\my-site (Mac:
cd Desktop/my-site), then claude.The result lands in that folder as a single file called index.html — the whole site. Double-click it and it opens in your browser, running straight from your computer. It isn't on the internet yet; that's the next step.
Want something different? Ask in plain English in the same session — "make the headline shorter", "swap the gold for green" — and Claude edits the file.
Step 4
The easiest way is Netlify Drop:
index.html — onto
that page.A few seconds later the site is live at an address like
your-site-name.netlify.app; you can change the name in the site's
settings. To update it later, edit the file with Claude, open the site's
Deploys page on Netlify, and drag the folder in again — the
dropzone is at the bottom.
Vercel hosts sites like this free as well, but it has no drag-and-drop for a plain folder — it deploys through its command-line tool or a connected GitHub account. If you're already in Claude Code, the shortcut is to ask Claude: "deploy this folder to Vercel with the Vercel CLI" — it will install the tool and walk you through logging in.
Step 5
The netlify.app address works fine, but a domain of your own
(yourname.com) usually runs $10–15 a year at any registrar — Namecheap
and Porkbun are typical choices. Wiring it up is two halves:
www at your
your-site-name.netlify.app address.DNS is the internet's address book — those two records say "this name points to that server." Changes usually spread within minutes but can take up to 48 hours, and once the domain connects, Netlify sets up the HTTPS padlock automatically. When it loads, you're done: your site, your address, built from one prompt.
Get this guide by email, plus every new site as it lands.