What is Nextacular?
Nextacular is an open-source starter kit that will help you build full-stack and multi-tenant SaaS platforms efficiently and help you focus on developing your core SaaS features.
Last updated
Was this helpful?
Nextacular is an open-source starter kit that will help you build full-stack and multi-tenant SaaS platforms efficiently and help you focus on developing your core SaaS features.
Last updated
Was this helpful?
Nextacular documentation is still in progress. If you want to prioritize a part of the docs, please reach out to me via , or you may join our Discord group:
Nextacular is built on top of popular and modern technologies such as:
Next JS - 12.1.6
Tailwind CSS - 3.0.11
Prisma - 3.10.0
These technology stacks were carefully selected to give you the best developer experience and flexibility in developing your SaaS platforms.
NOTE: Nextacular is not an application framework, but it is a starter kit that will help you get started right away with minimal configurations. Starter kits tend to be more opinionated compared to frameworks.
As of version 1.0.0, Nextacular can only be deployed via Vercel. We are exploring our options for managing the multi-tenancy approach with other services.
Next JS is the selected React JS framework for Nextacular, and it will require us to install a JavaScript runtime on our local machine.
You'll need to install Node (>= 14.0.0) and NPM (>= 5.6) to run Nextacular. You'll have access to the npx
command after installing a version of Node JS.
We built Nextacular using VSCode and we have pushed our .vscode
settings over to our repository.
Ready to build your SaaS? Let's proceed.
You can access the project's repository .
Alternatively, you may install Yarn () to manage your dependencies.
Download the installer here: .
Download the installer here: