CoffeeBadger tracks office presence for hybrid and return-to-office teams without storing raw location history. It's a Flutter app backed by Firebase, running on iOS today with Android, web, and desktop builds from the same codebase. You set up your organization, draw a geofence around the office, and the app records badge-in and badge-out events plus progress against your hybrid policy.
The design choice that drives everything: it stores presence events, not a GPS trail. There's no map of where you've been and no surveillance-style monitoring. It's built for professional services teams: firms with an in-office policy that someone actually has to measure. Managers get compliance and period-progress views; people get a clear status without being followed around.
CoffeeBadger is not AI-native. There's no model in the product. It's deliberately a small, legible system for one job.
Right now I'm finishing the Schema V2 data migration and building the manager visibility dashboard on top of it. It's a working prototype, not yet public. Follow the build from my projects page.