Live ingestion setup
NurseJet is running in demo mode (no Supabase). Live ingestion needs a database to write to. To enable it:
- Create a Supabase project and add the env vars to
.env.local. - Apply
supabase/migrations/0001 → 0003in the SQL editor. - Set
ADMIN_EMAILSand sign in to become an admin. - (Optional) Add
NCBI_EMAIL,ANTHROPIC_API_KEY,CRON_SECRET.
Research adapters (PubMed, Europe PMC, OpenAlex, Crossref) need no API key.