What Is AIBabyNote

Mar 26, 2026

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:

  1. Sign in with an existing account or demo account
  2. Select or create a baby profile
  3. Log daily events such as feeding, sleep, diaper, temperature, growth, and notes
  4. Review daily and weekly summaries
  5. Generate an AI plan for the next day
  6. Confirm the plan and hand it off to reminders

Repository Layout

  • apps/mobile: Expo app for iOS and Android
  • apps/web: Next.js web app, admin surfaces, and core API/BFF
  • apps/worker: background jobs for reminder dispatch
  • packages/contracts: shared types and schemas

Local Development

Recommended baseline:

node -v
pnpm -v

From the repository root:

pnpm install
pnpm dev:web
pnpm dev:mobile

Useful verification commands:

pnpm typecheck
pnpm lint
pnpm --filter mobile smoke
pnpm --filter web verify:baby-core

Why 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.

AIBabyNote

AIBabyNote