Your first conversation with Claude Code
This is where it gets real. You're going to describe what you want, and Claude Code is going to build it.
Step 1: Open a new project folder
Before you start, create a folder on your computer where your website files will live.
- Open Finder (Mac) or File Explorer (Windows)
- Navigate to your Documents folder (or wherever you like)
- Create a new folder — name it something like
my-website
Step 2: Open that folder in Claude Code
In Claude Code:
- Click Open Folder (or
File → Open Folder) - Select the
my-websitefolder you just created - You'll see the folder open in the sidebar on the left
This tells Claude Code where to put the files it creates.
Step 3: Start your conversation
In the text input at the bottom of the screen, paste or type your starter prompt from the previous step.
Your message might look something like:
"Build me a personal webpage about my love of fly fishing. Include sections for my favorite rivers in Montana, a gear list, and a short 'about me' paragraph. Make it feel outdoorsy and clean, with a nature-inspired color palette."
Hit Enter (or click the send button) and watch what happens.
What you'll see
Claude Code will:
- Acknowledge your request and describe its plan
- Start writing files — you'll see them appear in your sidebar
- Typically create an
index.htmlfile (your main page) and possibly astyles.cssfile
This usually takes 15–45 seconds. Let it finish.
Pro tip: If something doesn't look right once you see the result, take a screenshot and paste it directly into the chat. Type something like: "Here's a screenshot of what it looks like — can you fix the layout issue in the header?" Claude will figure out what's wrong and fix it. This is one of the most powerful workflows you'll use.
Once Claude Code is done generating, move to the next step to see it in your browser.