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 built a tool that shows what a contract could cost you before signing User Avatar 120 comments The coordination tax: six years watching a one-day feature take four months User Avatar 78 comments My users are making my product better without knowing it. Here's how I designed that. User Avatar 65 comments A simple LinkedIn prospecting trick that improved our lead quality User Avatar 58 comments I changed AIagent2 from dashboard-first to chat-first. Does this feel clearer? User Avatar 39 comments Show IH: RetryFix - Automatically recover failed Stripe payments and earn 10% on everything we win back User Avatar 19 comments