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.
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
Authentication
Email/password auth with verification, password reset, and session management via Supabase Auth.
Workspaces
Multi-tenant workspaces with role-based access control (Owner, Admin, Member).
Invitations
Token-based team invitations with email delivery and auto-verification on signup.
Billing
Stripe integration with checkout, customer portal, and webhook handling.
Admin Panel
Super admin dashboard for user management with role-based protection.
Notifications
Email notifications with Resend, activity digests, and per-user preferences.
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.tscontrols 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
Quickstart
Set up your development environment and start building in minutes.