Every SaaS I build starts from this template. Auth, billing, database, and AI hooks pre-wired. Here's what's included and why.
Supabase Auth with NextAuth.js. Social providers (GitHub, Google) out of the box. Magic links for emails that don't support social.
PostgreSQL with row-level security. Every query is scoped to the authenticated user. Database enforces security, not application code.
Stripe integration with webhook handlers for subscription events. Usage-based billing setup is ready to go.
Clone, replace the secrets, and deploy. You'll have a production-ready SaaS in an afternoon.
A voice agent that handles negotiations with real humans is not the same as a chatbot. Here's the architecture that keep...
RAG is not a silver bullet. Here's when it works, when it doesn't, and how to know which problem you're actually solving...
Every PR on my team gets reviewed by Claude before a human sees it. Here's the exact prompt and CI setup.AI code review ...
How to move from pre-sales engineering into an architecture role without taking a step backward.Pre-sales teaches you to...
A short, opinionated list of books that shaped how I think about systems.Most architecture books are verbose and outdate...
My exact dev stack. Updated quarterly.EditorVS Code with Copilot. The debugger integration alone is worth it.TerminalFis...
Papers, blog posts, and talks every AI-focused engineer should read.FoundationStart with Attention Is All You Need if yo...
Remote work, visa sponsorship, OSS opportunities, and the things I wish someone had told me ten years ago.Getting remote...