Skip to content

Phase 1: First Build

Goal: You build and ship one real thing. Every tool is introduced because the project demands it. You finish with a working project, a Git repo, and the confidence that you can do this.

  • Open a terminal and run commands without panic
  • Use Claude Code to build a working project from a natural language description
  • Save work with Git (init, add, commit)
  • Read generated code well enough to spot obvious problems
  • Deploy a project so other people can see it
  • Explain what you built to a non-technical person
SectionTopic
1.1 — Setting Up Your WorkshopInstall Terminal, VS Code, Node.js, Git, Claude Code
1.2 — Your First Conversation With AIThe big mental shift + 4 core prompting principles
1.3 — Understanding What Came BackFile structure literacy, reading code like a document
1.4 — Saving Your WorkGit basics: init, add, commit
1.5 — Putting It OnlineLocal vs. remote, deploy path, live URL
1.6 — Vocabulary12 terms every builder must know from Phase 1

Previous phase: Phase 0 — See the Matrix | Next phase: Phase 2 — Builder’s Toolkit