Lesson 13 of 38 beginner

Choosing Your Selling Platform

Gumroad vs Shopify vs WooCommerce vs The Rest

Open interactive version (quiz + challenge)

Real-world analogy

Choosing a selling platform is like choosing where to set up your food cart. Gumroad is the easy food court stall — you show up, they handle everything, but they take a cut of every sale. Shopify is leasing a prime storefront — professional and powerful, but there's monthly rent. WooCommerce is buying land and building your own restaurant — total control, but you do the plumbing yourself.

What is it?

Your selling platform is the digital storefront where customers discover, purchase, and download your eBook. Each platform offers different trade-offs between ease of setup, monthly costs, transaction fees, features, and control. The right choice depends on your technical comfort, revenue level, product range, and growth plans. Switching platforms later is possible but painful, so choosing wisely now saves major headaches.

Real-world relevance

Ali Abdaal started selling his Skillshare alternatives on Gumroad before building a custom Kajabi setup at scale. Jack Butcher built Visualize Value entirely on Gumroad, generating $1M+ from digital products. Pieter Levels (Nomad List) uses Stripe on his own site for maximum control. Daniel Vassallo sold 'The Good Parts of AWS' on Gumroad and earned $250K+ in the first year. Many successful creators start on Gumroad/Payhip and migrate to Shopify or custom setups once they hit $10K/mo.

Key points

Code example

┌──────────────────────────────────────────────────────────┐
│          PLATFORM COMPARISON MATRIX                      │
├──────────────────────────────────────────────────────────┤
│                                                          │
│  ┌─────────────┬──────────┬────────────┬───────────────┐  │
│  │ Platform    │ Monthly  │ Per-Sale   │ Best For      │  │
│  ├─────────────┼──────────┼────────────┼───────────────┤  │
│  │ Gumroad     │ $0       │ 10%        │ Beginners     │  │
│  │ Payhip      │ $0       │ 5%         │ Budget-savvy  │  │
│  │ Ko-fi       │ $0       │ 0% + proc. │ Tip + sales   │  │
│  │ Lemon Sq.   │ $0       │ 5% + 50¢   │ Tax handling  │  │
│  │ Stan Store  │ $29/mo   │ 0%         │ Social media  │  │
│  │ Sellfy      │ $29/mo   │ 0%         │ All-in-one    │  │
│  │ Shopify     │ $39/mo   │ 0% + proc. │ Brand stores  │  │
│  │ WooCommerce │ ~$10/mo  │ 0% + proc. │ Full control  │  │
│  │             │ (hosting)│            │               │  │
│  └─────────────┴──────────┴────────────┴───────────────┘  │
│                                                          │
│  COST ANALYSIS AT DIFFERENT REVENUE LEVELS:              │
│                                                          │
│  Revenue: $500/month (selling $10 eBooks)                │
│  ┌─────────────┬──────────┬──────────┬─────────────────┐  │
│  │ Platform    │ Fees     │ You Keep │ % Kept          │  │
│  ├─────────────┼──────────┼──────────┼─────────────────┤  │
│  │ Gumroad     │ $50      │ $450     │ 90.0%           │  │
│  │ Payhip Free │ $25      │ $475     │ 95.0%           │  │
│  │ Shopify     │ $53.50   │ $446.50  │ 89.3%           │  │
│  │ Ko-fi Free  │ $17.50*  │ $482.50  │ 96.5%           │  │
│  └─────────────┴──────────┴──────────┴─────────────────┘  │
│  * Stripe processing only (2.9% + 30¢)                   │
│                                                          │
│  Revenue: $5,000/month                                   │
│  ┌─────────────┬──────────┬──────────┬─────────────────┐  │
│  │ Platform    │ Fees     │ You Keep │ % Kept          │  │
│  ├─────────────┼──────────┼──────────┼─────────────────┤  │
│  │ Gumroad     │ $500     │ $4,500   │ 90.0%           │  │
│  │ Payhip Free │ $250     │ $4,750   │ 95.0%           │  │
│  │ Payhip Pro  │ $29+proc │ $4,826   │ 96.5%           │  │
│  │ Shopify     │ $184     │ $4,816   │ 96.3%           │  │
│  └─────────────┴──────────┴──────────┴─────────────────┘  │
│                                                          │
│  DECISION FLOWCHART:                                     │
│  Start → 'Are you technical?'                            │
│    No  → 'Budget for monthly fee?'                       │
│      No  → Payhip (5%) or Gumroad (10%)                  │
│      Yes → Stan Store or Sellfy                          │
│    Yes → 'Want full control?'                            │
│      No  → Lemon Squeezy or Shopify                      │
│      Yes → WooCommerce + Stripe                          │
└──────────────────────────────────────────────────────────┘

Line-by-line walkthrough

  1. 1. The comparison matrix shows monthly costs vs per-sale fees — the key trade-off. Platforms with $0 monthly fees charge higher per-transaction rates, which hurts more as you scale.
  2. 2. The cost analysis at $500/mo reveals Ko-fi keeps the most money (96.5%) because it charges zero platform fees — you only pay Stripe's processing. Gumroad's 10% feels small but adds up fast.
  3. 3. At $5,000/mo, the math flips. Payhip Pro ($29/mo + processing) and Shopify ($39/mo + processing) beat Gumroad by $250-300/mo. Monthly fees become worthwhile at scale.
  4. 4. The decision flowchart simplifies the choice into two questions: technical comfort and budget. Most first-time eBook sellers should start with Payhip (lower fees than Gumroad, same simplicity).
  5. 5. Notice WooCommerce's hosting cost is listed as ~$10/mo — that's budget hosting. For reliable performance, expect $20-30/mo, which still beats Shopify if you're comfortable with WordPress.

Spot the bug

Platform Decision:
"I'll use Shopify ($39/mo) to sell my first eBook
priced at $9.99. I expect 10 sales per month
initially. Shopify is the most professional
option so it must be the best."
Need a hint?
Calculate the actual fees vs revenue. Does the monthly cost make sense at this sales volume?
Show answer
At 10 sales × $9.99 = $99.90/mo revenue, Shopify's $39/mo fee alone eats 39% of revenue before processing fees. Total cost: ~$42 ($39 + processing), leaving just $58. On Payhip (5%), you'd pay ~$5 and keep ~$95. On Gumroad (10%), you'd pay ~$10 and keep ~$90. At low volume, percentage-based platforms always win. Switch to Shopify when revenue exceeds $1,000-2,000/mo.

Explain like I'm 5

Imagine you made cookies and want to sell them. You could sell from a big market stall where lots of people walk by but the market owner takes some of your money (that's Gumroad). Or you could rent your own little shop — it costs money every month but you keep more from each cookie (that's Shopify). Or you could build your own lemonade stand at home — it's cheapest but you have to do everything yourself (that's WooCommerce)!

Fun fact

Gumroad was founded by Sahil Lavingia, a Pinterest employee who was just 19 years old. After nearly shutting down in 2015, he rebuilt the company with just himself and a few contractors. By 2023, Gumroad creators had earned over $750 million combined through the platform. He wrote a whole book about the experience called 'The Minimalist Entrepreneur.'

Hands-on challenge

Sign up for free accounts on Gumroad AND Payhip (both are free). Upload a test product on each — a simple 3-page PDF will do. Compare the setup experience, customization options, and checkout flow. Then calculate your projected costs on each platform based on your expected first-year revenue. Write down your final platform choice and three reasons why.

More resources

Open interactive version (quiz + challenge) ← Back to course: eBook Business Masterclass