{
  "id": 5970918,
  "title": "What It Actually Takes to Run a Cross-Border Marketplace: Six Years of Shpper",
  "url": "https://urgent.news/2026/09/06/what-it-actually-takes-to-run-a-cross-border-marketplace-six-years-of",
  "topic": "tech",
  "section": "Tech",
  "published": "2026-09-06T12:16:06.000Z",
  "source": {
    "name": "Dev.to",
    "slug": "dev-to",
    "url": "https://dev.to/devshakib/what-it-actually-takes-to-run-a-cross-border-marketplace-six-years-of-shpper-1a8h"
  },
  "original_language": "en",
  "account": "Shpper is a personal-shopping marketplace that facilitates cross-border transactions. The platform connects buyers and travellers, who are already flying the same routes with empty luggage space. As the CTO, I am in charge of the entire platform, from the Flutter apps for both sides to the backend, payments, escrow, identity verification, and the release pipeline. We are currently on version 14.2.0, with a rating of 4.64 on the App Store from 72 ratings.\n\nRunning a two-sided marketplace like Shpper is far more complex than expected. The app consists of two products with opposing interests: the buyer wants a cheap, quick, and reliable delivery, while the traveller wants to be paid well, with minimal risk, and without blame for customs. Designing features from two perspectives and considering the shared middle, such as requests, offers, and trips, is essential. Any change to the shared middle requires simultaneous updates to both apps, extending the release cadence.\n\nTrust between strangers is the actual product of Shpper. The platform holds money from the moment a deal is struck until the item is confirmed delivered, making escrow the primary trust mechanism. Identity verification is crucial to ensure that the funds are protected if there's a problem. The state machine, which governs the transitions from request to delivery, is the core product, with numerous potential failure points that need well-defined responses.\n\nMoney-moving operations must be idempotent, atomic, and append-only to prevent issues. Cross-border transactions introduce additional challenges like fluctuating prices, customs duties, and restrictions on certain items. The engineering team must design for instability, as timelines slip, prices change, and routes vanish. As CTO, my role extends beyond architecture to encompass business decisions, such as handling delivery issues, determining policies, absorbing costs, and communicating with users.\n\nUltimately, owning Shpper end-to-end means understanding both the engineering and business aspects of the platform. I am responsible for the state machine, the commercial consequences, and choosing what not to build, as the market has an infinite backlog.",
  "summary": "Shpper is a cross-border personal-shopping marketplace. A buyer wants something they cannot get where they live. A traveller is already flying that route with unused luggage space. The platform introduces them, holds the money until the item arrives, and turns an empty few kilos in someone's suitcase into a delivery network. I am the CTO. I own the platform end to end — the Flutter apps for both…",
  "key_points": [
    "Shpper connects buyers with travellers sharing empty luggage space on flights",
    "Platform holds funds in escrow until item confirmed delivered, ensuring trust",
    "CTO oversees engineering and business aspects, managing state machine and policies"
  ],
  "editors_take": null,
  "illustration": null,
  "coverage": {
    "outlets": 1,
    "also_reported_by": []
  },
  "ai_generated": true,
  "disclaimer": "Summaries, key points and the editor’s take are written by software from other outlets’ reporting and may contain errors — always check the linked original."
}