Throw compute at
your ambitions.

The cost of building just collapsed. One person can now do what used to take a team. The bottleneck isn't execution anymore. It's imagination. Claude Code turns plain English into real things. Not a coding tool. A building tool. No technical skills required.

Get started in 3 steps.

Five minutes from now, you'll think about what's possible differently.

1

Open your terminal

Press Cmd + Space (Spotlight search), type Terminal, hit Enter.

A window with a blinking cursor appears. That's your terminal.

Press the Windows key, type PowerShell, hit Enter.

A blue window with a blinking cursor appears. That's your terminal.

Press Ctrl + Alt + T.

A window with a blinking cursor appears. That's your terminal.

2

Install Claude Code

Paste the command for your platform and hit Enter:

curl -fsSL https://claude.ai/install.sh | sh && touch ~/.zshrc && echo 'export PATH="$HOME/.local/bin:$PATH"' >> ~/.zshrc && source ~/.zshrc

First install Node.js (click the big green LTS button, run the installer). Then open a new PowerShell window and paste:

npm install -g @anthropic-ai/claude-code
curl -fsSL https://claude.ai/install.sh | sh && touch ~/.bashrc && echo 'export PATH="$HOME/.local/bin:$PATH"' >> ~/.bashrc && source ~/.bashrc
Now wait.

It might look like nothing is happening for 5–10 seconds. That's normal. It's downloading. Don't type anything. Don't close the window. Just let it finish.

3

Type claude and hit Enter

If you get an error: Close your terminal window completely, open a brand new one, and type claude again. This fixes it almost every time.

You'll need a Claude Pro account

Claude Code requires Claude Pro ($20/month). You can start free with daily limits, or upgrade for the full experience:

Sign up for Pro

Here's what happens on first launch:

  1. Claude Code asks you to log in. It opens a browser window automatically.
  2. No account yet? Click "Sign up" on the page that opens.
  3. Already have a Claude account? Just log in. Same one you use at claude.ai.
  4. Once you approve the login in your browser, go back to your terminal. When you see a > prompt, you're in.

Try your first prompt:

Build me a personal website. Use my name, a short bio about what I'm working on, and deploy it live. Make it beautiful.

Run into issues? Take a screenshot and paste it into claude.ai or ChatGPT. AI is genuinely good at debugging itself.

If something goes wrong.

Almost every install problem is one of these:

Close your terminal completely. Open a brand new one. Type claude again. This fixes it 90% of the time.
Run source ~/.zshrc then try claude again.
Check Node.js is installed: type node --version. If that also fails, reinstall Node.js from nodejs.org.
The Claude Desktop app is intercepting the command. Fix: open PowerShell as Admin and run:
Remove-Item "$env:LOCALAPPDATA\Microsoft\WindowsApps\Claude.exe"
Don't use sudo. Instead run:
mkdir -p ~/.npm-global && npm config set prefix '~/.npm-global'
Then try the install again.
Count to 30. Claude thinks between steps. Pauses of 5–15 seconds are normal, not broken. Don't type over it.
Screenshot the error. Go to claude.ai and paste: "I'm trying to install Claude Code and getting this error: [paste screenshot]. I'm on [Mac/Windows/Linux]. How do I fix it?" AI is genuinely good at debugging itself.

Pro tip: Talk instead of type.

The biggest remaining bottleneck isn't the tool. It's the keyboard. I use Wispr Flow to speak directly into Claude Code. It transcribes in real-time, natively on your Mac. I talk out loud, Wispr types it into the terminal, Claude builds it. Voice in, software out.

Download Wispr Flow (3 months free for students)

A few things I've learned.

Your first real project.

You're in. Claude Code is running. Paste this and hit Enter:

Interview me: ask 5-6 questions about who I am, what I'm working on, what tools I use, and what I wish I could build. Then take my answers and generate a personal operating manual, a markdown file that captures how I think, what I'm building, and what I'd want an AI assistant to know about me. Save it to my Desktop.

In five minutes you'll have a document that makes every future Claude session smarter. That's Project Zero. And you'll understand how this works: describe what you want, watch it happen.

What you can build.

These aren't toy demos. They're the same kinds of things I build every day to run a startup as a solo founder.

🏘

Ship a Product

Describe what you want to build. Watch it get built. Deploy it live. In an afternoon.

📊

Analyze Anything

Drop any dataset, get an interactive dashboard with real insights. Investor-ready.

Automate Your Work

Build workflows, CRMs, content engines, and systems that run while you sleep.

🌐

Launch a Website

A complete personal site or landing page from a single prompt. Live in 60 seconds.