What inspired us

While enterprise giants rely on heavy, complex platforms, the actual backbone of India’s construction industry—small contractors handling ₹5-50 crore projects—runs entirely on chaotic WhatsApp groups and messy Excel sheets. We realized that AI shouldn't force these teams to adapt to new software; it should invisibly supercharge the tools they already use. We were inspired to build built4all to give the 90% of the market left behind by traditional B2B SaaS a powerful supply chain tool with an absolute zero learning curve.

How we built our project

We divided our two-person team into AI/Data and Systems Architecture:

  • Data & AI Logic: We used Python (pandas) to ingest unformatted spreadsheets. We built an "Excel-to-AI Bridge" utilizing LLM function-calling to normalize chaotic rows and parse Hinglish voice notes into structured data.
  • Systems Architecture: We integrated the Meta/WhatsApp Business API with a backend routing server. This handles incoming webhooks, queries the synced Excel data, and returns localized text responses in real-time.
  • Trust Score Engine: To build our Local Vendor Network, we implemented an automated reliability algorithm. $$ R_t = \alpha f_t + (1 - \alpha) R_{t-1} $$ This ensures recent performance weighs heavier than historical data, allowing the network effect to naturally surface the best local suppliers.

The challenges we faced

Building the "Messy Excel Bridge" was our biggest hurdle. Real-world contractor spreadsheets are chaotic—they lack standardized headers, contain merged cells, and mix languages. Extracting accurate supply chain timelines without corrupting the user's original file format required extensive data-cleaning logic. Additionally, optimizing the backend pipeline to handle WhatsApp voice note transcription, LLM querying, and response generation with minimal latency took heavy iteration to get right.

What we learned

We learned that in B2B SaaS for the Global South, minimizing the learning curve is far more critical than adding features. Small contractors don't want complex analytics dashboards; they want immediate answers. True innovation often means doing the hard, complex engineering work entirely on the backend so the user gets a frictionless, "zero-UI" experience.

Built With

Share this project:

Updates