Heroku and Product Management

I have been impressed with Heroku for a long time. Their simple to use platform-as-a-service (PaaS) has made it incredibly easy for software developers to deploy applications lightly and cheaply, and then easily scale them up to production scale.

As an aside, the very design encourages them to develop their software in a well-architected fashion; see "The 12-Factor App."

Just as Amazon Web Services infrastructure-as-a-service (IaaS) EC2 abstracts away hardware, so a PaaS abstracts away the operating system, allowing software managers to focus on software.

For a long time, Heroku had two basic monthly tiers (pricing here):

  • Free
  • $34.50

The "Free" tier is one copy (or "dyno", in Heroku parlance) of your application. It runs as long as it was active. If no one sends any Web requests to it for an hour, it goes to sleep, or idles. The next time someone comes along, it will wake up, which can take 30 seconds or more.

If you want it to not go to sleep, or if you want more power than one copy ("dyno") at a time for greater capacity, you purchase a second, or a third, or fourth, all for $34.50/month each (after the first free one). Once you pay, no more idling. Unsurprisingly, many managers found methods to avoid the idling for a single dyno, some supported directly by Heroku itself!

This created a challenge for Heroku. On the one hand, many app owners are using the free tier quite happily. Like with the application I recently deployed to manage collaborative studying globally for a non-profit, $34.50/month is too much for many small hobby or pro bono apps. The free tier is a great entree to Heroku, but does not provide a lot of revenue capture for Heroku.

On the other hand, many owners actually would pay a small amount for slightly better service, but not the rates of $34.50 each.

Essentially, Heroku had built a two-tier model - Test/Dev/Hobby for free and Professional/Enterprise for $34.50 - with nothing in between. Such a large gap leaves a lot of money on the table.

Last week, I received an email in my inbox that Heroku finally is changing it, details are here. The core of the "dyno" changes are as follows:

  1. Regular at $25/month, down 27.5% from $34.50/month
  2. Hobby at $7/month
  3. Free at $0/month

In some ways, the new free tier is better than the old, as it includes additional processes called "workers". On the other hand, free dynos idle after just 30 minutes, instead of 60 minutes, and must idle for at least 6 hours, 1/4 of the day.

The Hobby, on the other hand, include up to ten different process types (Web, workers, etc.), and are guaranteed never to idle.

I do not know all of the insights and market data around Heroku's market, but I have been managing software services, lifecycle and deployment for a very long time, including large mission-critical cloud services and tiny developer projects. I believe Heroku has done an excellent job positioning themselves to recapture the middle of the market:

  1. Make the Free tier even more appealing for development projects through Web and worker, but even less appealing once deployed, even on a small-scale basis, because of the 6 hours per day idle time. This will encourage greater first-stage adoption of free, will driving second-stage Beta to...
  2. ... the Hobby tier at a small price jump - a whole month of usage for less than two coffees at Starbucks - buys real production for, well, hobby projects.
  3. Make the Pro tier significantly cheaper than before, thus even easier for app owners to move up a level.

By lowering its pro prices, widening but limiting its free tier while creating a "starter house" production (hobby) tier, Heroku should drive further adoption at all levels of the market.

This is an excellent example of product management. Success isn't driven by what the product can do. After all, the technology capabilities essentially are unchanged. It is driven by what you offer (product), how you offer it (placement), what you charge (pricing) and what it comes with (packaging)... it is about how you move those levers so your offering captures segments of the market.

Summary

Do you know that you are capturing all of your desired market segments? Do you have just the right offerings in the right combinations and tiers to satisfy the maximum number of customers at the optimal profit for you?

In sum, do you have product management down cold?

Call us, and let us turbocharge your offerings.