AIBabyNote is a baby care log and AI-assisted planning app for parents and caregivers. Instead of stopping at passive record keeping, it turns recent records into a suggested next-day plan and reminder flow.
Current MVP Scope
The current MVP is centered on a narrow, usable workflow:
- Sign in with an existing account or demo account
- Select or create a baby profile
- Log daily events such as feeding, sleep, diaper, temperature, growth, and notes
- Review daily and weekly summaries
- Generate an AI plan for the next day
- Confirm the plan and hand it off to reminders
Repository Layout
apps/mobile: Expo app for iOS and Androidapps/web: Next.js web app, admin surfaces, and core API/BFFapps/worker: background jobs for reminder dispatchpackages/contracts: shared types and schemas
Local Development
Recommended baseline:
node -v
pnpm -vFrom the repository root:
pnpm install
pnpm dev:web
pnpm dev:mobileUseful verification commands:
pnpm typecheck
pnpm lint
pnpm --filter mobile smoke
pnpm --filter web verify:baby-coreWhy The Product Exists
Caregivers often already track feeding and sleep, but the burden remains the same: deciding what to do next. AIBabyNote aims to reduce that decision load by turning records into concrete, reviewable suggestions and reminders.

