Our Lisbon marketplace projects cover the complete marketplace stack: multi-vendor architecture, payment splitting, seller management, and buyer experience. Marketplace architecture (weeks 1-2): the foundational technical decision. Build vs. buy: for most Lisbon marketplace startups, we recommend custom development (Next.js + PostgreSQL) over marketplace SaaS platforms (Sharetribe, Arcadier, CS-Cart Multi-Vendor) because: custom architecture supports the unique business logic of each vertical marketplace (commission structures, seller verification, product-specific attributes), avoids platform limitations that emerge as the marketplace scales (SaaS platforms impose constraints on customisation, data access, and pricing that become painful at scale), and enables Portuguese/European-specific integrations (Portuguese payment methods, Portuguese logistics, GDPR compliance) that marketplace SaaS platforms may not support natively. Architecture: Next.js (App Router) for the frontend and API, PostgreSQL for the database (with schemas for: marketplace core, seller management, product catalogue, order management, payment, and communication), and Prisma ORM for type-safe database access. Multi-tenancy: each seller operating within the shared platform but with isolated data — sellers see only their own products, orders, and analytics. Seller onboarding (weeks 2-3): the seller experience determines marketplace supply. We build: seller registration (business information, product category, pricing model), verification (business document upload, identity verification — for Portuguese sellers: NIF verification, for international sellers: VAT registration), seller dashboard (product management, order management, revenue analytics, payout history), and product listing tools (bulk product upload via CSV/Excel, image optimization, category/attribute selection). Commission and pricing: configurable per category and per seller — the marketplace operator adjusting commission rates based on category (higher-margin categories support higher commissions), seller performance (top sellers may receive preferential commission rates), and strategic decisions (lower commissions to attract sellers in underserved categories). Payment splitting (weeks 3-5): the most technically complex aspect of marketplace development. We implement payment splitting via Stripe Connect: buyers paying the marketplace, Stripe automatically splitting the payment between the marketplace (commission) and the seller (revenue minus commission). Stripe Connect handles: onboarding sellers as connected accounts (KYC/AML verification managed by Stripe — reducing the marketplace's regulatory burden), payouts to sellers (automatic payouts on configurable schedules — daily, weekly, or on-demand), and multi-currency (sellers and buyers in different currencies — Stripe handling conversion). For Portuguese-specific payments: MB WAY integration (Portuguese consumers expect MB WAY at checkout), Multibanco (reference-based payment — popular in Portugal for older demographics), and SEPA Direct Debit (for subscription-based marketplace models). EU VAT: the marketplace may be responsible for VAT collection depending on the marketplace facilitator rules — we configure VAT handling per the EU e-commerce VAT package (applicable since July 2021). Search and discovery (weeks 4-6): the search experience determines marketplace demand. We implement: full-text search (Algolia or Meilisearch — instantaneous results as the buyer types), faceted filtering (category, price range, seller rating, location, product attributes — filters specific to the marketplace vertical), ranking algorithm (balancing relevance, seller reputation, conversion rate, and marketplace economics — new sellers receive initial visibility boost to encourage supply-side growth), and recommendation engine (collaborative filtering — "buyers who viewed this also viewed..." and content-based recommendations — "similar products from other sellers"). Buyer experience (weeks 4-6): the consumer-facing marketplace: product listing pages (clean, filterable, with seller information), product detail pages (images, description, seller profile, reviews, shipping information, similar products), checkout (supporting purchases from multiple sellers in a single order — split across sellers, combined into a single buyer payment), and buyer account (order history, tracking, reviews, saved sellers, communication with sellers). Mobile-first: Portuguese mobile commerce at 70%+ — every interaction optimised for mobile devices.