Launched this week

Next.js SaaS Starter Kit
Launch your SaaS in days, not months
10 followers
Launch your SaaS in days, not months
10 followers
A production-ready SaaS template built with Next.js 14, TypeScript, and Stripe. Includes email/OAuth authentication, subscription payments, and a beautiful dashboard. Perfect for indie hackers and developers launching their first SaaS product. Tech: Next.js, TypeScript, Tailwind CSS, Prisma, NextAuth, Stripe



The auth flow was surprisingly smooth to wire up and the Stripe integration handled subscriptions without any weird edge cases. Saved me probably a week of setup.
@lyasl9qo Thank you so much! That's amazing to hear.
I built this because I saw a lot of developers struggling with the same setup challenges - auth, Stripe, database schema, deployment. Knowing it saved you a week is exactly the validation I needed that this solves a real problem. Really appreciate the feedback!
If you end up using it, I'd love to hear how it goes or any suggestions for improvements.
honestly looks super solid for kicking off a SaaS, the stack is basically everything most people need out of the box. one thing that would be a game changer is adding a built-in admin panel so you can manage users and subscriptions without bolting on something like Retool or building one yourself. would save a ton of time.
@zafer173643 Thank you! That's great feedback. You're absolutely right - an admin panel for user and subscription management would be really valuable. That's something I'm definitely considering for a v2.
For now, the template includes everything you need to build one, and the API is documented and ready for it - but I get why having it included would save significant time.
This is super helpful! Are there any other features you think would be essential for a complete starter?
Would love to see a built-in feature flag system or maybe a couple of example A/B test setups. That way folks shipping their first SaaS can test pricing or onboarding tweaks without wiring up a whole tool like GrowthBook from scratch.
@eyma79088 That's a fantastic suggestion! You're spot on - feature flags and A/B testing are exactly what first-time SaaS founders struggle with.
I love the idea of including simple, documented examples so people can test pricing, onboarding, or features without spinning up another tool. That's definitely going on my roadmap for v2 - it fits perfectly with the goal of "everything you need to launch."
Quick question: when you think about A/B testing, are you thinking simple percentage-based splits, or something more sophisticated?
That helps me prioritize!
The pre-wired Stripe and NextAuth integration is honestly a huge time saver, you know how painful it is setting those up from scratch on a new project. Really clean execution on this one.
@fevziggx7 Thank you! Stripe + NextAuth setup can definitely be tedious - lots of edge cases to handle properly. I put together this template because I saw developers struggling with that exact setup, and realized there was an opportunity to package it as a solid solution. Really glad the execution is clean for you - that was a priority!