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.
Nextacular documentation is still in progress. If you want to prioritize a part of the docs, please reach out to me via [email protected], or you may join our Discord group: https://discord.gg/GnCnzWbzDT
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.
Prerequisite
Node JS Runtime
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.