FamilyBonk
Use case
A very small Android app that runs in the family as a game and data visualization. APK is installed directly on private devices, background sync to a TimescaleDB container on the home server, everything strictly inside the LAN.
What's done so far
- Jetpack Compose UI with Bonk meme penguin color palette
- APK build pipeline without Play Store distribution (direct install)
- Background sync to the local TimescaleDB instance
- Patterns adopted from HealthAdvisor and Homematic (sister-project pattern)
In progress
Health Connect integration, more small family features (1-day playful slot), sync conflict handling when multiple family members write offline.