Daily Howdy — Family Connection App for Seniors and Caregivers

What Is This

A multi-tenant family connection app that solves my own problem: a more interesting and informative daily checkin with an aging parent. Seniors play daily word and memory games (Howdy rounds) while caregivers track engagement and receive weekly mood reports.

The app supports web, iOS (Hotwire Native), and Android with real-time push notifications. AI-assisted content generation with admin review keeps the daily rounds fresh.

3,433 commits. 14+ PRDs.

Why This Approach

Senior citizen apps require product taste that most engineers don’t exercise. The UX constraints are different from everything else I build: larger touch targets, simpler flows, minimal cognitive load, no assumptions about technical literacy. The daily game format solves the real problem — “how is Mom doing today?” — without requiring the senior to fill out a form or remember to call.

Hotwire Native was chosen over React Native or Flutter because it lets a single Rails codebase serve web, iOS, and Android with native shell wrappers. For a product with simple interactions but complex backend logic (scheduling, notifications, AI content generation, caregiver reporting), this is the right tradeoff.

Key engineering decisions:

What Would Break

What I Learned


Repo: github.com/plentyofsaas/dailyhowdy-app (private)

Live: dailyhowdy.com

Status: Active development.