Ask HN: I want to open source a my SaaS project. What should I know?
My current side project is closed source, and I want to make it open as I believe it can benefit from some community love (also I'm not making money off it, so not much to lose!).
Besides the usual things like good documentation, purging secrets, easy dev/deployment process, what else should I know?
Also, its currently hosted on Gitlab, I like the CI/CD better. Is it worth switching to Github for the starzzz?
Background: Ive managed large OSS packages, but nothing SAAS-like.
3 comments
[ 2.1 ms ] story [ 12.7 ms ] threadPerhaps you can mirror onto Github to attract the "walk-in" crowd.
(If your idea in the future is to use AGPL and sell a dual license, you must ask for a CLA. But I hate CLA.)
Super easy foolproof instruction to build are very important. Something like "./configure & make".
consider that most people will not contribute and will seek ways to profit from it without paying you.
you could provide support or services but that will not scale.