We’ve tried (unsuccessfully) to sell the codebase. Meanwhile, some of our most loyal users are now asking us to open source it. Part of me feels this would be a meaningful way to give back and ensure the project doesn’t completely disappear.
However, I can also foresee a lot of technical and legal complications, not to mention potential maintenance burdens.
Has anyone here been through this before? Any lessons, regrets, or advice?
Thanks a lot in advance!
(AI used to improve spelling)
throwawayffffas•5h ago
> Legal complications
If your code was written by you and you are not infringing on any patents and you don't have any client data in your repos, you should be fine I guess, but I am not a lawyer.
Just make it MIT and open it to the public. Make sure there are no keys or credentials in the repos either.
amadeoeoeo•4h ago
ezekg•2h ago
amadeoeoeo•1h ago
throwawayffffas•1h ago
It will be also easier for other people to find them and report or fix them.
In general it's a bad plan to rely on code secrecy for security. It's security through obscurity which never works out. All the cryptography schemes and algorithms are public. Most of the public internet runs on open source code. Transparency is a strength, not a weakness.
brudgers•36m ago