Can I run BotBrain offline (no internet / no Supabase)?
How to run offline: local Supabase or remove auth for single-user setups.
Yes. There are two main options for offline deployments:
1) Run a local Supabase instance on your network (recommended):
2) If you don’t need user accounts/authentication, you can modify the frontend to remove the login screen and Supabase dependencies. Community members have done this successfully for offline, single-user deployments.
Did this answer your question?
😞
😐
🤩