/ BUILD GUIDES · COPY-PASTE READY · 11 GUIDES LIVE

Build your own AI agents.
No theory. Just working code.

Every guide is a complete walkthrough — screenshots for every click, copy-paste code for every step, a ship-it checklist at the end. Open one. Build the agent. Repeat.

Build guides
11
and counting
Copy-paste snippets
49
across all guides
Tools covered
11
all free-tier friendly
Time to first agent
< 1 day
if you do the work
◆ START HERE · MASTER CLASS
▸ TIER · BEGINNER

Beginner

Zero assumed. Setup, first scripts, first agent live.

+1
MASTER CLASS
35 MIN
BEGINNER
MASTER CLASS · CLAUDE CODE

Claude Code, end to end: zero to power-user.

Install it. Configure it. Use the right plugins, the right skills, the right keyboard shortcuts, and the workflow patterns that turn it into your full-time engineer.

35 min · 8 stepsSTART
+1
MASTER CLASS
30 MIN
BEGINNER
MASTER CLASS · CODEX CLI

OpenAI Codex CLI: from zero to autonomous PR machine.

Install Codex. Configure it. Set up GPT-5 access. Wire up the right MCP servers and slash commands. Use the read → plan → ship loop that keeps it on rails.

30 min · 6 stepsSTART
TOOL
12 MIN
BEGINNER
TOOL · VERCEL

Vercel for agent builders: deploy in one push.

From zero account to a live https://your-app.vercel.app URL in 6 minutes. Then the env-var, custom-domain, and edge-function patterns you'll use weekly.

12 min · 6 stepsSTART
TOOL
14 MIN
BEGINNER
TOOL · SUPABASE

Supabase for agent state: a Postgres your AI can write to.

Spin up a real Postgres + auth + storage in 4 minutes. Wire it to your Next.js app. Use Row Level Security so your agent can write safely.

14 min · 5 stepsSTART
TOOL
8 MIN
BEGINNER
TOOL · FIRECRAWL

Firecrawl: scrape any website in 3 lines.

Most websites are JS-heavy and break basic curl. Firecrawl handles the rendering, extracts clean markdown, and gives your agent text it can actually reason on.

8 min · 4 stepsSTART
TOOL
10 MIN
BEGINNER
TOOL · RESEND

Resend: your agent's email backbone.

Sign up. Verify a domain. Send your first email in 4 minutes. Then build the React Email template + agent send loop you'll use everywhere.

10 min · 4 stepsSTART
▸ TIER · INTERMEDIATE

Intermediate

Production patterns. Reliability. Tools as products.