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: How to start a company with an open source alternative of a popular SaaS

2 pointsby darkhorse13about 1 year ago
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 comments

redoubtabout 1 year ago
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.
noashavitabout 1 year ago
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
fauigerzigerkabout 1 year ago
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.
brudgersabout 1 year ago
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.