Installation

How to install and set up the Nuxt SaaS Starter template.

Quick Start - New project

You can start a fresh new project by cloning the repository from GitHub. Run the following command in your terminal:

Terminal
git clone https://github.com/devstack-be/nuxt-saas-stripe-starter

β†’ Go to the project directory:

Terminal
cd nuxt-saas-template

β†’ Install the dependencies:

Terminal
pnpm install

β†’ Create a .env file in the root directory or copy/paste the .env.example file

Configuration

Let's check the configuration part for update all environment variables before use pnpm run dev

Quick Start

You can start a fresh new project with:

Terminal
npx nuxi init -t github:nuxt-ui-templates/saas

or create a new repository from GitHub:

  1. Open https://github.com/nuxt-ui-templates/saas
  2. Click on Use this template button
  3. Enter repository name and click on Create repository from template button
  4. Clone your new repository
  5. Install dependencies with your favorite package manager
  6. Start development server

That's it! You can now start writing your documentation in the content/ directory πŸš€

Built with Nuxt UI β€’ Β© 2025