Hi guys!<p>I built a SaaS starter kit on top of Next.JS. In our startup, we didn't have a standard way of building our applications, so I thought of spending some time crafting a Workspace-based SaaS starter kit to be deployed on Vercel. This is an open-source initiative and a way for me to improve on my development skills with React and Next.JS. Lots of SaaS boilerplates, some are free some are premium, but I wasn't able to find the ease of configuration and simple developer experience in the existing ones.<p>I do know that there exists Vercel's Platform Starter kit, and I was happy I was invited into their repository. I was already building Nextacular before I joined the repository and had to piece some of this things together with my knowledge about Next.JS and Vercel's APIs. Luckily, the repo invite made me improve the codebase of Nextacular.<p>It packages features out-of-the-box which includes:
- Authentication
- Workspaces and Teams
- Multi-tenancy and Custom Domains
- Billing and Subscriptions
- Basic Landing Page and Components
- Database Integration
- Email Handling<p>It was fun building it in public and people were showing their support for this open-source project. Documentation is still being constructed, but it is not substantial enough to generate a working SaaS application.<p>In case you may want to explore how it works, you may visit the demo on the link from the landing page. Rest assured your information will be cleaned out every other day.