> ## Documentation Index
> Fetch the complete documentation index at: https://docs.auction-rise.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Introduction

> Auction Rise — a production-ready SaaS template built with Next.js 16 and Supabase

# Auction Rise

A production-ready SaaS template with authentication, multi-tenant workspaces, billing, and more — built with Next.js 16, Supabase, and TypeScript.

## What's Included

<CardGroup cols={3}>
  <Card title="Authentication" icon="lock" href="/docs/features/authentication">
    Email/password auth with verification, password reset, and session management via Supabase Auth.
  </Card>

  <Card title="Workspaces" icon="building" href="/docs/features/workspaces">
    Multi-tenant workspaces with role-based access control (Owner, Admin, Member).
  </Card>

  <Card title="Invitations" icon="envelope" href="/docs/features/invitations">
    Token-based team invitations with email delivery and auto-verification on signup.
  </Card>

  <Card title="Billing" icon="credit-card" href="/docs/features/billing">
    Stripe integration with checkout, customer portal, and webhook handling.
  </Card>

  <Card title="Admin Panel" icon="shield" href="/docs/features/admin">
    Super admin dashboard for user management with role-based protection.
  </Card>

  <Card title="Notifications" icon="bell" href="/docs/features/notifications">
    Email notifications with Resend, activity digests, and per-user preferences.
  </Card>
</CardGroup>

## Architecture

Auction Rise uses the **Next.js 16 App Router** with **Supabase** for auth and database:

* **Route groups**: `(auth)` for login/register, `(platform)` for authenticated pages, `(marketing)` for public pages
* **Config-driven**: `saas.config.ts` controls auth routes, sidebar navigation, and app branding
* **Database**: PostgreSQL with Row Level Security (RLS) enforced at every level
* **Email**: Resend SDK with retry logic and React Email templates

## Getting Started

<Card title="Quickstart" icon="rocket" href="/docs/quickstart">
  Set up your development environment and start building in minutes.
</Card>
