Data Health

Repository Provider Status

Credential-gated Supabase readiness, seed fallback, and migration bootstrap checks.

seed

Provider

Active runtime mode

Configuredseed
Activeseed
Auth readyNo
Server readyNo
Map modeMapbox
ODNR modeconfigured
Live local modeNot active

Activate Local Live Mode

Supabase, Mapbox, and ODNR readiness checklist

1. Copy env templateCreate .env.local from .env.local.example.
2. SupabaseRun local Supabase, apply migrations, seed data, and set provider to supabase.
3. MapboxAdd NEXT_PUBLIC_MAPBOX_TOKEN to enable production map rendering.
4. ODNRSet ODNR_INGESTION_ENABLED=true and ODNR_WELL_ARCGIS_URL, then run npm run ingest:odnr.
5. VerifyRun npm run local:supabase-check, npm run local:live-check, and confirm source links open from record pages.

Bootstrap Files

Local Supabase files and env warnings

MigrationPresent
GIS migrationPresent
SeedPresent
Missing envNEXT_PUBLIC_SUPABASE_URLNEXT_PUBLIC_SUPABASE_PUBLISHABLE_KEY or NEXT_PUBLIC_SUPABASE_ANON_KEYSUPABASE_SECRET_KEY or SUPABASE_SERVICE_ROLE_KEY
WarningsNone