vibestack

MODULE 0: Claude Code — THE BASELINE CATEGORY: Coding DEPTH: CORE (you already master this — this module just makes the ruler explicit)

You don't need to learn Claude Code. You need to be able to describe its shape so every other tool's difference is obvious. This is that shape.

What Claude Code actually is (one line): an agentic coding tool that lives in your terminal, reads and edits your real local files, runs commands, and drives a plan→act→verify loop against your actual repo.

The five properties that define it (your measuring stick):

PropertyClaude CodeWhy it matters for comparison
LocusTerminal, your machine, your real filesBrowser tools (Bolt/v0/Lovable/Replit) run in their sandbox
AgencyFull agentic loop — plans, edits many files, runs tests, self-correctsCopilot/autocomplete tools only complete; v0 only generates
Codebase scaleBuilt for large existing reposBolt/Lovable/v0 shine on greenfield, choke on big legacy code
ControlYou see and approve every command/diffNo-code tools hide the steps
HostingNone — it's a coding tool, not a platformReplit/Bolt/Lovable also host + give you a DB

The honest weaknesses of your baseline (so you know what to reach elsewhere for):

  • No GUI, no visual canvas — you can't see a component render as you build it (→ v0, Bolt).
  • No built-in hosting/DB/auth provisioning (→ Replit, Lovable, Bolt).
  • No inline tab-autocomplete-as-you-type model (→ Cursor, Copilot).
  • Not the tool you hand to a non-technical client to keep editing (→ Lovable).
💬 Say this
COMMUNICATION SHORTCUT: "Claude Code is the agentic terminal coder — it works on my real repo, plans and edits across files, and runs the tests itself. Everything else I use is either a GUI layer on top of that idea, a browser sandbox version of it, or a narrower slice (just autocomplete, just UI generation)."

Mental model for the rest of the program: Every coding tool below is Claude Code with one knob changed — moved into a GUI (Cursor, Cline), moved into the browser with hosting attached (Bolt, Lovable, Replit), narrowed to one job (v0 = UI, Copilot = autocomplete), or made free/OSS (Aider, Cline, SD).

Next: 01-coding-tools.md.