Run a marketplace where multiple sellers list their products and each gets paid their share automatically at checkout.
e.g. Handmade goods, vintage clothing, art prints
e.g. 10
“Marketplace for artisans to sell handmade goods”
Build a multi-vendor marketplace for: {marketplace_niche}. Platform takes {commission_pct}% commission. Use window.genmb.auth (sellers + buyers), window.genmb.rbac (roles: buyer, seller, admin), window.genmb.products (per-seller catalog), window.genmb.commerce.checkout (buyer pays; commission split tracked). Pages: home (browse all listings), product detail (with seller bio), seller dashboard (list/edit products, view orders + payouts), buyer account (orders), admin (review listings, payouts, disputes). Note: actual Stripe Connect split payouts to seller bank accounts is gated on each seller onboarding via Stripe Connect Express; for now record commission in the database and surface 'Pending payout' for sellers without Stripe. {additional_requirements}
Highlighted values like {variable} will be replaced with your inputs.
Fill in the fields and generate your app instantly