Business pricing for a non-SaaS app

I’m pondering an idea of a cross-platform application that can be useful both to individuals and businesses.

At the same time, I don’t want to host anything but provide a self-hosted team server. It’s easier both for the launch (MVP could be a personal-only edition with 3rd party cloud sync) and in the long run (no devops for us).

I want my users to own the software, so the app itself will cost a flat-fee + yearly upgrades (like Sketch). But a team server can cost considerably more and be subscription-based.

Is it a good approach for a self-hosted solution? What are some examples of products like this?

I think it could be, depending on the application.

Some examples of companies using this model are JetBrains with their IDEs and Adobe with their PhotoShop, etc. suites. They both used to sell as one-time-purchase with upgrades each year, but they now provide a subscription model where you pay a yearly/monthly fee for access to a given set of applications. I know a lot of people were annyoed by the switch to subscription, but it may be more acceptable now.

Note that both JetBrains and Adobe have large suites of very feature-rich applications, and they have been around for decades. Not sure how easy it is to do the same with a single new application, but as customers are getting more and more used to the subscription model, it might work quite well.

Personally, I wouldn’t mind the subscription model as long as the subscription was optional, meaning that I could by version X and stick with that without ever upgrading (if I didn’t want to).

If you plan to do integrations with third-party cloud storage for back-up/sync etc, you could do subscriptions for those, so one could buy the app itself for a one-time fee, then pay a yearly/monthly subscription for the integrations, in a sort of “plug-in” approach (even though the integrations do not technically need to be plug-ins).

I know there are some SEO tools that also have a subscription-model, where the app is local but you pay for access to the dataset, which is updated regularly.

BTW: A nice thing about the JetBrains subscription is that you can pay a fixed amount per year to get access to all their development tools, which is very useful for a multi-platform developer, such as me. I have bought JetBrains licenses in the past, but never bothered to upgrade them, but now that they are subscription-based, it’s cheaper to just buy the whole pack. It’s also nice that they give discounts for the 2nd and 3rd year.

1 Like

Yes, I was looking at JetBrains too but the problem with JetBrains/Sketch “pay once, then extend updates” model – it can’t be transferred from desktop to iOS/Android.

Many popular Mac/iOS apps historically go with a flat fee and occasional major versions (OmniGroup’s products, Panic’s products, MindNode, Ulysses, etc.). Usually it’s something like $40-60 for Mac and $10-20 for iOS.

Then there’s Bear that is completely free unless you want styles and sync – then it’s $15/yr for both iOS and Mac at once (it’s available only on Apple’s App Stores and they don’t have plans for other platforms).

I kind of like the “completely free” idea because of additional virality. I know that free plans are not recommended for SaaS’es but regular apps don’t suffer that much from free users due to the lack of backend costs.

So there are 3 ways:

  1. Traditional: high app cost + version-based upgrade for a smaller fee (users own the app)
  2. JetBrains/Sketch: average app cost + the same cost each year (users own the app)
  3. Subscription: small fee each year (users can’t access the app or its Pro features without a payment)

#1 is really easy on all platforms and plays nicely with a free version. Students and hobbyists get the basics, professionals pay for Pro features. If there’s a major version – you still can stay with the old app. But it also means maintaining multiple apps in the stores and multiple branches for critical updates.

The more serious downsides: a high upfront cost scares many customers and the cost on mobile platforms can’t be really high (one-time $10-20 for all these constant iOS/Android updates and fragmentation).

I like #2 but it feels confusing and can’t be implemented in App Store or Google Play. Pricing desktop app in one fashion and mobile ones in another is even more confusing.

#3 is ok when it’s just Apple’s platforms but subscription must be implemented separately when you develop apps for other platforms (like Fastspring for desktop, App Store for iOS, Play for Android). Also it requires connection to a backend to check if a subscription is still viable.

It looks like for now I’m stuck with the traditional approach + a free version. Which is ok for B2C but I envy the “Enterprise” section on each SaaS pricing page. :slight_smile: Developing a team server is not easy and who knows if the app will be successful enough to support its development at all.

When you say “self-hosted”, are you contemplating a product that will require a web server + database?

Yes, it’s close to a wiki, like what Notion tried to implement. For a personal use it can just save everything to Dropbox but in team mode it will require a remote server + database.

Whatever you save by avoiding devops, you might have to do many times over in customer support.

Software companies starting offering “in-the-cloud” SaaS products as soon as it was viable. That’s because it is a heck of a lot of work supporting self-hosted database-driven web applications. You’ll need technically capable support staff.

Customers will be running different versions of your product and different versions of whatever database server you are using. They won’t do backups. They’ll add an additional field to a database table and not tell you. You’ll deliver an update, and this extra field will break your product.

I don’t mean to say your product is not viable, but it is good to know what to expect.

2 Likes

Oh, this is really insightful. I’m going to reconsider the whole idea then, thanks!

Have a look into what Atlassian does / did with Jira and Confluence, they may be a good case-study for you.

As for pricing, why not offer customers a choice? Autodesk has copped a lot of flak lately for forcing their customers onto subscription plans, their competitors were not slow to take advantage of the customer rage. See Why is SaaS the preferred model? Does anybody have experience with other business models? for more on that, and that whole thread in general.

1 Like

Atlassian is really flexible, I also like their small team pricing: $10 one-time fee for a self-hosted server for 10 users but $1400 for 10-25.

In future – yes, I would like to. But for the start we need to settle down on something. If I remember correctly, Discourse (this forum’s engine) was initially self-hosted only (free), they added a hosted plan later because of the complexity. But I can’t find the source where Jeff Atwood said it.