Inspiration Small B2B sales teams still rely on live outbound calling, but most outreach workflows are low-context, manual, and hard to scale. Reps often dial cold leads without enough context, lose track of what happened after the call, and waste time on poorly qualified lists.
BridgeBrief came from that gap. I wanted to build something more useful than a generic CRM mockup: a workflow that helps a rep sound more prepared before the call starts, keeps costs under control during testing, and creates a clearer follow-up path after each conversation.
What BridgeBrief does BridgeBrief is a guided outbound sales workflow for small B2B teams.
Instead of dropping a rep into a cold call blindly, BridgeBrief calls the rep first with a short lead briefing, then bridges the prospect from a trusted outbound number. After the call, it records the conversation, logs the result, and makes the next step clearer, whether that is a callback, a retry, or a completed outreach attempt.
For the hackathon MVP, I focused on a small, cost-controlled batch flow: • start with a vetted lead list • target a single trusted area code • call the rep first • bridge the lead second • save the result and recording afterward
That scope kept the product realistic while still showing a path to a production-ready outbound workflow.
How I built it BridgeBrief was built as a full-stack concept around Vercel, Twilio, and AWS database infrastructure.
The public product and demo page is deployed on Vercel so the project has a clean public surface for the submission and a real link people can open. The live calling workflow is powered by Twilio voice, including the rep-first bridge pattern and recording flow. I also built a Python batch runner that loads a vetted lead list, starts one controlled call at a time, and writes call results and recording outputs so the workflow can be reviewed after each run.
From an architecture perspective, the long-term backend model is designed around DynamoDB for lead records, call sessions, attempt history, callback state, and recording metadata. That gives the project a realistic path from a manual MVP into a scalable B2B outbound system.
Challenges I ran into The biggest challenge was balancing realism with speed.
I did not want to build a fake dashboard that looked impressive but did not prove anything. At the same time, live outbound calling can become expensive quickly, and public demos create privacy concerns. That forced me to make deliberate product decisions: • keep the MVP sequential instead of parallel • work from a small vetted lead batch • use one trusted area code first • create a sanitized public demo path for recording
Another challenge was deciding what part of the problem to solve first. There are many possible features in outbound sales, but the most important one for this MVP was the rep-first briefing and bridge flow. That decision kept the project focused and made the demo much clearer.
What I learned I learned that the most valuable part of outbound calling is not just placing the call, but improving rep context before the call and preserving the outcome afterward.
I also learned that a strong hackathon project does not need to pretend to be bigger than it is. A focused workflow with a real use case, a credible architecture, and a clear expansion path is more compelling than a broad but shallow demo. For BridgeBrief, the rep-first bridge pattern became the clearest expression of the product.
What’s next The next step for BridgeBrief is to deepen the backend workflow so the product can move beyond a manual MVP. That includes richer DynamoDB-backed state for leads and call sessions, retry and callback workflows, voicemail handling, and a more polished operator dashboard on Vercel.
BridgeBrief started as a focused outbound sales prototype, but the goal is larger: a lightweight outbound operating system for small B2B teams that want more context, more structure, and better follow-through in live sales outreach.

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