2
2 Comments

Purchasing Power Parity: fair pricing for your SaaS product

Two weeks ago I released my course about React hooks. I decided to use Purchasing Power Parity to offer a discount to users coming from a country where the purchasing power is lower.

In this blog post, I start by presenting what PPP is, then I explain several methods to use it on your SaaS to offer fair pricing based on the user’s location.

👉 Purchasing Power Parity: fair pricing for your SaaS product

Have you implemented PPP on your SaaS?
Did you code a custom solution or use an external service?

posted to Icon for group Software as a Service
Software as a Service
on February 22, 2021
  1. 3

    I implemented region-based discounts but with a few differences:

    1. The discounts are based on GDP geometric mean, not a price index. So if a country has 1/4 the nominal per-capita GDP, then they pay half price. If it's 1/9, then they pay 1/3 price, etc.
    2. I just wrote it myself instead of using an external service, both because it was trivial and because I'd rather not depend on an extra external API or make my users wait for it.
    3. I implemented this logic from the server-side, again for UX and speed reasons. Before the page is sent to the browser, the price is calculated and in the HTML payload.

    One thing I'm not certain about is whether my customers (who are all programmers, know English and can work online) should have this level of discount or a shallower one.

Trending on Indie Hackers
I Was Picking the Wrong SaaS Tools for Two Years. Here's the Mistake I Finally Figured Out. User Avatar 78 comments Drop your landing page URL. I'll use Ferguson to tell you why visitors might be leaving User Avatar 61 comments AI helped me ship faster. Then I forgot what my product actually does. User Avatar 39 comments Most early-stage SaaS companies miss churn signals — here’s how to catch them early User Avatar 31 comments Why Remote Teams Stop Talking (And Don't Even Notice It) User Avatar 22 comments How I Run a 1.7M Product Search Engine at 66ms on a $0 Hosting Budget User Avatar 19 comments