Baba
In developmentAn AI assistant for immigrant families - it makes the phone calls, reads the mail, and catches the scams.
A parent writes a request in Farsi, Spanish, or any of 11 languages. Claude turns it into a professional English call script, then a real-time voice pipeline (Deepgram speech-to-text to Claude to ElevenLabs speech) places the call to the insurance company or government office. The family gets the transcript summarized in both languages. Also: document scanning with urgency triage, scam detection, a live two-way translator, and US citizenship test prep.
Under the hood: FastAPI backend with 92 endpoints; dual-principal JWT auth (phone-OTP for parents, OAuth for family); webhook integrations with Stripe, Vapi, RevenueCat, and Twilio; metered call-minute billing; Claude Sonnet/Haiku model tiering plus prompt caching to control inference cost. ~21K lines, solo, across web, iOS/Android, Telegram, and WhatsApp.
