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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: How to start a company with an open source alternative of a popular SaaS

2 点作者 darkhorse13大约 1 年前
Hey HN. Let&#x27;s say I have built an open-source alternative of a popular SaaS product. The product itself is quite well-known and widely used. For this example, let&#x27;s say it&#x27;s Notion. How can I actually start a company around it? The software I built has the following qualities:<p>- The output (as in what you actually build with the product, in this case, Notion pages) is of VERY similar quality to Notion. For instance, if you showed it some people, they would be immediately sure that it was built using Notion.<p>- The method of creating the output is completely different. In the case of my open-source software, the approach is local and file-driven, vs using a clunky web app.<p>- I want to fully open-source the software on GitHub once it is complete, or at least close to complete.<p>- In some cases, the output can be more flexible and better in performance.<p>Please note, it&#x27;s not a Notion alternative, but it makes explaining easier. What would you do here? How do I actually start building a business around this?

4 条评论

redoubt大约 1 年前
Go the same route as Docker and Nextcloud perhaps? Offer professional services (hosting, personal support, advanced org-centered functions) at a fee to fund the open source part. You could split the software up into a &quot;community&quot; and a &quot;professional&quot; part with different licenses.
noashavit大约 1 年前
Find the key differentiator and lean into that. So it’s notion just more performant? Or more secure?<p>Notion’s clean screens are quite well known so maybe change the output so it’s clear it isn’t a notion page
fauigerzigerk大约 1 年前
Perhaps there are some collaboration&#x2F;merging&#x2F;syncing features that heavier users might benefit from? You could provide a server API to support those use cases.
brudgers大约 1 年前
Building a business is hard. Running a successful open source project is hard.<p>Combining them makes each of them a distraction from the other.<p>If you want to start a business, closing the source and charging money is the simplest thing that might work. Good luck.