Default Next.js + Supabase template that AgentBase provisionApp deploys to Vercel.
- Reads
NEXT_PUBLIC_SUPABASE_URL+NEXT_PUBLIC_SUPABASE_ANON_KEY(injected at deploy time by AgentBase). - Pings Supabase on page load and shows a green "Connected" state.
- Renders the project ref + table name as proof of wiring.
npm install
cp .env.example .env.local
# fill in your Supabase project URL + anon key
npm run devOrrisTech/agentbase — lib/tools/provisionApp.ts references this repo as AGENTBASE_TEMPLATE_REPO.