AimHuge · AI-Coding Training
You did it 🎉
Congratulations — your app is live.
This is your AimHuge training starter, deployed on Vercel. The stack works: Next.js 16, Supabase, and Vercel, with Claude Code wired in. One step left — connect it to your services by adding your keys.
Next: add your keys
Copy the example file, fill in the values, then sync them to Vercel:
cp .env.example .env.local # then fill in the keys below
pnpm run env:sync # push them to VercelNEXT_PUBLIC_SUPABASE_URL— Supabase → Project Settings → API · “Project URL”NEXT_PUBLIC_SUPABASE_ANON_KEY— Supabase → API · the “anon / public” keyNEXT_PUBLIC_SITE_URL— Your site’s base URL — localhost in dev, your domain in prodSUPABASE_SERVICE_ROLE_KEYoptional— Supabase → API · “service_role” (secret, server-only)RESEND_API_KEYoptional— resend.com → API Keys — only if you want to send email
Built from the AimHuge training starter · aimhuge.com