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: Does a framework exist for “open-source SaaS”?

32 pointsby reisr3almost 2 years ago
The OSS model for collaborating on code is broadly understood. I&#x27;m curious if anyone has been successful in deploying and hosting a SaaS app in an open-source way, using community or public user funding.<p>For example, many of us use Calendly. There are many for-profit Calendly alternatives. Could we band together and create an open-source, truly free Calendly alternative where users split hosting costs in a fair way? The cost for functionality would go down to pennies per user, since no one expects to make a profit. I don&#x27;t necessarily want to take on the whole burden of self-hosting an open-source platform, but would be happy to pay for usage if those funds only go towards keeping the platform online.<p>Just curious if some such experiment has been successful, or perhaps why they fail.

11 comments

zokieralmost 2 years ago
To me this sounds a bit like what Sandcats&#x2F;Sandstorm wanted to be; open-source paas that allowed basically one-click deployment of applications from open-source repository of packages.<p>Problem is that all parts of this process needs funding, which makes it difficult to make work. Someone needs to run the physical infrastructure, someone needs to operate the paas platfrom, someone needs to develop&#x2F;maintain the paas platform codebase, someone needs to develop the actual applications, and someone needs to maintain the application packaging&#x2F;deployment stuff. And all those someones should somehow get fair market-rate compensation for the work they do.<p>One way of providing compensation is to hand out credits for the service, but in practice it is probably infeasible to make the numbers really work out. And even if all the labor is compensated through service credits, you still need actual real money flowing in to pay for colo and hardware etc, which probably needs to come from the otherwise non-contributing userbase.<p>Not saying it is completely impossible thing to accomplish, but it is really difficult to bootstrap, and almost as difficult to keep running sustainability, especially when individual people inevitably come and go.
penaazvalmost 2 years ago
Have you heard of Commercial open source (COSS)? It&#x27;s a growing industry of promising OSS tools combining the benefits of proprietary SaaS with open source software.<p>As for the Calendly alternative instance - have you heard of cal.com? It&#x27;s free for individuals.<p>I recently wrote this article featuring their origin story: &lt;<a href="https:&#x2F;&#x2F;blog.scoutflo.com&#x2F;cal-com-the-coolest-open-source-alternative-to-calendly&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;blog.scoutflo.com&#x2F;cal-com-the-coolest-open-source-al...</a>&gt;
评论 #36861601 未加载
kornholealmost 2 years ago
A good example of this is Nextcloud. The SW is FOSS. Over 400K installations are hosted in many ways including on home single board computer servers, Synology NAS, on a VPS, or as a service from providers such as <a href="https:&#x2F;&#x2F;ppp.woelkli.com&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;ppp.woelkli.com&#x2F;</a> or Hetzner.com. The calendar app is very functional and allows booking of appointments based on availability similar to Calendly. This is one of many apps within its large and expanding suite.
评论 #36866123 未加载
reedciccioalmost 2 years ago
WordPress! Why is it so often forgotten? Automattic created an impressive ecosystem based on GPL code, and SaaS.
tweetle_beetlealmost 2 years ago
That does already exist to some extent. It&#x27;s relatively niche for now and unlikely to ever get significant market share, but it warms my heart to know that people are doing just that through CHATONS[1]. I can&#x27;t speak for them, but as a user it a provides a framework for this type of service to be commoditised, but also independent. Not all the providers offer the same services, but I can fairly easily swap provider knowing that the core philosophy is consistent.<p>It&#x27;s a natural extension of Framasoft, where they opened up their concept so that they were not a single point of failure.<p>The providers are almost exclusivey based in Europe currently[2], likely due to the French origins of Framasoft. But there&#x27;s no reason it has to stay thay way.<p>[1] <a href="https:&#x2F;&#x2F;www.chatons.org&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;www.chatons.org&#x2F;</a> [2] <a href="https:&#x2F;&#x2F;www.chatons.org&#x2F;search&#x2F;near-me" rel="nofollow noreferrer">https:&#x2F;&#x2F;www.chatons.org&#x2F;search&#x2F;near-me</a>
salukialmost 2 years ago
No, we don&#x27;t have the technology.<p>Running a SaaS reliably involves a lot more than just the open source app.<p>Who&#x27;s going to handle DevOps and Security, product road map, paying for hosting, transactional emails, etc.<p>A SaaS is a business, has expenses, needs revenue.
bluecabbagealmost 2 years ago
Seems like it&#x27;s already mentioned, but I&#x27;ve also had a great experience with <a href="https:&#x2F;&#x2F;cal.com&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;cal.com&#x2F;</a> :)
jeenaalmost 2 years ago
We have this working quite well with the Fediverse where we have thousands of instances of Mastodon, Lemmy, Kbin, Pleroma and so on running of donations of the users of those instances.
ano88888almost 2 years ago
The alternative is non-profit SAAS. It will operate like a company and continously improving based on user feedback. But the goal of the company is not to maximize sharehoder profit but to bring delights to both users and employees with minimal cost to users while taking care of the employees.
no_wizardalmost 2 years ago
Does cal.com not fit for purpose?
ipaddralmost 2 years ago
Check github, I&#x27;ve open sourced my sass as have thousands of others. Look for a project related your niche. Saw a php gym manager sass the other day. So many unique projects are out there