← Back to Blog
Stack

The vibecoding stack I use every day

Every tool, every reason. No fluff.

I build everything through AI. No traditional coding, no agency, no team. Just me, a clear vision, and the right tools. Here is my exact stack as of 2026, with a brief note on why each tool earns its place.

Claude Code

The core of everything. Claude Code is my primary building tool: it reads my codebase, writes code, runs commands, and fixes errors autonomously. I give it direction in plain English and review the results. This is what I use for every serious project.

VS Code

My editor. I do not write code here but I use it to navigate files, review what Claude Code did, and keep an eye on the project structure. Clean, fast, and pairs well with Claude Code via the terminal.

Vibe Kanban

My project management tool. Vibe Kanban lets me run multiple Claude Code agents in parallel on different tasks, each in an isolated workspace. It replaced Trello for me completely. If you are managing more than one active project, this changes how you work.

Vercel

Deployment. Connect your GitHub repo, push your code, your app is live. Automatic previews on every branch, custom domains, zero configuration for Next.js projects. I use it for every web project.

n8n

Automation. When I need to connect tools, schedule tasks, or run AI agents on a trigger, n8n handles it. Self-hostable, flexible, and the best option for builders who want control without paying per-action fees.

Perplexity

Research. Every time I need current information, documentation, or a quick answer with sources, Perplexity is faster and more reliable than a standard search engine. I use it daily.

This stack took time to settle. The goal of Vibecodit is to get you to a working version of this setup in a few sessions, without the months of trial and error I went through.