
Claude Code Has a Default Stack — And It's Quietly Shaping Every App Being Built Right Now
If you're using an AI coding agent, you may not be choosing your own tech stack anymore. A research team at Amplifying.ai ran Claude Code against 2,430 real repo prompts — open-ended questions like "add auth" or "add feature flags" — and recorded exactly what it picked. No tool names in the prompt. No hints. Just: what does Claude Code naturally reach for? The results are worth understanding if you're building anything in 2026. The Default Stack (JS) When Claude Code picks a tool, it picks decisively : Vercel — 93.8% of frontend deployments (Next.js projects). Zero competitors got a primary pick. Stripe — 91.4% for payments shadcn/ui — 90.1% for UI components Tailwind — 100% of JS frontend styling Zustand — 64.8% for state management (while Redux gets zero primary picks, just 23 mentions) Sentry — 63.1% for observability For Python: Railway — 82% for deployment (AWS, GCP, Azure got zero primary picks) FastAPI — dominant for APIs Custom/DIY — increasingly preferred over Redis for cachin
Continue reading on Dev.to Webdev
Opens in a new tab


