

Name Sprout
In developmentProblem
Choosing a baby name means digging through static lists with no way to personalize the search or build a shortlist together as a couple.
Solution
iOS app with curated name collections, AI-generated suggestions by gender, origin, and style, and favorites that work offline as a guest and sync to your account on sign-in.
Decision
AI keys never ship in the app bundle — a Cloudflare Worker proxies a Gemini → GPT → Claude fallback chain with rate limiting and a local catalog as last resort. Favorites sit behind a repository interface so guest storage (AsyncStorage) and signed-in storage (Supabase with row-level security) swap cleanly, merging guest picks on sign-in.
React NativeExpoTypeScriptCloudflare WorkersSupabase