Back to browse
Babylog – baby tracker built with OpenClaw from a hospital room

Babylog – baby tracker built with OpenClaw from a hospital room

by chand1012·Feb 16, 2026·2 points·1 comment

AI Analysis

●●SolidCozyShip It

Purpose-built baby tracker without subscription bloat, but competing in crowded parenting app market.

Strengths
  • Link-based caregiver sharing with zero sign-up friction solves real coordination chaos between partners and family — genuinely better UX than group texts or app-based invites.
  • Deployed on first try from a hospital room via Telegram + OpenClaw; React PWA + Cloudflare stack is lean and cost-free at scale.
Weaknesses
  • No retention moat — features (feedings, diapers, naps, charts) are table stakes in parenting apps (Huckleberry, Glow, Nanit exist with more data insights).
  • Single founder, built during personal crisis; no evidence of growth, retention metrics, or plan to compete against funded alternatives.
Category
Target Audience

New parents, caregivers, pediatricians

Similar To

Huckleberry · Glow Baby · Nanit

Post Description

Hey HN! I built Babylog (https://babylog.chand1012.dev) — a simple baby tracker for logging feedings, diapers, and naps — entirely from my wife's hospital room using an AI coding agent.

My wife's water broke the day before her due date. After 18 hours of labor and an emergency c-section at 3am, our son was born. When a nurse asked "do you know what time he ate last?" and we had no idea, I knew I needed something to track it. But I didn't bring my laptop.

I had OpenClaw set up on a home server, accessible via Telegram. So I built the whole thing from my phone — planning the architecture, writing code, deploying to Cloudflare Workers — all through chat.

Stack:

• React + Vite + React Router frontend (PWA) • Hono backend on Cloudflare Workers • Cloudflare D1 (SQLite) for storage • Retro UI component library • CI/CD via GitHub Actions The MVP deployed and worked first try — account creation, child profiles, diaper and feeding logging all functional immediately. My wife and I have been using it daily since.

What went well: Zero-to-working-app without touching a keyboard. The agent handled monorepo setup, API design, frontend, deployment, and even CI/CD pipeline creation.

What didn't: No migration system (the agent skipped proper DB migrations), context poisoning made initial Cloudflare deployment painful (~1 hour of fighting the wrong API endpoint), and I broke every security best practice by giving the agent my API keys directly.

Lessons learned: Scaffold your template and CI/CD first, then let the agent iterate on features. Blog post with the full story: https://dev.to/chand1012/i-built-a-baby-tracker-app-from-my-...

Similar Projects