Nextacular🌙
  • What is Nextacular?
  • Overview
    • Feature Highlights
    • Main Technologies
    • Dependencies
  • Updating From Latest
  • Changelogs
    • Version 1.2.0 – Beta
    • Version 1.1.1 – Beta
    • Version 1.1.0 – Beta
    • Version 1.0.2 – Beta
    • Version 1.0.0 – Beta
  • 🚀Getting Started
    • Quick Start
    • Quick Deploy Guide
    • Deployment Checklist
    • FAQs
  • 🌟Development Features
    • Workspaces
    • Teams Management
    • Domains
    • Authentication
    • Sending Emails
    • Email Templates
    • Payment Handling
    • Validation
  • 🎨Customization
    • Project Structure
    • Environment Variables
    • Configurations
      • Tailwind CSS
      • Subscription Rules
      • API Validation
      • Sidebar Menu
      • Email Templates
    • Layouts
    • Components
    • Sections
    • Pages
      • Page Fetching Methods
      • Authenticated Pages
      • Account Pages
      • Landing Pages
  • 💻Technology Guide
    • Framework
      • Next JS
    • Database
      • ORM
        • Prisma
      • Relational Database
        • Heroku PostgreSQL
        • Supabase
    • Authentication
      • Next Auth JS
    • Email
      • Mailjet
      • SendGrid
    • Payment
      • Paddle
      • Stripe
    • Styling
      • Tailwind CSS
    • Server
      • Vercel
    • Analytics
      • Google Analytics
    • Blog
      • Notion
    • File Management
      • Cloudinary
      • Google Cloud Platform
    • Iconography
      • Hero Icons
    • Internationalization
      • Tolgee
    • Notifications
      • LogSnag
    • CMS
      • Sanity
  • 🌙Additional Resources
    • Learn React JS
    • Learn Next JS
    • Learn Prisma for Next JS
    • Project Roadmap
Powered by GitBook
On this page
  • Introduction
  • Prerequisite
  • Node JS Runtime
  • VSCode – Optional

Was this helpful?

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.

NextOverview

Last updated 3 years ago

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:

Introduction

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.

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.

VSCode – Optional

We built Nextacular using VSCode and we have pushed our .vscode settings over to our repository.

You may choose to opt for another code editor to kickstart your development. However, we recommend using VSCode as we have the formatting and linting

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:

here
https://yarnpkg.com/getting-started/install
https://nodejs.org/en
https://code.visualstudio.com/download
arjay.osma@gmail.com
https://discord.gg/GnCnzWbzDT
Nextacular is now powered by Vercel