1
0 Comments

I built a Next.js SaaS starter kit to stop wasting months on the same code

H! πŸ‘‹

After building my 5th SaaS and realizing I was spending the first 2-3 months on the exact same stuff every time (auth, payments, emails, admin dashboard...), I finally decided to package it all into a proper template.

The problem I kept running into:

  • 3 days setting up authentication (and then adding 2FA, passkeys, OAuth...)

  • Another 3 days integrating Stripe (and then supporting other payment providers...)

  • A week building the admin dashboard

  • Endless hours on email templates, i18n, multi-tenancy...

All before writing a single line of code for my actual product.

So I built Sushify β€” a production-ready Next.js 15 boilerplate with everything pre-configured:

  • πŸ” Auth: Email, Magic Link, Google, GitHub, 2FA, Passkeys

  • πŸ’³ 5 payment providers (Stripe, LemonSqueezy, Polar, etc.)

  • πŸ€– AI integration (OpenAI, Claude, Vercel AI SDK)

  • 🏒 Full multi-tenancy & team management

  • 🌍 i18n out of the box

  • πŸ“§ 6 email providers ready to go

  • 🎨 50+ UI components, dark mode, 10+ themes

Tech stack: React 19, Next.js 15, TypeScript, Tailwind CSS 4, Prisma, PostgreSQL, Hono.

The goal: Go from idea to launch in 3-5 days instead of 2-3 months.

I'm launching it this week and would love feedback from the community. What features do you wish SaaS boilerplates had? What's the most annoying part of starting a new project for you? Sushify.dev

posted toAvatar for product Sushify
Sushify