Build guides
📖 2 min readUpdated 2026-04-18
Everything in the rest of the framework is theory. This section is practice. Pick a build guide, open a terminal, ship something.
Guides
Prerequisites for every guide
- A Mac or Linux machine (Windows via WSL works)
- Node.js 18+ or Bun installed
- An Anthropic API key
- A text editor you're comfortable with
Approach
Each guide follows the same shape:
- Goal, what you'll have at the end
- Architecture, the pieces and how they connect
- Step-by-step build, commands to run, files to create
- Testing, how to verify it works
- Next steps, what to add if you want to keep going