An interactive web app teaching non-technical people the terminal and Claude Code
| Level | Title | Lessons | Topics |
|---|---|---|---|
| 0 | Computers Are Not Magic | 6 | Files, folders, paths, what a terminal is |
| 1 | Your First 30 Minutes in the Terminal | 13 | Navigate, create, manage files |
| 2 | Reading and Writing Files | 13 | View files, search text, chain commands |
| 3 | Your Code Has a History | 17 | Git and GitHub fundamentals |
| 4 | How Software Actually Works | 14 | Client/server, APIs, databases, cloud |
| 4B | Talk to the Internet | 12 | HTTP requests, real APIs, curl |
| 5 | Building With Real Tools | 15 | Node.js, npm, Express server |
| 6 | Claude Code — Your AI Pair Programmer | 15 | Prompting, editing, building with Claude |
| 6B | Claude Skills | 5 | Custom slash commands, SKILL.md |
| 6C | MCP — Connect Claude to Everything | 5 | MCP servers, transports, Tool Search |
| 6D | Context Is Everything | 5 | CLAUDE.md, memory, sessions, specs |
| 6E | Claude Code Advanced | 5 | Subagents, worktrees, hooks, headless, cost |
| 7 | Junior Developer Patterns | 12 | Debug, deploy, security, pro workflow |
| 8 | The Project — Build a Real Game | 10 | WebSockets, Socket.io, multiplayer, deploy |