↓ scroll or press arrows

CHI Shiphaus #1

Chicago · February 28, 2026

Portal Innovations

Hosted by Kirill, Chicago Chapter Lead

Kirill Polevoy

Chicago Lead

What Is
Shiphaus?

An event where everyone ships something.

No coding experience needed. Just a laptop and an idea.

YOU'RE 0.04%.
YOU'RE EARLY.

Today's
Schedule.

10:00 Arrive & WiFi
10:15 Kickoff
10:30 Claude Code Setup (optional)
10:30 – 4:30 Build Time
~12:00 Lunch
4:30 Show & Tell

Get on
WiFi.

Network: Portal Guest

Password: dream2reality

Join the
Telegram.

This is where we share updates, help each other, and post what we built. Scan the QR code with your phone.

Telegram QR code

D.Y.A.C.

Did You Ask Claude?

Before asking a neighbor, before raising your hand — try asking Claude first. That's the whole point. You'll be surprised how far it gets you.

Up Next

Claude Code
Onboarding

For anyone who wants to set up Claude Code today.

Describe It. Claude Code
Builds It.

Websites. Apps. Tools. Dashboards. You describe what you want in plain English — Claude Code creates it for you.

11

Chat Gives Advice.
Claude Code Does the Work.

Chat
"How do I make a website?"

You get instructions. You figure out the rest.

VS
Claude Code
"Make me a website."

You get a real, working website you can share.

12

You Talk. It Builds.
You Refine.

Describe what you want in plain English. Claude builds it behind the scenes — you just see the result. Don't like something? Say "make the header bigger" or "change the color." It's a back-and-forth, like texting a really talented friend.

13 01

Sign Up for
Claude Pro.

$20/month at claude.ai

Open claude.ai on your phone or laptop and sign up now. We'll wait.

14 02

Open Your
Terminal.

Terminal is a text-based way to talk to your computer. It looks techy, but all you'll do is paste a couple of commands.

Mac

Cmd + Space → type "Terminal"Enter

PC

Press Windows key → type "PowerShell"Enter

15 03

Install
Claude Code.

Copy your command, paste it into your terminal, press Enter. Takes about two minutes. Do it now — we'll wait.

Mac / Linux
$ curl -fsSL https://claude.ai/install.sh | bash
PC (PowerShell)
> npm install -g @anthropic-ai/claude-code

Need Node.js first? Get it at nodejs.org

16 04

Make a Folder on
Your Desktop Called
"my-site"

Right-click your Desktop. New Folder. Name it my-site. That's where your project will live.

17 05

Launch
Claude Code.

Go back to your terminal. Paste your command — it opens Claude Code inside your new folder.

Mac
$ cd ~/Desktop/my-site && claude
PC
> cd ~\Desktop\my-site; claude

A browser window pops up — sign in with your Claude account. When you see a blinking cursor, you're in.

18 06

Switch to the
Latest Model.

Claude Code may default to an older model. Type this command and pick the newest one from the list.

/model

Select claude-opus-4-6. Better model = better results.

19 07

Install
/frontend-design.

This skill makes Claude way better at building beautiful websites. Paste these two commands into Claude Code, one at a time.

Step 1
/plugin marketplace add anthropics/claude-code
Step 2
/plugin install frontend-design@claude-code-plugins

Didn't work? Try this instead:

Fallback
Install the frontend-design skill from https://github.com/anthropics/claude-code/tree/main/plugins/frontend-design
20

Your Name.
Your Website.
Let's Go.

Copy this prompt, paste it into Claude Code, and replace the name with yours. Claude will Google you and build a site from what it finds.

Use /frontend-design to build me a personal website. Google my name — First Last — and use what you find publicly online. Make it modern, clean, and impressive.

Tip: Claude can't access LinkedIn directly. Use your public name, portfolio, or company site instead.

21 08

Put It
Online.

Your site is built. Now make it live. Open this link and drag your my-site folder into the browser.

https://app.netlify.com/drop

Drag and drop. No account needed. Your site goes live instantly with a real URL you can share.

You're Ready.
Let's Build.

If you get stuck, ask your neighbor or raise your hand. Everyone's figuring it out together.