π 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:
- Voice-First Ingestion: Right after a meeting, dial Bridget and leave a 30-second voicemail detailing who you met and what you discussed.
- Automated AI Structuring: OpenAI Whisper transcribes the audio, and GPT-4o-mini extracts key entities (Name, Role, Location, Hobbies, Action Items).
- 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.
- 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
- Speech-to-Text:
- Database & Frontend: Google Sheets API (
googleapis)


Log in or sign up for Devpost to join the conversation.