> ## Documentation Index
> Fetch the complete documentation index at: https://mintlify.com/zrclouddev-oss/saas-starter-vue/llms.txt
> Use this file to discover all available pages before exploring further.

# SaaS Starter Vue

> Build your next SaaS application with Laravel 12, Vue 3, and Inertia.js

<Card title="Get started in minutes" icon="rocket" href="/quickstart" horizontal>
  Follow our quickstart guide to launch your SaaS application.
</Card>

## What's Inside

A complete SaaS starter template with everything you need to launch quickly.

<CardGroup cols={2}>
  <Card title="Multi-Tenancy" icon="building" href="/features/multi-tenancy">
    Domain-based tenant isolation with automatic database provisioning
  </Card>

  <Card title="Authentication" icon="shield-halved" href="/features/authentication">
    Complete auth system with 2FA, email verification, and password recovery
  </Card>

  <Card title="Subscription Plans" icon="credit-card" href="/features/subscription-plans">
    Flexible plan management with features and limits
  </Card>

  <Card title="Modern Stack" icon="layer-group" href="/development/project-structure">
    Laravel 12, Vue 3, Inertia.js, and Tailwind CSS 4
  </Card>
</CardGroup>

## Core Features

Everything you need for a production-ready SaaS application.

* **Multi-tenancy** with domain-based routing using `stancl/tenancy`
* **Subscription plans** with feature management and billing
* **Laravel Fortify** authentication with two-factor authentication (2FA)
* **Vue 3 + Inertia.js** for a modern SPA experience
* **Tailwind CSS 4** with pre-built UI components
* **PostgreSQL** database with migrations and seeders
* **Activity logging** for audit trails
* **User management** for both system and tenant users
* **Settings management** with profile, appearance, and SMTP configuration

## Technology Stack

<CardGroup cols={3}>
  <Card title="Backend" icon="server">
    Laravel 12 with PHP 8.2+
  </Card>

  <Card title="Frontend" icon="browser">
    Vue 3 with Inertia.js 2
  </Card>

  <Card title="Database" icon="database">
    PostgreSQL
  </Card>
</CardGroup>

## Quick Links

<CardGroup cols={2}>
  <Card title="Installation" icon="download" href="/installation">
    Set up your development environment
  </Card>

  <Card title="Configuration" icon="gear" href="/configuration/environment">
    Configure database, email, and environment variables
  </Card>

  <Card title="Frontend Development" icon="paintbrush" href="/development/frontend">
    Learn about Vue components and Inertia.js
  </Card>

  <Card title="UI Components" icon="puzzle-piece" href="/components/overview">
    Explore pre-built Tailwind components
  </Card>
</CardGroup>
