Premium vs. Add-ons – Which is the Best Model for Your WordPress Plugin?

WooCommerce, iThemes Exchange and some other of the most successful WordPress companies have managed to build significant businesses with the add-ons monetization model. It’s very tempting just to follow them based on their success. However, are add-ons the best model for your plugin?

My background and experience is mainly with freemium SaaS products, and not with add-ons. When I started to write this post, I was somewhat biased against add-ons because of the technical complexity that they bring to the table.

To compensate over my prejudice, I reached out and was fortunate enough to be able to discuss add-ons with two business leaders which have tons of experience with add-ons–James Laws from Ninja Forms, and Daniel Iser from Popup Maker. After talking to them, I came to understand that add-ons make a lot more sense than I thought–especially on the business side.

In this post, I extensively detail the pros and cons of using extensions vs. a premium plugin.

Why are add-ons an excellent model?

Technical Side

  1. Lightweight Core – The whole concept of an add-on is to make the core plugin include the essentials of your product, which makes the “core code” lightweight and (hopefully) easier to configure.
  2. Modularity – When you create extensions for your plugin, it forces you to build a modular and a more abstract core plugin–which is way better for code maintenance.
  3. Easy feature maintenance – When you use this model, it’s easier to test, debug, and deploy changes to specific add-on related features. You simply have to push an update to an add-on without the need to release a new plugin version.
  4. No dual code base – You don’t have to maintain two separate code bases for your core plugin, and instead you can focus on your add-ons.

Business Side

  1. Lower starting prices – Users can purchase only the features they need, and since it’s only one feature, it probably have a more affordable price. It makes the purchase call-to-action easier since premium plans have a higher starting price that can turn away a good deal of users.
  1. Higher LTV (lifetime value) – You can make more money! When you monetize with premium, you are usually bound to offering up to 5 plans considering the fact it’s nearly impossible to present more plans, side-by-side, on the same screen. Since the market price ranges are already set, it would be very hard to charge more than $200 / year for any of your plans for a single site license (unless you don’t have any competitors and/or you provide some exceptional functionality). This means that the max annual revenues you can get from a user is $200. However, with add-ons, (theoretically) you are unlimited. If you have 100 add-ons, someone could buy all of them, and you can make over $1,000 from one user!
  1. Better, Positioning Marketing and SEO – Since you sell an add-on, you can market each add-on separately. You can also emphasize every feature to attract attention from users who are looking for that exact functionality. In addition, having an informative page per add-on is great for SEO because people often search for a specific functionality–making these pages a great lead generation channel.
  1. 3rd Party Extensions – If your core code is well documented, you can open your plugin for a marketplace– allowing 3rd party developers to build extensions for your plugin that adds even more value to your plugin. You can offer to market / advertise and sell these add-ons from your site and charge a marketplace commission (normally 20%-30%).
  1. Partners Traffic – Add-ons are great for generating traffic from partners. If your add-on provides a valuable integration of a 3rd party solution with your plugin, it makes a lot of sense for the other solution to promote or feature your add-on, to show their customers that they are covered if they will use your plugin. MailChimp is a great example of a company that took it even one step further and now promote their partners through a repository of integrations.

Why are add-ons worse than a premium version?

Technical Side

  1. Harder to maintain – If you have 20 add-ons, it means that you need to maintain, test and deploy, 20 code projects. If and when you need to make a change in your core plugin, it can potentially affect all your extensions and will require pushing updates for all of them. With 20 add-ons, that means you’ll have to push 20 updates.
  2. Harder to change core functionality – Following the previous bullet, making changes in the core plugin becomes way more complicated–you’ll have to be very careful that the change won’t affect compatibility with your add-ons (very similar to the challenges of modifying WP core).
  3. Compatibility and versions fragmentation – We all know how challenging it is to keep your users regularly updating your plugin when new versions release (excluding “Serviceware” / SaaS plugins). Now when you have add-ons, think of the version fragmentation mess you’ll get. It can be extremely difficult to maintain compatibility across all add-ons and the core plugin.
  4. Performance degradation – When you develop your plugin for add-ons, you’ll have to make it very flexible with a lot of hooks & filters ready for your add-ons to connect with. Unfortunately, each time do_action executes; it consumes system resources. Having many actions has an effect on the performance (even if slightly).

