Connecting street food vendors with raw material suppliers. A two-sided marketplace bringing pricing transparency, real-time sync, and supply chain structure to India's informal food economy.
Street food vendors are the backbone of local economies across India — yet they operate with zero infrastructure:
- ❌ No visibility into raw material pricing or market demand
- ❌ No structured way to find or contact reliable suppliers
- ❌ Entirely offline, unstructured supply chains
- ❌ No data to make smarter purchasing decisions
VendorBridge is a two-sided marketplace that brings transparency and structure to the vendor–supplier relationship — built in 48 hours at the Tutedude Web Dev Hackathon 2025.
- 📊 Market Price Dashboard — raw materials, categories, average pricing, demand, and stock levels
- 🔍 Search & Filter — quickly find suppliers and products by category or location
- 🔄 Real-time Sync — supplier updates reflect instantly in vendor view
- 🛠️ Supplier Dashboard — add and manage product listings with pricing and stock info
- 📦 Inventory Management — keep product data up to date in real time
- 🔐 Google Authentication — fast, secure one-click login
- 📱 Separate Dashboards — clean, role-based UI for vendors and suppliers
git clone https://github.com/Sanu700/VendorBridge.git
cd VendorBridge
npm install
npm startVendorBridge/
├── src/
│ ├── components/
│ │ ├── VendorDashboard.js # Vendor market view
│ │ ├── SupplierDashboard.js # Supplier product management
│ │ ├── PriceDashboard.js # Market price overview
│ │ └── SearchFilter.js # Search and filter system
│ ├── firebase.js # Firebase config + real-time sync
│ └── App.js
├── public/
└── package.json
| Layer | Technology |
|---|---|
| Frontend | React 18, JavaScript, CSS |
| Auth | Google OAuth |
| Database | Firebase Realtime Database |
| Deployment | Netlify / Vercel |
- Real-time order booking system for direct vendor–supplier transactions
- Map-based supplier locator to find nearby vendors
- Advanced analytics dashboard for data-driven purchasing decisions
- Mobile-first version for smartphone-reliant vendors
Built in 48 hours at the Tutedude Web Development Hackathon 2025.
| Member | Role |
|---|---|
| Sanvi Udhan | Full-Stack Development |
| Simar | Full-Stack Development |
MIT — feel free to use and build on this project.