by LinkedTrust

A hands-on workshop

Make Your Home Page Using AI

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.

No experience needed. If you can send a text and double-click a file, you can do this. We go one small step at a time.
๐Ÿ“ค Class gallery โ€” when your page is ready, upload it here so the whole room can see it: demos.linkedtrust.us/gallery
LinkedTrust

Table of contents

The whole path

Jump straight to any part. You can always come back โ€” tap the ๐ŸŒณ in the corner.

After today ยท Your own key

๐Ÿ”‘ Get your own API key

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.

  1. Go to minimax.io and sign in (or create a free account).
  2. Open the API Keys section of your account and click Create new key.
  3. Copy the key right away and keep it somewhere safe โ€” you usually can't see it again after you close the box.
  4. Open your settings file (next step) and paste the key in place of PUT-YOUR-KEY-HERE. Save. Restart Claude Code. ๐ŸŽ‰

Your settings file โ€” and where it goes

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:

.claude/settings.json
{
  "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:

The 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

Create โ†’ Save โ†’ View

Everything today is just this little loop. Get it in your bones and the rest is easy.

โœ๏ธ
Create / Edit
Ask the AI to make or change something
โ†’
๐Ÿ’พ
Save
Put it in a file on your computer
โ†’
๐Ÿ‘๏ธ
View
Open it in your browser
โ†ป then change one thing โ€” and go around again
Most people chat with AI and the work vanishes when they close the tab. The trick is the Save step: now it's a real thing you own and can keep improving forever.

Choose your path

How do you want to work?

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.

Simple path ยท browser chat

Step 1 โ€” Open your AI chat

Anything you can chat with works. If you're not sure, use Claude.

  1. Go to claude.ai in your browser (or ChatGPT โ€” whatever you have).
  2. Sign in. You'll see a box where you can type a message.
  3. That's it โ€” you're ready. Keep this tab open the whole time.
Simple path ยท Create

Step 2 โ€” Ask it to build your page

Paste this in. Change the [brackets] to be about you.

Copy & paste this
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.

Simple path ยท Save โ†’ View

Step 3 โ€” Save it, then open it

  1. Save it โ€” the easy way. Most AI apps have a Download or Save button on the page it made. Click it. The file drops into your Downloads folder. โœ…
  2. No button? Copy instead. Copy all the code, paste it into TextEdit (Mac) or Notepad (Windows), then Save As โ†’ name it home.html.
  3. Double-click the file โ€” right from your Downloads (or wherever it saved). It opens in your browser.
๐ŸŽ‰ That's your page. It opened in your browser โ€” and it's a real file you own, not stuck inside a chat. Take that in.
Simple path ยท โ†ป The loop

Step 4 โ€” Now change one thing

This is the whole game. Find something you'd like different and go around the loop again.

  1. Back in the same chat, say what you want changed (example below).
  2. It gives you new code โ€” copy all of it.
  3. Open home.html, select all, delete, paste the new code, Save.
  4. Go to your browser and hit Refresh. See the change. ๐Ÿช„
Try something like
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.
You did it. Create โ†’ Save โ†’ View โ†’ change โ†’ repeat. That loop is how everything gets built.

๐Ÿ’ง Tired of carrying water for your AI?

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.

Techy path ยท Claude Code

Step 1 โ€” Open Claude Code

It works right in your folder and edits files for you โ€” no copy-pasting.

  1. Open Claude Code (in your terminal, or the desktop / VS Code version).
  2. Point it at a folder for this project โ€” e.g. a new my-home folder on your Desktop.
  3. You'll get a prompt to type into. Ready.

On Windows? Install Claude Code with one command โ€” paste this into PowerShell:

Windows ยท 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.

๐Ÿ”‘ Free for today โ€” your workshop key

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:

  1. Download the file below โ€” it lands in your Downloads folder.
  2. Make a folder named .claude in your home folder (Mac/Windows: your user folder).
  3. Move settings.json into that .claude folder.
  4. Start Claude Code โ€” it just works, no sign-up. ๐ŸŽ‰
โฌ‡ Download settings.json

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).

