TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: If we make it open source, how do we monetize it?

27 点作者 graderjs将近 2 年前
I don&#x27;t want to make a bad business decision. But I feel like we should make our product open source, with capital OSS. The reason is because it expands the value for companies considering using it by not being afraid they will lose access in future, although they can ensure that now with perpetual licenses which we currently sell.<p>However, if we want to have a SaaS offering, making it Open Source could encourage people to trust that relying on that will not incur future debt. This is because they can circumvent future problems by self-hosting the open source version.<p>The problem is, while seemingly expanding the value, it looks like we reduce the amount of value we can capture, and encourage people and companies to use it without paying, giving them a free head start to their own (internal or external) product ambitions. What incentive to they have to return the value they receive to us, unless we charge for it up front?<p>I don&#x27;t really like this choice right now, and I don&#x27;t feel we have to make it, but I feel instinctually it could be a good thing to do. It doesn&#x27;t sound smart tho. What do you think? What do you do, in your startup or business or side-project?

23 条评论

fragmede将近 2 年前
The simple answer is: don&#x27;t. The code behind Google search isn&#x27;t public, the code behind Stripe isn&#x27;t public, Netflix doesn&#x27;t release source for how their DRM works, and so on. Absolutely give back to the community, but you don&#x27;t have to put yourself in the poorhouse in the process.
评论 #36211414 未加载
评论 #36179873 未加载
joergrech将近 2 年前
There are many ways to make a project open-source and still monetize on it. I&#x27;ve collected several approaches here: <a href="https:&#x2F;&#x2F;github.com&#x2F;PayDevs&#x2F;awesome-oss-monetization">https:&#x2F;&#x2F;github.com&#x2F;PayDevs&#x2F;awesome-oss-monetization</a><p>Your case sounds like you could apply an Open SaaS with an AGPL License or create an OpenCore and service special functionality in your SaaS.<p>If the only concern of your customers is that you could have to close the company and they don&#x27;t have the code&#x2F;system anymore, you could create a special (Dual-)License that is GPL as long as your company exists but becomes MIT if you close your company.
评论 #36179688 未加载
ipaddr将近 2 年前
The biggest problem you are going to have is marketing &#x2F; getting someone to try your product. Trying to launch a new product is going to cost you more if you don&#x27;t go the open source route.<p>Worrying about someone copying is natural but you quickly realize that&#x27;s not your biggest issue. It&#x27;s so hard to get marketshare&#x2F;trust that open source becomes an easier sell. If I could get everyone in the world to self host my product I would be a billionaire.<p>You can make money by: You can sell specialized versions, addons, create a two way marketplace, sell merch, ask for donations, offer support, sell adspace on docs, sponsorship, donations, books, put on conferences, certifications, sell tutoring and of course sell support. What a lot of people do is become an expert and consult off of the popularity.<p>If I had little money or a weak marketing plan I would open source. You can always sell a pro plan just remember to identify who will pay and make a version for them specifically.<p>Open sourcing slows down development to keep the tradeoffs in mind
评论 #36183318 未加载
paddw将近 2 年前
It sounds like you should not make your project open source, because there is no compelling business reason to. You only cite a speculative benefit of potentially being able to reach more customers, but it seems like these are not the people actually interested in buying your product. So I think your assessment is correct, it does not sound like a smart thing to do.
ftxbro将近 2 年前
make it hard to install. provide a paid version that is easier to install. if the open source version ever gets easy to install, add new features to both of them, but only make the paid version still easy to install. control dependencies in the stack that require these features. repeat as necessary. if someone annoyingly keeps working for free on the open source version to keep making it easy to install then hire them to work on the paid version instead. use unprofessional logos and project names for the free version. keep the paid version polished. make the free version feel vaguely dirty like green vs blue text bubbles. write a lot of commentary and debate on the open source version mailing list or discord without improving the code.
评论 #36174806 未加载
ezekg将近 2 年前
Here are a few reasons that I had for open sourcing my SaaS business: <a href="https:&#x2F;&#x2F;keygen.sh&#x2F;blog&#x2F;all-your-licensing-are-belong-to-you&#x2F;" rel="nofollow">https:&#x2F;&#x2F;keygen.sh&#x2F;blog&#x2F;all-your-licensing-are-belong-to-you&#x2F;</a>. I offer a cloud version (the SaaS), as well as a community edition and an enterprise edition. In the end, it really is going to depend on your market. But generally, people overestimate how many people <i>want</i> to self-host and manage their own instances of open source software. Most people want something that works, without any of the maintenance burden. I mean, just look at Plausible Analytics -- easy to self-host, yet they’re bringing in &gt;$1M ARR with their managed cloud service.
gitgud将近 2 年前
&gt; <i>However, if we want to have a SaaS offering, making it Open Source could encourage people to trust that relying on that will not incur future debt. This is because they can circumvent future problems by self-hosting the open source version.</i><p>People hate vendor lock-in, but you don’t need to open source a whole self-hosted version of the system to mitigate this concern.<p>There’s a huge overhead to managing an open source product, issues, contributors, stability etc… and now you have another duplicate system to support<p>A better option might be to open source a migration tool or export tool, which would help people easily leave the platform if they really need to
mooreds将近 2 年前
Our company has a free downloadable version, but it isn&#x27;t open source. There are also features which require a license, and we offer both SaaS hosting and commercial support. I&#x27;m sure you can run the same playbook with OSS.<p>Here&#x27;s our license: <a href="https:&#x2F;&#x2F;fusionauth.io&#x2F;license" rel="nofollow">https:&#x2F;&#x2F;fusionauth.io&#x2F;license</a><p>It can be a little confusing (what&#x27;s free and what isn&#x27;t requires a FAQ: <a href="https:&#x2F;&#x2F;fusionauth.io&#x2F;license-faq" rel="nofollow">https:&#x2F;&#x2F;fusionauth.io&#x2F;license-faq</a> ).<p>We get some pushback on &quot;why aren&#x27;t you OSS&quot;, but we counter that with a code escrow offer and no one has taken us up on it yet.<p>We also OSS a lot of other aspects of our system (SDKs, docs, core infra like our JWT processing code), which scratches some of that itch for our devs and community.<p>That said, I think it depends on what your product is. If it isn&#x27;t dev focused, then I&#x27;d definitely stay away from OSS. If it is, are you in a land grab area with strong network effects? If so, OSS might make sense. You really can only go one way (really hard to walk it back) so I&#x27;d think about it from many angles before making the choice.
krapp将近 2 年前
&gt;What incentive to they have to return the value they receive to us, unless we charge for it up front?<p>Absolutely none, and that&#x27;s the entire point, and a feature of OSS, not a bug. Open sourcing your code is <i>not a business decision,</i> it is a <i>moral statement</i> that you consider the freedom of end users to be a fundamental human right. You no longer own code you release as open source, it belongs to the community, with the only obligation being to preserve that freedom downstream. Why would you demand compensation for something that isn&#x27;t yours?<p>If you&#x27;re not willing or able to make that statement and stand behind it, don&#x27;t release your code as open source. If you do, don&#x27;t be like a lot of developers nowadays who complain that big companies are making millions of dollars on their OSS without giving anything back.
iammukunthan将近 2 年前
You can earn by offering a hosted version and releasing an open-source version under the GPL license, similar to Plausible [1]. This approach can help reduce competition with the hosted version.<p>Alternatively, you can release the software under the MIT license and keep certain parts of the code under an enterprise license, following the PostHog model [2]. This allows you to offer an enterprise version and charge for it.<p>Ultimately, the decision should be based on your target users. Small businesses may prefer the hosted version as it relieves them of hosting and maintenance responsibilities.<p>[1] <a href="https:&#x2F;&#x2F;plausible.io&#x2F;blog&#x2F;open-source-licenses" rel="nofollow">https:&#x2F;&#x2F;plausible.io&#x2F;blog&#x2F;open-source-licenses</a><p>[2] <a href="https:&#x2F;&#x2F;github.com&#x2F;PostHog&#x2F;posthog&#x2F;blob&#x2F;master&#x2F;LICENSE">https:&#x2F;&#x2F;github.com&#x2F;PostHog&#x2F;posthog&#x2F;blob&#x2F;master&#x2F;LICENSE</a>
评论 #36175609 未加载
ledgerdev将近 2 年前
A good discussion on open source in latter part of this podcast. <a href="https:&#x2F;&#x2F;www.se-radio.net&#x2F;2023&#x2F;05&#x2F;se-radio-563-david-cramer-on-error-tracking&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.se-radio.net&#x2F;2023&#x2F;05&#x2F;se-radio-563-david-cramer-o...</a>
eesmith将近 2 年前
&gt; The reason is because it expands the value for companies considering using it by not being afraid they will lose access in future, although they can ensure that now with perpetual licenses which we currently sell.<p>If it expands value this it&#x27;s worth more to them.<p>Offer your customers the choice to purchase your software under a FOSS license. Make that (much?) more expensive than your current licensing offer.<p>Do <i>NOT</i> offer it under a FOSS license at no cost. You&#x27;ll be your own competition.<p>&gt; and encourage people and companies to use it without paying, giving them a free head start to their own (internal or external) product ambitions<p>You can offer that ability without a FOSS license. They don&#x27;t also need the right to redistribute, sell, or otherwise commercialize your work for a free head start.
michaelbrave将近 2 年前
What I&#x27;ve heard from those I&#x27;ve talked to who have open sourced things successfully, they always talk about open sourcing things that work like plumbing or are foundational to what you do, but keeping the core of what you do yours.<p>I feel a similar inclination toward premade solutions, if something is the very core of your business or is the primary differentiator of your business then building a custom solution or creating an internal department is appropriate, if it isn&#x27;t then buying a solution or using other people&#x27;s software is usually the better choice.
XCSme将近 2 年前
One issue I have with &quot;open source&quot; projects that also offer a SaaS alternative, is that the open-source one is usually a different version than the SaaS one. They keep the best features for their paid solution and also often make maintaining the self-hosted one harder, so you have reasons to switch to their paid option. So the open-source one is often just part of the marketing funnel.
yumraj将近 2 年前
Unfortunately, it depends on a lot of factors.<p>The questions you’ve raised above are the right ones, but there are more, and given the various Pro-cons, unfortunately it’s hard to give any advice without knowing specifics.<p>How big is the market? Will those who adopt the open source version ever be your customers or will open sourcing it actually expand the market? And so on ..<p>Either ways make sure the license you use, if you open source, is the right one and doesn’t allow a potential competitor to fork and build their own version.
GianFabien将近 2 年前
It depends whether your product is used by individuals or business.<p>For a business, there typically is a cost for competent staff&#x2F;contractor to install, configure and administer any system. So you could offer paid support to alleviate that need. AFAIK, that is what RedHat did with their early Linux distro.<p>From what I&#x27;m seeing, technically competent individuals want everything free and are able to solve their own problems. That market might not even be worth pursuing if the unpaid support becomes a burden for your business.
ghuntley将近 2 年前
opensource was created as a financial weapon against proprietary software (and businesses). whilst it is possible with opensource to make a company that generates revenue it is significantly harder. don’t. proceed with caution and consider alternative approaches such as the prosperity license (which isn’t “opensource” as per OSD) but folks are having some success with it. go look at the dependabot repo. it’s an open community that accepts contributions. the GitHub issue tracker is there. people can still see the source code and self-fix problems. best of both worlds.<p>if you want to derisk the intellectual property from the SaaS company and do a pledge to the community then setting up a seperate entity that holds the copyright to the source code and do a commitment to community that after X years after $event the code will become opensource under OSD that’s a potential thing you could do as well.<p>if you build a mega successful company then you could later opensource the IP as well but the best thing to do is to consider sustainability of the project - ie making money.<p>giving away all your stuff for free is not a (easy) path to make money and many venture backed companies over the last three years are starting to learn the lesson the hard way now that capital is drying up.
sharts将近 2 年前
There is no one type of value. Some people place 0 value on non OSS solutions, for example, because avoiding vendor lock-in is a requirement.<p>Many open source projects make it by providing paid support, hosting, etc.<p>Also understand that you are also receiving value from OSS in the sense that you receive potentially unlimited free contributors.<p>It really depends on what you are building and the community you are trying to target.
mostlystatic将近 2 年前
Is this an actual sales objection that comes up? Are potential customers saying that making the code open source would address their concerns, or would the cost to host and maintain the software internally be too high? Would code escrow be an option, so the source only becomes available if you go out of business?
评论 #36176184 未加载
segmondy将近 2 年前
I have never paid for a SaaS software because it&#x27;s opensource. If it&#x27;s opensource, I&#x27;m more likely to run it. My concern with SaaS is more around your security&#x2F;data policy. Work on that, convince your customers that you will be a good custodian to their data.
bhu1st将近 2 年前
You can paly the pay it forward game in different ways. Open sourcing is branching out from major priorities, it demands a different level of commitment.<p>Don&#x27;t do it.
irf1将近 2 年前
you can watch interviews from COSS (commercial open source) company founders, monetization is discussed in every video (see timestamps in video descriptions) <a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;@algora-io">https:&#x2F;&#x2F;www.youtube.com&#x2F;@algora-io</a><p>I&#x27;m the host of the podcast :) hope this helps!
revskill将近 2 年前
Simple, you just submit your resume with this open source project and can earn money as an employee.