A friendly, interactive web app that teaches complete beginners how to use Claude Code — Anthropic's AI coding tool.
No coding experience required to use this guide.
👉 Companion piece: If you want to use Claude without writing code (the Desktop app + your own AI agent via OpenClaw), see claude-from-zero — a written walkthrough for non-developers. This repo is the interactive sibling for the Claude Code (developer CLI) audience.
👉 Open the interactive guide in your browser
No install, no signup — it just runs.
The course has 6 short, interactive lessons:
- What is Claude Code? — What it is and what it can do
- Installing Claude Code — Step-by-step setup for Mac & Windows
- Starting Claude Code — How to open it and navigate to your project
- Basic Commands — Slash commands and the
-pflag - How to Ask for Help — Writing prompts that get great results
- Your First Real Project — Build a working to-do app from scratch
Run locally without internet:
- Download or clone this repo
- Double-click
index.html - It opens in your browser — start learning!
Host your own copy on GitHub Pages (free):
- Fork this repo
- Go to Settings → Pages and set source to
mainbranch, root folder - Your guide is live at
https://yourusername.github.io/learn-claude-code
A single self-contained index.html file. No frameworks, no dependencies, no build step. Pure HTML, CSS, and JavaScript — intentionally simple so beginners can read the source code too.
Spot something wrong, want to add a lesson, or want to translate it? PRs welcome. The bar for changes: does this make the guide more useful for an actual first-timer?
MIT — free to use, share, and remix.