Techy path ยท Create

Step 2 โ€” Ask it to build the file

This is the easy path โ€” it writes the file for you, no copying. Just edit the [brackets].

Copy & paste this
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.
Techy path ยท Save โ†’ View

Step 3 โ€” Open it in your browser

Claude Code already saved the file. Now go look at it.

  1. Find home.html in your my-home folder.
  2. Double-click it. It opens in your browser.
๐ŸŽ‰ There it is. A real file you own โ€” Claude Code did the saving, you did the looking.
Techy path ยท โ†ป The loop

Step 4 โ€” Change it, just by asking

No copying. Tell it what you want, and refresh.

  1. Type what you want, e.g. the line below.
  2. Claude Code edits home.html and saves it for you.
  3. Go to your browser and hit Refresh. Done. ๐Ÿช„
Try something like
In home.html, make the header a calm blue and add a link to my
favorite recipe site.
That's the loop. Create โ†’ Save โ†’ View โ†’ change โ†’ repeat. You're building now.
Your own idea

Great โ€” let's build your thing

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.

Copy & paste this
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.

Your own idea ยท โ†ป The loop

Save it, view it, then change one thing

  1. The AI gives you the code (or makes the file, in Claude Code).
  2. Save it with a name ending in .html, then double-click it to open in your browser.
  3. Find one thing you'd like different. Ask for it. Save again. Refresh.
  4. Keep going around: Create โ†’ Save โ†’ View โ†’ change. ๐Ÿช„
That's the whole skill. Whatever you're building, it's this same loop โ€” one small change at a time.

Choose your own adventure

Now make it yours

Tap any idea to see a prompt. Add it, save, refresh โ€” same loop, forever. Mix and match.

๐Ÿ“‘ My bookmarks

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.

Prompt
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.

๐ŸŽฏ My goals

A checklist of what you're going for

Prompt
Add a "My goals this year" section with a checkbox next to each goal. My goals are: [LIST THEM].

๐Ÿ“ท A photo

Put a face (or a pet) on it

Prompt
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.

๐Ÿ”— My socials

Buttons to find you elsewhere

Prompt
Add a row of buttons to home.html linking to my LinkedIn, Bluesky, and email: [PASTE LINKS].

๐Ÿ“ Little updates

A spot for short notes

Prompt
Add a "Notes" section to home.html where I can jot short updates, newest at the top. Put one example note in.

๐ŸŒ— A whole new look

Try a different vibe

Prompt
Restyle home.html with a calm dark theme. Keep all my content the same โ€” just change the colors and fonts to feel cozy.
Share it with the world

๐ŸŒ Put your page on the internet

All of these take your raw home.html as-is โ€” no rebuilding inside someone else's template. (That's why not Wix or Squarespace.)

Free, $0 โ€” a web address they give you

  • Cloudflare Pages โ€” drag & drop; you get yourname.pages.dev. Fast, no ads.
  • Netlify โ€” drop your file, get yourname.netlify.app in seconds.
  • Neocities โ€” made for personal pages; yourname.neocities.org.

No ads, free to keep. Easiest if you just want a link to share.

๐ŸŒณ Your own name (yourname.com) โ€” hosting still free

  • Cloudflare Pages, Netlify, or GitHub Pages connect your own domain for free, with a free padlock (SSL).
  • You only pay to register the name โ€” about $10โ€“12 a year at a registrar (Namecheap, Cloudflare, Porkbun). That's the whole cost.

This is the cheapest way to have a real custom domain.

Heads up: Neocities ($5/mo) and Tiiny.host charge a monthly fee just to use your own domain โ€” skip them if a custom domain is the goal. And Tiiny's free pages disappear after 7 days.

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're a builder now ๐ŸŽ‰

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.

Want it on the real internet, so anyone can visit? There are free options โ€” and you don't have to figure it out alone, just ask your AI. (We'll go deeper next workshop.)

๐ŸŒ Want it on the real internet?

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.