Help! First time building a SaaS – what tech stack should I use??

0

Hey everyone, I’m a junior dev (1 year exp) and want to build my first SaaS product on the side.

The idea is a simple AI-powered content tool. Nothing too complex initially.

I’m thinking: Next.js + Supabase + Vercel. But idk if that’s the right call?

My concerns:

  • Is Next.js too complex for a beginner?
  • Should I go with a NoSQL db instead of SQL?
  • Is it better to use a BaaS or build from scratch?

Would love some advice from people who’ve done this before! 🙏

0

Hey, I built my first SaaS last year so hopefully I can help!

My recommendation: Next.js + Supabase + Vercel

Here’s why this stack is perfect for beginners:

  • Next.js: Great docs, huge community, lots of tutorials
  • Supabase: Open-source Firebase alternative, PostgreSQL under the hood, amazing docs
  • Vercel: Zero-config deployment for Next.js, great free tier

The best part: they’re all designed to work together seamlessly. You can spin up a full-stack app in a weekend.

Don’t overthink it – just start building! 🚀