This repository contains the source code for Gumroad’s e-commerce platform, exposing how a modern creator-focused storefront and payments system is assembled. The app models products, variants, subscriptions, and checkout flows, then ties them to fulfillment, licensing, and customer communications. It implements typical marketplace concerns—order management, refunds, discounts, taxes, fraud checks, and analytics—through well-defined services and background jobs. The UI offers product pages, carts, and dashboards for creators to manage listings and see performance, while APIs/webhooks enable integrations with external sites and automation. The codebase demonstrates practical patterns for multi-tenant architecture, permissions, testing, and asynchronous processing at scale. For engineers, it’s both a working marketplace and a study in how to balance flexibility for creators with reliability in payments and delivery.
Features
- Product listing: ability for creators to define and display products for sale
- Checkout and purchasing flow, including payment processing etc.
- Wishlist functionality for users to save items they might want to buy later
- Push notifications or notifications features (e.g. activity, purchase updates)
- Search support, including Elasticsearch indices for product search etc.
- Administrative / management interfaces for managing products, orders, users etc.