
What is Hop Orbits?
Hop Orbits is a multi-vendor marketplace platform operating in Lahore. Zameer co-founded the platform and served as the lead architect, building both the buyer and seller portals with real-time messaging.
What does a multi-vendor marketplace have to solve?
Building a marketplace from scratch required simultaneous delivery of a buyer-facing catalogue, a seller portal for listings and orders, a real-time messaging system, and a payments/escrow layer — all within a startup timeline.
How Hop Orbits works
Architected a Java/Spring Boot microservices-inspired backend with separate modules for listings, orders, messaging, and payments. Android apps for buyers and sellers share a common API layer. Real-time chat uses WebSocket. Launched in Lahore and acquired an initial merchant and buyer base; the platform handled concurrent listings, orders, and real-time conversations reliably. The venture has since been wound down — the engineering proved itself, the business was shelved — and the full build is documented below as the honest founder's case study it is.
Case Study in Depth
What was Hop Orbits?
A multi-vendor marketplace for Lahore, co-founded and architected by me — which means this case study is written from the least comfortable and most instructive seat in software: the person who both designed the system and carried the business consequences of every technical decision. A marketplace is really four products shipped at once: a buyer-facing catalogue, a seller portal for listings and order management, a payments and escrow layer that both sides can trust, and the real-time messaging where the actual commerce happens. Startup timelines don't let you build them sequentially.
The platform launched, onboarded an initial base of merchants and buyers, and ran its listings, orders, and live conversations without falling over. The venture was later wound down — not because the technology failed, but because the co-founders' priorities moved on. The honest summary: the engineering proved itself; the business was shelved. Both halves of that sentence belong in a case study.
How was it architected under startup pressure?
The backend is Java / Spring Boot organized into cleanly separated modules — listings, orders, messaging, payments — a microservices-inspired shape without the operational cost of actual microservices, which a two-person startup has no business paying. Each module owns its domain and could have been split out into a service later if scale had demanded it; none ever needed to be, which is its own architectural lesson. Buyer and seller Android apps share one common API layer, so every feature shipped once and served both sides of the market.
Real-time chat runs over WebSockets rather than polling, and in a marketplace that choice is commercial, not cosmetic: negotiation is the product. A buyer haggling over price abandons the conversation if messages take seconds to arrive; a persistent socket makes the exchange feel like messaging apps users already trust. The messaging module handled concurrent conversations alongside live order traffic — the load profile that makes marketplaces harder than catalogues.
What did building — and closing — a marketplace teach?
Three lessons that now inform client work. First, module boundaries are cheap insurance: the clean listings/orders/messaging/payments separation meant every pivot discussion was a scoping exercise, never a rewrite threat. Second, the operational half of a marketplace — merchant onboarding, dispute handling, payment reconciliation — costs as much as the software half, and any client building a two-sided platform should budget accordingly; I say this now with a founder's receipts. Third, real-time infrastructure is worth its complexity exactly where conversation is revenue, and nowhere else.
For prospective clients the relevant fact is this: I have built a multi-vendor marketplace end to end — both apps, the backend, the payments layer, the live messaging — and operated it in production with real merchants and real money. That experience is rarer than marketplace pitch decks suggest, and it transfers whole to the next platform of this shape.
Why publish a sunset project?
Because the build is the credential. The platform ran reliably in production; the venture ended for business reasons unrelated to the engineering. A portfolio that only shows victories is marketing — this page is evidence, including the part where I tell you plainly how it ended.
Client feedback on this project
AK$175 USDAnders K.
Freelancer.com · 6 years ago
“Nice to work with Zameer F. that was focused to finish project. Some issue came up and was also resolved very good.”
Related Projects
Music-Broadcast Platform Modernization
ModernizationModernizing a live multi-site music-broadcast platform — mobile API, admin panel, cross-platform app redesign, and an owned analytics stack
View case studyAI-Native Catalogue Enrichment Service
AI-Native BuildA catalogue-enrichment service built AI-native from a 1,675-line specification and zero code — 39% of consequential decisions made by a human, zero wrong writes to production
View case study
Pick Plug
MobileSports handicapping app with daily winning picks
View case studyLike what you see? Let's build something together.
Send Project Brief →