Vigyata.AI
Is this your channel?

My Tech Stack for Production Apps in 2025 ($0/month)

1.9K views· 109 likes· 18:07· Aug 22, 2025

🛍️ Products Mentioned (4)

Everyone asks me what stack I use to build my projects from ProofyBubble to my course platform at nextjscourse.dev. In this video, I break down my full production-ready tech stack for 2025. I’ll show you how I use them and why auth is the one piece I don’t gamble on anymore. I’ll also walk you through how I’m baking AI into everything I build, and the extra tools I rely on before you go live in production. If you’re trying to figure out the best SaaS stack for developers in 2025 and want real examples from production apps, this video will help you decide what’s worth your time and what’s not. 🔥 Check out WorkOS here: https://dub.sh/authkit 🚀 Master Next.js in production: https://dub.sh/nextjscourse Links I mentioned: Datafast Analytics by @marc-lou https://dub.sh/datafast-anky AI agent series https://youtube.com/playlist?list=PLdxiGiTC1t477cmchsr9R_vvZpAbMUFq3&si=S1QAwWiEm_LkgNX_ 📜 Chapters 00:00 Intro and why stack choice matters 01:00 How I approach frontend today 02:26 The one piece I don’t gamble on (auth) 4:56 Don't skip this tool 5:36 Designing the UI and components 7:00 Handling forms and validation 08:14 Files 11:17 How AI fits into my stack 13:33 Deployment and production considerations 14:27 Things to do before going to Production 16:10 Final thoughts on a production‑ready stack ♡ Stay Connected Follow me on: https://twitter.com/kulkarniankita9/ https://www.linkedin.com/in/kulkarniankita/ https://www.instagram.com/kulkarniankita/ 💛 Join the Discord Community: https://dub.sh/anky-discord Subscribe to my channel for more: https://www.youtube.com/@Kulkarniankita?sub_confirmation=1

About This Video

I don’t pick tools because they’re trendy—I pick them because they help me ship faster, stay focused, and still scale later. In this video I break down the exact $0/month production stack I’m using in 2025 across real apps I’ve shipped (like ProofyBubble and my custom course platform at nextjscourse.dev). The core is Next.js + React + TypeScript, because I want server components and server actions so I can colocate UI and backend logic instead of juggling a separate API layer. And yes, I’m opinionated here: the times I skipped TypeScript, I regretted it. The one piece I don’t gamble on anymore is auth. Auth is the entry point to your app, and migrating it mid-project is painful because it touches sessions, roles, and integrations. That’s why I’m switching from Clerk to WorkOS AuthKit: it’s the “grown-up auth stack” from day one (SAML, SCIM, magic links, social logins), and the UI is customizable because it’s built with Radix. I also cover the rest of my stack: Tailwind + shadcn/ui for UI, Zod + React Hook Form for forms, Neon Postgres + Prisma for the database layer, MDX for docs, UploadThing for files, and how AI is baked in by default (OpenAI, Vercel AI SDK, Cursor). Finally, I share the production tools I rely on—Vercel logs/cron/preview, Sentry, Resend, and Datafast—so you don’t ship blind.

Frequently Asked Questions

🎬 More from Ankita Kulkarni