02 /STACKS / vibe-coding-stack
Vibe Coding Stack 2026
Describe an app, let agents build it, deploy it — a working product with minimal hand-coding.
observed by @whysanesanders · verified 2026-08-15
$50/mo
difficulty: beginner
The components
The recipe
- Spec before you vibe. One page: what it does, for whom, what it must never do. Paste it into every agent session. Vibes without a spec produce demo-ware.
- Drive from Cursor (Pro $20/mo). Agent mode for scaffolding and feature work; keep a Sonnet-class model as default for cost control.
- Heavy tasks to Claude Code (in Claude Pro $20/mo). Multi-file refactors, test suites and “make the build green” sessions run better in the terminal agent than in editor chat.
- Model access via OpenRouter (~$10/mo). One key, every model: compare GPT-5, Claude and Gemini outputs on the same prompt instead of guessing which to trust.
- Completions safety net: Copilot free tier. When Cursor’s monthly limits throttle you mid-month, Copilot’s free tier keeps tab completions alive.
- Deploy to an edge host. Static front-end plus serverless endpoints (Vercel/Cloudflare free tiers). No servers, no Docker, no DevOps detour.
- Git discipline from day one. Agents commit early and often — every
prompt-sized change is a commit.
git resetis the real undo button of vibe coding. - Test what you ship. Ask the agent to write the tests, then actually run them. Vibe-coded apps fail silently in ways only tests catch.
When this breaks down
The stack builds products faster than it builds understanding. The first production incident you can’t debug is the bill for skipped fundamentals — budget learning time or a contractor before that day.