Building a Hyperlocal Delivery Platform in India — Lessons from Chotu
How Chotu's full-stack hyperlocal delivery ecosystem connects customers, vendors, riders, and wholesalers with 8 dedicated apps. A deep dive into the technology and architecture.

India's quick commerce market is projected to reach $5.5 billion by 2026. From Zepto to Blinkit, the promise of 10-minute delivery has reshaped consumer expectations. But building a hyperlocal delivery platform from scratch requires solving dozens of interconnected challenges simultaneously. Here's how Chotu — Aryavrut's hyperlocal delivery ecosystem — approaches them.
The Chotu Ecosystem: 8 Apps, One Platform
Unlike monolithic delivery apps, Chotu is designed as a complete ecosystem with dedicated applications for every stakeholder:
Customer Apps - **Mobile App** — Browse products, place orders, track deliveries in real-time - **Web Store** — Full catalogue browsing and ordering from any browser
Vendor Apps - **Vendor Mobile App** — Accept orders, manage inventory, handle returns on the go - **Vendor Web Dashboard** — Analytics, catalogue management, and financial reports
Delivery Infrastructure - **Rider App** — Under 20MB Android-first app with optimized routes, earnings tracking, and OTP-verified deliveries - **Rider Dashboard** — Shift management, performance metrics, and payout history
Supply Chain - **Wholesaler App** — Inventory management and vendor supply coordination - **Admin Panel** — Complete ecosystem oversight with analytics and operations control
Technical Architecture Decisions
Why React Native + Expo? Cross-platform development with React Native lets the team ship features simultaneously on iOS and Android with a single codebase. Expo provides the build and deployment infrastructure without managing native toolchains.
Real-Time Everything with Socket.io Order status updates, rider location tracking, and vendor notifications all flow through WebSocket connections. Customers see their rider moving on the map in real-time, exactly like the major players.
Turborepo for Monorepo Management With 8 applications sharing UI components, design tokens, API clients, and business logic — a monorepo managed by Turborepo ensures consistency and dramatically reduces code duplication.
Shared Design System A unified design system with shared tokens (colors, typography, spacing) ensures brand consistency across all 8 apps while allowing role-specific customizations.
Solving the Last-Mile Challenge
Route Optimization AI-powered routing considers real-time traffic, delivery clustering, and rider proximity to minimize delivery times.
OTP-Verified Handoffs Both pickup (from vendor) and delivery (to customer) are verified with OTP codes, preventing disputes and ensuring accountability.
Rider Incentives Gamified earnings with surge pricing, completion bonuses, and performance-based incentives keep riders motivated and available during peak hours.
Who Is Chotu For?
- Hyperlocal delivery startups wanting a production-ready platform
- Quick commerce operators building dark store models
- Local kirana retailers looking to digitize and offer delivery
- Multi-vendor marketplace businesses entering delivery
The Bigger Picture
Chotu represents Aryavrut's approach to product development: solve the complete problem, not just a slice of it. By building dedicated apps for every stakeholder in the delivery chain, the platform eliminates the integration gaps that plague cobbled-together solutions.
Related Articles
More insights on Technology