You have an AI coder in your terminal. Use it.

Stop waiting. Start building.

Claude Code is an AI that reads your files, writes code, and runs commands — right in your terminal. This guide shows you how to go from zero to building real things.

terminal — /workspace
cd /workspace && claude
Claude Code v1.x — type your goal or /help

You: Build me an anime watchlist tracker with a dark UI

Claude: I'll build that. Starting with the HTML structure,
then the CSS, then the JavaScript for CRUD operations.

◇ Create file: index.html (84 lines)
[y] Yes [n] No [v] View
y
✓ Created index.html
◇ Create file: style.css (120 lines)

Your complete guide

Five chapters that take you from "what even is this" to building real projects in the areas you actually care about.

Chapter 01

What Is This?

AI, Claude, Claude Code, and this workspace explained clearly — no fluff, no dumbing down.

Chapter 02

How To Use It

Commands, prompts, approving actions, reading output — the practical mechanics of using Claude Code.

Chapter 03

Your First Project

Step-by-step: build a real personal homepage from scratch. 7 phases, 90 minutes, something you'll actually want to show.

Chapter 04

Project Ideas

75+ project ideas across 15 hobbies — Japan, skiing, taekwondo, games, anime, coding, music, and more. Each with a sample prompt.

Chapter 05

Thinking Like a Builder

How to break down problems, iterate, get unstuck, and go from vague idea to working thing.

Start right now

1

Open a terminal

In this environment, open a terminal window. You're already in the right place.

2

Navigate to your workspace

Type cd /workspace and press Enter. This is your home base — all your projects live here.

3

Launch Claude Code

Type claude and press Enter. Claude Code starts and waits for your instructions.

4

Tell it what you want to build

Describe your project in plain English. Be specific about what you want. Approve file changes as they come. That's it.