Your sports market dashboard starts here.
Login is positioned for the real product path: wallet readiness, session readiness, paper portfolio access, and investor walkthroughs. No deposits, withdrawals, live orders, or settlement are enabled.
A premium access page for investors, testers, and early sports fans. The UI reads Vercel environment readiness without exposing secrets.
Login is positioned for the real product path: wallet readiness, session readiness, paper portfolio access, and investor walkthroughs. No deposits, withdrawals, live orders, or settlement are enabled.
Authentication readiness
Session auth
MissingRequires Better Auth secret plus database connection.
Wallet auth
MissingRequires session auth plus Reown project configuration.
Login methods
Environment checklist
Server env · BETTER_AUTH_SECRET
Signs and protects auth sessions in the Better Auth route.
Server env · DATABASE_URL
Backs users, sessions, accounts, verification, and product data.
Server env · POSTGRES_URL
Fallback database connection name used by some Vercel projects.
Server env · SITE_URL
Canonical runtime URL used by AppKit metadata, SIWE domain, and redirects.
Server env · VERCEL_URL
Vercel-provided deployment URL used as a fallback for runtime site resolution.
Server env · REOWN_APPKIT_PROJECT_ID
Enables wallet connection and SIWE verification plumbing.
Public env · NEXT_PUBLIC_SUPABASE_URL
Public Supabase project endpoint when Supabase features are enabled.
Public env · NEXT_PUBLIC_SUPABASE_ANON_KEY
Public anon key for safe client-side Supabase reads when configured.
Public env · NEXT_PUBLIC_SITE_URL
Optional public canonical URL used for links, redirects, and previews.