Kuve

KUVE Finance — Client Web App (MFT=11)

Mobile-first client portal: Supabase Auth, Binance key management, live dashboards.

Run locally

cp .env.local.example .env.local   # values already point to the Asset Optimizer project
npm install
npm run dev                        # http://localhost:3000

Deploy (Vercel)

  1. Push this folder to a Git repo, import in Vercel.
  2. Set env vars NEXT_PUBLIC_SUPABASE_URL and NEXT_PUBLIC_SUPABASE_ANON_KEY (see .env.local.example).
  3. In Supabase → Auth → URL Configuration, add the Vercel URL to Site URL / Redirect URLs.

Pages

Security model