Skip to content

OrrisTech/agentbase-template-nextjs

Repository files navigation

agentbase-template-nextjs

Default Next.js + Supabase template that AgentBase provisionApp deploys to Vercel.

What it does

  • 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.

Local dev

npm install
cp .env.example .env.local
# fill in your Supabase project URL + anon key
npm run dev

Used by

OrrisTech/agentbaselib/tools/provisionApp.ts references this repo as AGENTBASE_TEMPLATE_REPO.

About

Default Next.js + Supabase template deployed by AgentBase provisionApp

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors