πŸŒ‰ Bridget: Zero-UI Relationship Manager

"Your network is your net worth."
Bridget is a zero-UI, voice-first relationship assistant that turns a 30-second post-meeting voicemail into an organized network database and instant SMS answers.


🎯 The Problem

Networking is essential for professional growth, fundraising, and sales; yet, most relationship data is lost. After coffee chats, investor meetings, or networking events:

  • Manual Data Entry Friction: Taking notes in traditional CRMs feels like a second job, leading to quick abandonment.
  • Context Decays Fast: Key personal details, advice, and promised follow-ups fade from memory within hours.
  • Warm Connections Go Cold: Without zero-friction capture, follow-ups fall through the cracks.

πŸ’‘ The Solution

Bridget eliminates the "data entry tax" by creating an ambient, voice-driven relationship pipeline:

  1. Voice-First Ingestion: Right after a meeting, dial Bridget and leave a 30-second voicemail detailing who you met and what you discussed.
  2. Automated AI Structuring: OpenAI Whisper transcribes the audio, and GPT-4o-mini extracts key entities (Name, Role, Location, Hobbies, Action Items).
  3. Transparent Google Sheets Storage: Data is automatically formatted and saved directly into your own Google Sheetβ€”giving you complete privacy, ownership, and manual override capability.
  4. On-Demand SMS Retrieval: Text Bridget anytime to query your network ("Who did I meet at Stripe?") or request your master Rolodex link on the fly.

πŸ”„ System Architecture

[ INBOUND VOICE ] ─> Twilio Voicemail ─> LLM ─> GSheets

[ INBOUND SMS ] ─> Twilio Webhook ─> Fetch Context ─> LLM ─> USER


πŸ› οΈ Tech Stack

  • Telephony & Messaging: Twilio API (Voice & SMS)
  • Backend Runtime: Node.js (Express)
  • Artificial Intelligence:
    • Speech-to-Text: OpenAI Whisper (whisper-1)
    • Entity Extraction & Query Answering: OpenAI GPT-4o-mini
  • Database & Frontend: Google Sheets API (googleapis)

[link]TRY IT OUT ON GITHUB(https://github.com/mkbuilds4/bridget)

Built With

Share this project:

Updates