TheCenterOf

TheCenterOf Secure

This is the private portal project for secure file upload and download. Authentication scaffolding is now in place, and the next step is wiring in the real Supabase project keys and private storage flows.

No adsNo indexingSeparate deploymentAuth scaffolding live

What is live now

  • separate secure domain
  • Supabase-ready login flow
  • protected dashboard route
  • customer-only Maxim tracker
  • sign out action

What you still need to add in Vercel

  • NEXT_PUBLIC_SUPABASE_URL
  • NEXT_PUBLIC_SUPABASE_ANON_KEY

Once those are set, the login flow can start talking to the real auth backend.