Because monetizing any business is really really hard. I work on Standard Notes ( https://standardnotes.org ), which is an encrypted notes app (think of it as an encrypted Evernote alternative). It's fully open source, and I'm monetizing it through paid upgrades. While the progress is promising enough for me to continue working on it full time, nothing could have prepared me for how difficult this was going to be. I…
Your app looks sweet. Can I try out the extended version before purchasing?
Ask HN: Why don't more open-source projects monetize?
71–80 of 131 posts
Re: Ask HN: Why don't more open-source projects monetize?
#72Earlier quoted context omitted.
> * Run a Patreon (Vue). Pro: you have autonomy and recurring revenue (yay!). Con: now you're a personality. This is limited to celebs who are good at marketing _themselves_ as much as their software I don't see this one as necessarily true. And it doesn't even seem to hold up in the one example you gave of Vue. Looking over the patreon page, Evan seems to be totally marketing the technology and not marketing "himsel…
Ah sorry! I absolutely did not mean this to disparage Evan. I think very highly of him and love Vue. So in that case, my example may not fit my point, which is that it's hard to become a personality (and/or brand) that is known well enough to support a full time income. One might say that other open-source projects don't make a significant income because they don't have value, but I think you only need to look at e.g…
Re: Ask HN: Why don't more open-source projects monetize?
#73Because monetizing your open-source project means you take on a second job. Here are your choices: * Turn your OSS project into a company (Docker). The pro is that you can capture a lot of the value, the con is that you're splitting your project into CE/EE and also now you're a CEO * Give the software away for free and charge for the hosting (Gitlab). Pro here is that you get recurring revenue, but the con is that no…
> it's one-time revenue, you have potentially inflated expectations, and just kidding, now you have 1,000 bosses. I think this dynamic applies pretty widely and it's part of a major problem throughout the open-source community. There are many people who feel entitled to custom development tailored to their exact needs for free or close to it; that population is both considerably larger than the number of people who w…
Re: Ask HN: Why don't more open-source projects monetize?
#74Because monetizing your open-source project means you take on a second job. Here are your choices: * Turn your OSS project into a company (Docker). The pro is that you can capture a lot of the value, the con is that you're splitting your project into CE/EE and also now you're a CEO * Give the software away for free and charge for the hosting (Gitlab). Pro here is that you get recurring revenue, but the con is that no…
If a project has active community then the owner can scale support by sharing workload and money with the contributors. In general I agree with you monetization is a job/business.
Re: Ask HN: Why don't more open-source projects monetize?
#75I've tried it. I've failed at it. Halite is a libsodium wrapper for PHP projects that emphasizes ease-of-use and difficulty to misuse: https://github.com/paragonie/halite CMS Airship is a secure-by-default content management system (think WordPress, Drupal, Joomla, etc.): https://github.com/paragonie/airship Both projects are released under GPL but offer commercial licenses. In two years, I've only had one person eve…
I'm a Laravel developer and I know about random_compat because of the infamous "There is no suitable CSPRNG installed on your system" message. So I guess it's Wordpress, Laravel, and maybe Symfony too?
Basically, 28 million + (number of WordPress 4.4+ installs) = total installed base of random_compat
Re: Ask HN: Why don't more open-source projects monetize?
#76I have a little open-source Mac utility where the source code is available on GitHub: https://github.com/pkamb/PowerKey I then sell a compiled version signed with my Apple Developer ID via Gumroad: https://gumroad.com/l/powerkey This model works pretty well for small apps that you otherwise want to keep in a public repo. The hassle of compiling + signing the app is worth $5 to many people. For anyone dabbling with th…
Re: Ask HN: Why don't more open-source projects monetize?
#77Because monetizing any business is really really hard. I work on Standard Notes ( https://standardnotes.org ), which is an encrypted notes app (think of it as an encrypted Evernote alternative). It's fully open source, and I'm monetizing it through paid upgrades. While the progress is promising enough for me to continue working on it full time, nothing could have prepared me for how difficult this was going to be. I…
Re: Ask HN: Why don't more open-source projects monetize?
#78Because monetizing any business is really really hard. I work on Standard Notes ( https://standardnotes.org ), which is an encrypted notes app (think of it as an encrypted Evernote alternative). It's fully open source, and I'm monetizing it through paid upgrades. While the progress is promising enough for me to continue working on it full time, nothing could have prepared me for how difficult this was going to be. I…
Just a heads-up, standardnotes.org is very broken (big area of overlapping text) in IE11.
Re: Ask HN: Why don't more open-source projects monetize?
#79I run an open source project (turtlapp.com). I want to monetize. I have people who tell me fairly often they want to pay for it. There are two things that hold me back. First is never quite feeling like it's ready to charge for (perfect being the enemy of good). Second is I don't know how much time I can devote to supporting it. Both are stupid reasons. I know this. I'm hoping to launch a premium service soon, and we…
Just start charging. You'll want to know earlier rather than later which one it is. Life is short. If it turns out this is not the thing you should be working on, knowing which one it is will free your mind up to do something else you should be doing.
Re: Ask HN: Why don't more open-source projects monetize?
#80The trouble with monetizing open source is that if your project isn't a "full product" like wordpress, gitlab, or discourse with a well designed interface and plugin support you don't really have a way to sell the product as a service which I think is the most lucrative way and you can then start adding premium features to this service if you want to go down the open core route.