Your First File

Tell Claude Code to build the skeleton of your web app — a real web page with a headline, a text area, and a submit button.

🛠
What you're building today
A working index.html page inside your comms-gut-check folder — with a headline, a text area where users paste their communication, and a Submit button.

Before you start

💡 You can continue in the same Code tab session from Module 1, or start a new one. If you start a new session, just tell Claude Code: "I'm working in the comms-gut-check folder I created in our last session. Please continue building there."

Step 1: Tell Claude Code to build the first page

Copy the prompt below and paste it into the Code tab. Claude Code will build the first page of your app.

Prompt for Claude Code
Create a file called index.html in the comms-gut-check folder. It should be a simple web page for a tool called "The Comms Gut Check." Give it:
- A headline: "The Comms Gut Check"
- A short subtitle: "Paste any communication below and get a structured critique."
- A labeled text box where users can paste their text (label it: "Your communication")
- A Submit button below the text box

Keep it plain for now — no colors or design yet. Just the basics.

Step 2: Open the file in your browser

  1. Open your file explorer and find the comms-gut-check folder.
  2. Double-click index.html to open it in your browser. You should see the headline, subtitle, text area, and button.
  3. Verify: the page loads without errors. The text area and button are visible. You're looking at your first web page.

Step 3: Prepare the page for the next module

The skeleton is there — now copy the prompt below and paste it into the Code tab to get the page ready for when we connect it to Claude.

Prompt for Claude Code
Add a results area below the Submit button — this is where the feedback will appear once the app is connected to Claude. Leave it blank for now. Also tidy up the layout so everything sits neatly centered on the page.

Step 4: Refresh and verify

Refresh the page in your browser. The page should look the same — we only added hidden structure. If anything looks broken, tell Claude Code: "The page looks different after your last change. Please revert it."

At this point your app doesn't do anything when you click Submit — that comes in Module 3. Right now, you're just building the container. This is exactly how real web apps get built: structure first, then function, then polish.
🔧 What you've built so far
  • ✓ Claude Code installed and running · project folder + project description created
  • → Working first page with headline, text box, and Submit button ← you are here
  • App connected to Claude — paste text, get a response in the browser
  • Structured five-section critique output
  • Styled, finished app with Copy results button