TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Making money from a JavaScript library?

4 pointsby amuresanalmost 8 years ago
Is it possible to make money by making a quality JS library and monetizing it either through direct sales (preferably) or some other way?<p>Are the IP risks too big or can they be mitigated by using obfuscation?

1 comment

Reinmaralmost 8 years ago
Of course, it is possible. There are many companies which sell JavaScript libraries and related services. In my own field (of JS-based rich-text editors) there are at least a couple of companies which produce their own products and live from that. I&#x27;m not sure if you&#x27;d still consider them as libraries, but I&#x27;ll come to that.<p>As in any business, the most important aspect is finding customers. First of all, you need to have an idea and then a product. It needs to be really good unless you have some exceptional marketing and sales skills ;).<p>Then, you&#x27;ll need to find potential customers. You can do that directly or promote yourself in various ways. Many companies open source their products or parts of their products. This may attract a lot of attention and makes you and your software more recognizable. If you open source a big part of your product you also won&#x27;t have a problem with obfuscating the code – it&#x27;s available out there anyway.<p>But how to make money if you open sourced everything? That&#x27;s why I&#x27;m talking about a product, not a library. Source code is not everything (unless it&#x27;s a really simple thing, but then you wouldn&#x27;t sell it anyway). You can propose additional support, commercial licenses, knowledge and experience (in various ways such as custom development or your assistance). Some developers also try to crowd fund their projects on services like <a href="https:&#x2F;&#x2F;www.patreon.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.patreon.com&#x2F;</a> or <a href="https:&#x2F;&#x2F;gratipay.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;gratipay.com&#x2F;</a> but you need a really big community to live from that.<p>So, if you want to make money, then in most cases you should start thinking about a product, not a library itself. You need to be prepared that a big fraction of your time will be spent on things other than coding. This is tough for many developers.<p>Good luck! :)
评论 #14886540 未加载
评论 #14972308 未加载