Choose your method
Open Terminal
Press Cmd + Space, type Terminal, Enter.
Start Claude
claude
Tell Claude what to change
Done! Claude edits the file and deploys it for you.
If your project is connected to GitHub, Cloudflare deploys automatically when you push changes.
Edit on GitHub.com
Go to your repo → click index.html → click the pencil icon (Edit)
Make your changes
Edit the text directly in the browser.
Commit changes
Click "Commit changes" (green button).
Auto-deploys in ~30 seconds
Edit locally
Right-click index.html → Open With → TextEdit. Save with Cmd + S
Upload
Go to dash.cloudflare.com → Workers & Pages → Your project → Upload
cd ~/your-project
open -a TextEdit index.html
Make changes, save, then:
npx wrangler pages deploy . --project-name your-project --branch main