Free Guide

Claude Code
Is Not What
You Think

The word “code” in the name is misleading. You don’t code. Claude does. Here’s what it actually is, how to install it in five minutes, and three real things you can build this weekend.

The Reframe

Take the word code out of it. Claude Code is not a tool that asks you to write code. It’s a Claude agent that you tell what to do, and it does the work for you — including any code that needs to exist for the work to happen.

It’s the most powerful entry point to software development that has ever existed for non-engineers. You describe what you want. Claude builds it.

The Difference Chat Claude vs Claude Code

Chat Claude

Tells You What to Do

You describe a task. It writes the steps, the script, the email, the analysis. You take it from there.

Claude Code

Just Does It

You describe a task. It runs the steps, edits the files, makes the calls, sends the messages. It does the doing.

5-Minute Install Get It On Your Computer

Mac

Open Terminal & paste this

curl -fsSL claude.ai/install.sh | sh

Don’t know what Terminal is? Press Cmd + Space, type “Terminal,” press Enter. A black window opens. That’s it. Paste the line above and press Enter.

Windows

Open PowerShell & paste this

irm claude.ai/install.ps1 | iex

Press the Windows key, type “PowerShell,” press Enter. Same idea — paste the line and hit Enter.

After install

Type “claude” and log in

In the same window, type claude and press Enter. It will open your browser to log in to your Claude account. Done. You now have a Claude agent that can read, write, and run things on your computer.

What’s a slash command?

Inside Claude Code, typing / brings up a menu of shortcuts — like /clear to reset, /help to see options, /init to set up a new project. Don’t worry about memorizing them. You’ll learn three or four and never need the rest.

Build 01 For Your Job: Morning Inbox Triage

Every morning at 7am, Claude reads your inbox, sorts by urgency, and drafts replies for anything it has context on. Open your laptop, scan, send.

Open Claude Code in your project folder. Paste this as your first message:

Build Prompt — Morning Inbox Triage
Build me a Morning Inbox Triage system that runs every weekday at 7am. It should: 1. Connect to my Gmail (use the Gmail MCP or OAuth — ask me which I prefer) 2. Pull every unread email from the past 24 hours 3. Sort them into 4 buckets: Urgent (reply today), Important (reply this week), FYI (no reply needed), Spam/skip 4. For Urgent and Important, draft a reply based on context from previous threads with that person 5. Write the result to a file called inbox-triage-[date].md in this folder Before you build, ask me 3 clarifying questions: my email address, my reply tone, and any senders I always want flagged urgent. Once it works, set it up to run automatically at 7am on weekdays.
Build 02 For Your Side Hustle: Idea to Launched App

Claude Code can take an idea and ship a working app you can charge for. Open it in a brand new folder and paste this:

Build Prompt — Side Hustle App
Help me build and launch a small SaaS app this weekend. Idea: [describe in 2-3 sentences. who is it for, what does it do, what do they pay for] Constraints: - Must work in a browser (no app store) - User signup with email + password - Stripe checkout for the paid tier - Hosted somewhere free or under $20/month - I want the code in this folder so I can actually own it Walk me through it like this: 1. Ask me 5 clarifying questions to nail the spec 2. Pick the simplest stack that works (Next.js + Supabase or similar) 3. Build it step by step, showing me what you're doing 4. Help me deploy it 5. Help me write a 1-paragraph landing page and post it to my channels If at any step you hit something I need to do (sign up for an account, get an API key), STOP and walk me through it before continuing.
Build 03 For Your Personal Life: Money Monitor

Build a custom app that monitors your credit card transactions, categorizes every purchase, and texts you a weekly breakdown.

Build Prompt — Money Monitor
Build me a personal money monitor that tracks my spending and texts me a weekly breakdown. It should: 1. Connect to my bank/credit card via Plaid (the standard for this) 2. Pull every transaction from the last 7 days 3. Categorize each one: Groceries, Eating Out, Coffee, Travel, Subscriptions, Shopping, Bills, Other 4. Calculate weekly totals + the 3 categories I spent most on 5. Text me a 5-line summary every Sunday at 5pm Before you build: - Ask me which bank/card to connect - Ask if I want to use Twilio for the text or just an email - Walk me through the Plaid sandbox first so I can see it work safely Run on free tiers if possible. Plaid has a free dev tier and Twilio gives free trial credits.

Honest limitations

Claude Code is powerful, not magic. You still write the prompt — the better you brief it, the better the build. You still review the output — especially anything touching your money or sending messages on your behalf. And some builds need API keys (Plaid, Twilio, Stripe) — Claude will walk you through getting them, but you’ll create the accounts yourself. Free plans usually cover personal use; expect to pay $20-$50/month if anything you build gets popular.

The real shift

For 30 years, the gap between “I have an idea” and “the thing exists” required a developer or a year of learning. That gap closed last year. The only thing standing between you and the most useful version of your job, your side hustle, or your personal life is one weekend with Claude Code open.

For Your Job

Set Up Claude for Your Specific Job

If you’re ready to set up Claude for your specific job — with custom skills, connectors, and automations built around the work you do every day — I built a bootcamp just for you.

Start the Weekend Bootcamp →

Go Even Further

Join the AI Income Lab

If you’re looking to go even further, join mine and my husband’s community group where we give you all the AI agents and systems running our businesses.

Join the Community →

© 2026 Mariah Brunner. All rights reserved.