ixartz / SaaS-Boilerplate

🚀🎉📚 SaaS Boilerplate built with Next.js + Tailwind CSS + Shadcn UI + TypeScript. ⚡️ Full-stack React application with Auth, Multi-tenancy, Roles & Permissions, i18n, Landing Page, DB, Logging, Testing
https://react-saas.com/
MIT License
4.11k stars 577 forks source link

Is "SaaS-Boilerplate? a superset of "Next-js-Boilerplate"? #37

Closed avibathula closed 2 months ago

avibathula commented 2 months ago

The only exception I see between the features listed in README.md is NextJS having additional support for "💽 Offline and local development database with PGlite"

Will it be added to "SaaS-Boilerplate"?

ixartz commented 2 months ago

Yes, SaaS Boilerplate is a superset of Next.js Boilerplate. Just with more features for someone who wants to build a SaaS, features like Multi-tenancy, Landing page for SaaS, User dashboard for SaaS.

Otherwise, it's exactly the same.

SaaS Boilerplate also uses PGlite.

Next.js Boilerplate can be used when someone want to build other application (not SaaS).

avibathula commented 2 months ago

Kudos @ixartz - I have been researching on a NextJS boilerplate for building a SaaS idea and I love what you have done here compared to many others. I am going to get started to experiment this today.

ixartz commented 2 months ago

Thank you for your message!

If you have any suggestion and feedback during your experiment, I'm totally open to it.