BugHive is a mobile-first engineering logbook for developers and QA engineers.
It helps engineers capture private debugging notes, bug reports, feature ideas, research, and technical investigations, then optionally sync selected logs to GitHub Issues.
- Supabase is the source of truth.
- GitHub is only a manual synchronization target.
- Home and repository detail screens load from Supabase only.
- GitHub API calls happen only when connecting a repository or syncing a log.
- Continue with GitHub through Supabase Auth.
- View repositories registered in BugHive.
- Add a GitHub repository URL.
- Create engineering logs as local drafts.
- Optionally sync a saved log to GitHub Issues.
Copy .env-example to .env, then set:
SUPABASE_URLSUPABASE_PUBLISHABLE_KEYGITHUB_OAUTH_REDIRECT_URL
After changing Nylo environment values, regenerate the app env file before building:
dart run nylo_framework:main make:env