Stacks
A stack is the set of tools that ships one project, chosen because they fit together, not because each one topped a listicle. Hand your agent a coherent stack and it builds inside known walls. Let it improvise and it will confidently wire together five services that have never met in production, and you get to own the debugging.
Quick-and-Dirty Startup
The fastest respectable path from idea to a public URL — Vercel, Vite, React, Supabase, Resend, PostHog.
Vercel · Vite · React · Supabase · Resend · PostHogintermediateSubscription SaaS
The quick-startup stack plus Stripe — recurring billing, customer portal, webhooks.
Vercel · Vite · React · Supabase · Stripe · Resend · PostHogadvancedAWS Production
The grown-up deployment: infrastructure as code on AWS for apps that outgrew serverless simplicity.
AWS CDK · RDS Postgres · ECS Fargate · S3 · CloudFront · SESadvancedLocal Agents on NVIDIA
Agents running on your own silicon — local inference, no per-token bill, your data never leaves the room.
NVIDIA AGX/DGX · Ollama · vLLM · Docker · Open WebUIbeginnerContent & Marketing Site
A writing-first site: MDX posts, RSS, and a contact form — no database at all.
Next.js · MDX · Vercel · ResendintermediateInternal Tool
An auth-gated CRUD dashboard over Postgres for the spreadsheet your team outgrew.
Next.js · Supabase · Supabase Auth · VercelintermediateRAG Knowledge App
Retrieval over your own documents with Postgres + pgvector — the "chat with our docs" shape done right.
Postgres · pgvector · Supabase · Vercel · Vite · ReactadvancedAgent Observability (PyRapide)
Causal observability for agent systems — see WHY your agent did what it did, not just what happened.
Python · PyRapide · MCP · your agent framework