# Auction Rise ## Docs - [Authentication](https://docs.auction-rise.com/docs/api/authentication.md): Authenticate with the Auction Rise API using Supabase Auth JWT tokens. - [API Endpoints](https://docs.auction-rise.com/docs/api/endpoints.md): Auction Rise REST API endpoint reference. - [Changelog](https://docs.auction-rise.com/docs/changelog.md): What's new in Auction Rise - [Adding Features](https://docs.auction-rise.com/docs/features/adding-features.md): Directory conventions, migration naming, and a step-by-step example for extending the template. - [Admin Panel](https://docs.auction-rise.com/docs/features/admin.md): Super admin user management, the is_super_admin role, and database trigger protection. - [Audit Logs](https://docs.auction-rise.com/docs/features/audit-logs.md): Workspace-scoped audit trail for tracking mutations with the auditLog() helper. - [Authentication](https://docs.auction-rise.com/docs/features/authentication.md): Email/password auth, session management, and route protection via Supabase and proxy.ts. - [Billing](https://docs.auction-rise.com/docs/features/billing.md): Stripe checkout, customer portal, and webhook handling for subscription billing. - [Configuration](https://docs.auction-rise.com/docs/features/configuration.md): saas.config.ts deep dive, auth routes, sidebar nav, environment variables, and design tokens. - [Feature Flags](https://docs.auction-rise.com/docs/features/feature-flags.md): Global and workspace-level feature flags with plan-based gating and admin management. - [Invitations](https://docs.auction-rise.com/docs/features/invitations.md): Token-based team invitations with email delivery, auto-verification, and accept/decline flows. - [Background Jobs](https://docs.auction-rise.com/docs/features/jobs.md): Job queue with status tracking, progress reporting, and integration with any job runner. - [Email Notifications](https://docs.auction-rise.com/docs/features/notifications.md): Resend integration, welcome emails, activity digests, and per-user notification preferences. - [Workspaces](https://docs.auction-rise.com/docs/features/workspaces.md): Multi-tenant workspace architecture with role-based access control and RLS enforcement. - [Introduction](https://docs.auction-rise.com/docs/introduction.md): Auction Rise — a production-ready SaaS template built with Next.js 16 and Supabase - [Quickstart](https://docs.auction-rise.com/docs/quickstart.md): Get your Auction Rise project running in minutes - [Privacy Policy](https://docs.auction-rise.com/legal/privacy-policy.md): How [Your App Name] collects, uses, and protects your personal information. - [Terms of Service](https://docs.auction-rise.com/legal/terms-of-service.md): Terms and conditions for using the [Your App Name] platform. ## OpenAPI Specs - [openapi](https://docs.auction-rise.com/openapi.yaml)