Skip to content

Tools

This is the complete executive AI stack. Use it as a checklist.

ToolPurposeCostLink
Node.js v20+Runtime for Claude Code and Next.jsFreenodejs.org
GitVersion control / undo systemFreegit-scm.com
VS CodeCode editorFreecode.visualstudio.com
Claude CodeThe AI coding agentFree CLI + API usagenpm install -g @anthropic-ai/claude-code
Anthropic API keyPowers Claude~$10-30/month at learning paceconsole.anthropic.com
GitHub accountCode hosting + version syncFreegithub.com

That’s the minimum. With those six things you can ship everything in Modules 01-04.

ToolPurposeCostNotes
VercelDeploys your apps to the public internetFree hobby tierOne command from a Next.js project to a live URL
Neon (PostgreSQL)Serverless databaseFree tier generousWhen your apps need to remember things
ClerkUser authenticationFree up to 10K usersWhen your apps need login
Cursor (optional alternative to VS Code)AI-native editor$20/monthSome operators prefer it. Either works.
ToolWhen you need it
ResendSending transactional email from your apps (free 100/day)
SerpAPIWeb search for your agents (free tier limited; $50/mo for serious use)
TwilioSMS or WhatsApp integration
StripeCharging money for what you build
SupabaseAlternative to Neon + Clerk in one platform

These let Claude Code talk to your existing tools (covered in Module 05):

ServerWhat it connects toInstall
@modelcontextprotocol/server-filesystemLocal files anywhere on your machinenpm
@modelcontextprotocol/server-githubGitHub repos, issues, PRsnpm
mcp-server-gmailRead, search and send Gmailnpm
@notionhq/notion-mcp-serverNotion pages and databasesnpm
mcp-server-slackSlack channels and messagesnpm

Estimated monthly cost at full executive scale

Section titled “Estimated monthly cost at full executive scale”

If you’re using all of this for real work (not learning), monthly:

  • Claude API: $30-100 (depends on agent usage)
  • Vercel: $0 (free tier handles most personal use)
  • Neon DB: $0-20 (free tier handles most projects)
  • Clerk auth: $0 (free tier up to 10K users)
  • GitHub: $0
  • Domain (optional): $12/year

Total: $40-150/month to operate a small AI product portfolio. The same stack scales to $10K+/month enterprise SaaS without changes.


Cohort members get Yuri’s exact configuration files for every tool above. Onboarding becomes a copy-paste exercise instead of a setup project.