Welcome to your Starter Dashboard

Your Next.js 16 App Router application is integrated with Supabase SSR helpers. Edit .env.local with your project credentials to start querying your database.

Authentication
SSR Auth
Cookie-based sessions supported
Database Client
PostgreSQL
Client & Server utilities configured
Framework
Next.js 16
App Router & React 19
Styling
Tailwind CSS
v4 Utility-first design

Live System Status

Fetched via Supabase Server Client

table: system_status
Database
Operational
Auth Service
Operational

⚡ Supabase Utilities Setup

Helper functions have been created in src/lib/supabase/ for server components, client components, and API routes.

client.ts
Browser Client (createBrowserClient)
Use in client components ('use client') for interactive user actions.
server.ts
Server Client (createServerClient)
Use in Server Components, Server Actions, and Route Handlers with Next.js cookie management.

Config Status

NEXT_PUBLIC_SUPABASE_URLConfigured
NEXT_PUBLIC_SUPABASE_PUBLISHABLE_KEYConfigured
Replace placeholder credentials in .env.local with values from your Supabase Dashboard project settings.