Baby Buddy, a self hosted tracker for a baby's feedings, sleep, diapers, tummy time and growth, with an at a glance dashboard, a timeline and reporting charts.
Baby Buddy is an open source, self hosted web app that helps caregivers record and understand a baby's daily activities. It logs feedings, sleep, diaper changes, tummy time, pumping, temperature and measurements, and turns them into an at a glance dashboard of cards, a chronological timeline and a set of reporting charts, so patterns in sleep and feeding are easy to see. It suits parents, nannies and childcare providers who want their child's data kept privately on infrastructure they control rather than in a third party app.
cloudimg delivers Baby Buddy fully installed as a Django application behind an nginx reverse proxy, so the tracker answers the moment the instance boots. The image is secure by default: the application binds only to loopback, the well known default admin account is removed at build time, and on each instance's first boot a fresh secret key is generated and the administrator is created with a unique random password that is never baked into the image. Host settings are configured so sign in works on the public IP or a custom domain, a populated demo child with several weeks of sample entries means the dashboard is ready to explore, and everything is backed by a paired deploy guide and 24/7 support.
Real screenshots taken while testing this image against its deployment guide.