VCA · DOCS
Learn vibe coding
Guides and entry points for describing what you want, reviewing what AI builds, and shipping real projects—not memorizing syntax.
Vibe coding in five moves
The core loop: describe, draft, listen, adjust, ship. Start here before diving into courses.
Open guide ▸Principles & glossary
Intent, agents, review loops, and when to push back on the model—language every vibe coder should know.
Open guide ▸Zero to Hero (5 lessons)
From your first prompt to a toolkit of professional patterns—no prior coding required.
Open guide ▸Zero to Agent Builder
Six lessons: install a coding agent, feed it CSV + Supabase + web research, publish conclusions. Certified path.
Open guide ▸Interactive tutorials
Hands-on paths for beginners, youth, career changers, and tool-specific walkthroughs.
Open guide ▸Tools Comparison
Side-by-side features, pricing, and use cases for Cursor, Copilot, Claude Code, and other AI coding tools.
Open guide ▸The five disciplines
- 01
Describe outcomes, not implementation
Say what the user should see and do. Save file names and libraries for when the model asks—or when you are debugging.
- 02
Review every diff
Agents are fast, not infallible. Read changes before you run or deploy; security and correctness are still your job.
- 03
Iterate in small takes
One feature per prompt beats a ten-page spec. Ship a slice, test it, then queue the next request.
- 04
Ground the model in real data
Paste errors, sample rows, and screenshots. Vague context produces vague code.
- 05
Pick the right path
Beginner paths teach fluency; Agent Builder teaches shipping with tools. Choose the path that matches your goal.
More reference docs on the way
API reference and copy-paste example repos are in production. Until then, use courses and tutorials—they are the source of truth.