Skip to main content
This documentation is coming soon. Check back for updates!

Overview

Auction Excellence is built with a modern, scalable architecture.

Tech Stack

LayerTechnology
BackendSupabase (PostgreSQL, Auth, Storage, Edge Functions)
MobileReact Native 0.81.5, Expo 54, TypeScript
AdminNext.js 16, React 19, shadcn/ui, Tailwind 4
StateZustand 5, React Query 5

Project Structure

auction-excellence/
├── supabase/     # Database, migrations, Edge Functions
├── mobile/       # React Native iOS app
├── admin/        # Next.js admin dashboard
└── docs/         # Development documentation

Key Patterns

  • Row Level Security for multi-tenant isolation
  • React Query for server state management
  • Zustand for client state (auth only)
  • Zod for validation