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.
comms-gut-check folder exists with a project description insideCopy the prompt below and paste it into the Code tab. Claude Code will build the first page of your app.
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.
comms-gut-check folder.index.html to open it in your browser. You should see the headline, subtitle, text area, and button.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.
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.
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."