I can’t find .env.example (Supabase setup)

Why .env.example isn’t needed; install.sh generates BotBrain/.env automatically.

If you used the automated installer (install.sh), you don’t need to copy anything — the installer generates BotBrain/.env and fills it with your credentials.

Docs referencing .env.example are usually aimed at manual frontend development outside Docker. In that case you can export variables directly in your shell (or create your own .env), for example:

export NEXT_PUBLIC_SUPABASE_URL=...
export NEXT_PUBLIC_SUPABASE_ANON_KEY=...
Did this answer your question?
😞
😐
🤩