|
|
|
Ask HN: Does a framework exist for “open-source SaaS”?
|
|
32 points
by reisr3
1062 days ago
|
|
The OSS model for collaborating on code is broadly understood. I'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. 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'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. Just curious if some such experiment has been successful, or perhaps why they fail. |
|
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/maintain the paas platform codebase, someone needs to develop the actual applications, and someone needs to maintain the application packaging/deployment stuff. And all those someones should somehow get fair market-rate compensation for the work they do.
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.
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.