Business Side

  1. Lower Avg. Sale Price – With the premium/freemium model, you can aggregate a set of essential features and charge for all of them in one plan an average of $150 / year. Even if a majority of users will only upgrade for the one killer feature.
    That isn’t the case with add-ons. If your killer feature is an extension, since the whole concept of add-ons is providing a very light addition, it would be very hard to sell that add-on for $150. Based on the market benchmarks, the most you’ll be able to charge for your extension is $70 (single site license). That is unless your add-on target eCommerce where the pricing goes higher, since eCommerce sites usually have more money to spend on their store. The way plugin developers try to workaround that is by selling bundles of add-ons to upsell different features and increase the sale.
  2. Pareto Principle, also known as the 80–20 Rule – Both James and Daniel confirmed that 70%-80% of their total revenues are streamed from ~20% of the add-ons. This means that you are stuck with add-on maintenance that only has a few users (some even none). The challenge here is you’ll have to maintain the rest of the 80% of your add-ons, and provide support.
  3. Time Consuming Marketing – with add-ons, you are forced to detail about each and every add-on (otherwise no-one will buy it). While with premium plans you can focus on highlighting your killer features.
  4. More Complex Operation – as a rule of thumb, it’s way easier to focus on and sell one product rather than 100. When you have 100 add-ons, there are 100 times more things that can go wrong.
  5. Tougher Purchase Decision – having many add-ons with your plugin can be very confusing for end users. There are over 200 add-ons on WooCommerce, which one to use if I start my store? Many users do NOT know what they want or need. Therefore, selling premium with plans can help and guide your users to the most compelling package, which makes the upgrade decision easier. Plans like “Starter”, “Professional”, “Business”, “Agency”, automatically categorize your potential customers into buckets, which psychologically hint them of what they should upgrade to.

When should you monetize with add-ons?

While add-ons model is definitely way more complex on the technical side, it provides many valuable business side benefits. Thus, if you see your plugin as a platform, and it’s abstract enough to facilitate various use-cases and integrations. If your plugin can have a LOT of features and extensions–more than you can ever develop and maintain yourself–definitely go for add-ons!

Having said that, the vast majority of the WordPress plugins on the market are niche solutions with limited functionality. Therefore, in most cases, monetizing your WordPress plugin with a premium extensions model is probably the wrong monetization model.

Always develop “addons-like” plugins!

Our plugin, RatingWidget, started as a relatively small. The original plugin was mainly a simple wrapper to our SaaS 5-star rating product with about 1,000 lines of code. But after four years, it turned into a massive project with over 10,000 lines of code. I could never have imagined that this would happen. After all, RatingWidget is just a 5-star rating system that seemed to be pretty straightforward and a relatively simple solution. Looking back, I should have spent more time in designing the plugin by making the code more modular and scalable with more of an add-on like development process.

What I’m trying to say is that whether you go for add-ons or not–plan and develop your plugin as if you are going for add-ons. It will take a little more time to design the architecture, but it will make your code more modular, readable and maintainable for the long run. Here’s a great presentation by Pippin Williamson discussing the principles of Modular Plugins development at WordCamp Chicago 2012.

Summary

Interviewing James and Daniel taught me a lot about add-ons, but I think what inspired me the most is the fact that they both tried two other different monetization models before finding out that add-ons worked best for their plugins. My take away is that WordPress plugin developers should not be afraid to a/b test their plugins monetization models.

If you are thinking about monetization and still hadn’t made the decision whether to choose add-ons or premium, feel free to contact me via [email protected]. I’d be more than happy to set up a quick 15-min skype with you to help you make the best decision that suits your plugin (free of charge!).

Vova Feldman

Published by Vova Feldman

Freemius CEO & Founder, a serial entrepreneur and full-stack developer since age 14, propelled by a pursuit of excellence, embraces a holistic approach to life shaped by invaluable lessons in hard work and discipline.

James Kemp

“After only a few months of using Freemius my NET revenues surpassed the NET revenues from CodeCanyon, and in less than a year I doubled my revenues.”

James Kemp - Founder at Iconic Try Freemius Today

Hand-picked related articles

Comments

3 Comments