What problem does it solve?
It helps you deploy and verify a working GBrain “brain” end-to-end without getting tripped up on Postgres connectivity, schema setup, sync correctness, or unsafe configuration steps.
Core Features & Use Cases
- Guided Supabase or Postgres + pgvector provisioning: supports Supabase connection via the correct Session Pooler (and explicitly avoids Supabase anon keys), so the environment is correctly reachable.
- Automated first import and knowledge graph backfill: imports Markdown repos, proves search works, starts embeddings, and runs link/timeline extraction to make the brain useful immediately.
- Verified health checks and mandatory live sync: enforces “doctor first” troubleshooting plus a live-sync configuration step and verification so answers don’t silently go stale.
Quick Start
Ask the AI to run the setup flow end-to-end by prompting you for the required Postgres connection string and then verifying it with gbrain doctor.