Yet Another Baby Tracker (YABT) is a modern web application to track the activities of your precious bundle of joy. It is open source and you can easily deploy your own instance.
Key features (will) include:
- Track feedings, diaper changes, pumping, and more
- Track your baby's growth and milestones
- Web application that works universally on all devices (iOS, Android, Windows, etc.)
- Keep multiple devices synchronized in real time
- Provides an open API to programmatically create events
YABT is built using React, Next.js, Typescript, GraphQL, and a number of related libraries. It uses the Chakra component library for UI elements.
First, run the development server:
yarn devOpen http://localhost:3000 with your browser to see the result.
The easiest way to deploy YABT is to use the Vercel Platform from the creators of Next.js.