A hands-on workshop
A little space on the web that's yours โ built by you, in your own words. By the end you'll have a real page you made, and you'll know the one move that lets you build almost anything with AI.
Table of contents
Jump straight to any part. You can always come back โ tap the ๐ณ in the corner.
The free workshop key gets switched off in a few days. To keep using Claude Code after that, get your own MiniMax key โ it's cheap and takes about two minutes.
Open .claude/settings.json in any plain-text editor (TextEdit on Mac, Notepad on Windows, or VS Code), paste this in, and drop your key into ANTHROPIC_AUTH_TOKEN:
{
"env": {
"ANTHROPIC_BASE_URL": "https://api.minimax.io/anthropic",
"ANTHROPIC_AUTH_TOKEN": "PUT-YOUR-KEY-HERE",
"API_TIMEOUT_MS": "3000000",
"CLAUDE_CODE_DISABLE_NONESSENTIAL_TRAFFIC": "1",
"ANTHROPIC_MODEL": "MiniMax-M2.7",
"ANTHROPIC_DEFAULT_SONNET_MODEL": "MiniMax-M2.7",
"ANTHROPIC_DEFAULT_OPUS_MODEL": "MiniMax-M2.7",
"ANTHROPIC_DEFAULT_HAIKU_MODEL": "MiniMax-M2.7"
},
"theme": "light"
}
Where the file lives โ it goes in a folder named .claude in your home folder:
~/.claude/settings.jsonC:\\Users\\<your-name>\\.claude\\settings.jsonThe folder starts with a dot, so it may be hidden. If you don't see .claude, make it: on Windows, in Notepad use Save as type โ All Files so it doesn't become settings.json.txt.
The one big idea
Everything today is just this little loop. Get it in your bones and the rest is easy.
Choose your path
Same loop either way โ pick whatever feels comfortable. You can switch later.
Not sure? Pick Keep it simple. You'll still make the exact same page.
Anything you can chat with works. If you're not sure, use Claude.
Paste this in. Change the [brackets] to be about you.
Make me a personal home page as a single HTML file. About me: my name is [YOUR NAME] and I care about [A FEW THINGS]. Please include: - A friendly header with my name and one sentence about me - "Links I love" โ a few of my favorite websites - "What I'm up to" โ 2 or 3 things - A footer with how to reach me Make it warm, simple, and easy to read. Put the styling in the same file. Then walk me through, step by step, how to save it as home.html and open it in my browser โ like I've never done it before.
๐ก The last lines matter: you're asking the AI to coach you through saving and opening it. Always do that.
This is the whole game. Find something you'd like different and go around the loop again.
Change my home page: make the header a calm blue, and add a link to my favorite recipe site. Give me back the full updated file.
Copying code back and forth โ and hoping it saves to the same file โ gets old fast. Switch to Claude Code and it edits the file in place for you. No copying.
It works right in your folder and edits files for you โ no copy-pasting.
On Windows? Install Claude Code with one command โ paste this into PowerShell:
winget install --id Anthropic.ClaudeCode -e
New to Claude Code on Mac/Linux, or stuck? Ask your AI “help me install Claude Code” โ or ask your workshop host. Then come back here.
So you don't need to sign up or pay anything today, we made a settings file with a key that's on us. Here's how to use it:
This shared key is only for the workshop and gets turned off in a few days. To keep going after, add your own key (any AI can walk you through it).
This is the easy path โ it writes the file for you, no copying. Just edit the [brackets].
Create a file called home.html โ a personal home page in one file. About me: my name is [YOUR NAME] and I care about [A FEW THINGS]. Sections: a friendly header, "Links I love", "What I'm up to", and a footer with how to reach me. Warm, simple, easy to read. After you make it, tell me how to open home.html in my browser.
Claude Code already saved the file. Now go look at it.
No copying. Tell it what you want, and refresh.
In home.html, make the header a calm blue and add a link to my favorite recipe site.
The loop is exactly the same. Don't overthink it: describe your idea in plain words and ask for a simple first version you can save and open.
Good first projects: a page about something you love, a simple list or tracker, a countdown, a little tool, a thank-you page, an invitation. If it can live on one screen, it's a great start.
I want to make [DESCRIBE YOUR IDEA IN A SENTENCE OR TWO]. Make me a simple first version as a single HTML file โ just enough to see it working, nothing fancy. Then walk me through, step by step, how to save it as a file and open it in my browser, like I've never done it before.
๐ก Start small. You'll improve it with the loop โ that's the next step.
Choose your own adventure
Tap any idea to see a prompt. Add it, save, refresh โ same loop, forever. Mix and match.
Export ALL your bookmarks to a file โ don't just paste a few
In your browser's Bookmark Manager, choose Export bookmarks โ you get an .html file. Hand that whole file to the AI.
I exported all my browser bookmarks to a file (I'll attach it / it's pasted below). Turn them into a tidy "Bookmarks" section in home.html โ clean up the names and group them by topic.
A checklist of what you're going for
Add a "My goals this year" section with a checkbox next to each goal. My goals are: [LIST THEM].
Put a face (or a pet) on it
I want a photo at the top of home.html. Tell me exactly where to save my image file, what to name it, and how to add it so it shows up.
Buttons to find you elsewhere
Add a row of buttons to home.html linking to my LinkedIn, Bluesky, and email: [PASTE LINKS].
A spot for short notes
Add a "Notes" section to home.html where I can jot short updates, newest at the top. Put one example note in.
Try a different vibe
Restyle home.html with a calm dark theme. Keep all my content the same โ just change the colors and fonts to feel cozy.
All of these take your raw home.html as-is โ no rebuilding inside someone else's template. (That's why not Wix or Squarespace.)
No ads, free to keep. Easiest if you just want a link to share.
This is the cheapest way to have a real custom domain.
Quickest share today: drag your file into Netlify Drop or tiiny.host. Want a hand, or want us to host it? Ask LinkedTrust.
You did it
You made a real web page, saved it, viewed it, and changed it. That loop โ Create, Save, View โ is the same one behind apps, tools, and whole businesses.
There are free ways to put your page online โ and a real custom domain costs only about $10/yr for the name, nothing for the hosting.