by toast0 on 6/27/2025, 8:26:47 PM
> However, I can also foresee a lot of technical and legal complications, not to mention potential maintenance burdens.
Shouldn't have a maintenance burden. That burden will be extinguished with the corporation.
If I were you, I'd put it on github with a corporate account, leave a readme that it's abandoned and then mark the repo read-only.
Let (interested) customers know and encourage them to fork it. Disable issues and pull requests before you publish.
Alternatively, put a source dump on your website, and let people know they can put it on Github, but you're not doing it. If nobody republishes it before the corporate site goes down, it is what it is.
by sexyman48 on 6/27/2025, 4:58:03 PM
I wouldn't do it. It'd be like a dead lover. Don't get suckered into prettying up her corpse on the off chance your opinion of necrophilia changes.
by dataf3l on 6/28/2025, 7:38:26 AM
I believe the Haiku people open sourced after their company was down, I saw it as an act of good faith towards the people who trusted them, I say try open sourcing it, who knows what the future holds...
by throwawayffffas on 6/27/2025, 4:29:02 PM
Open source but make it clear that the project will not receive any updates. If any of your clients want to pick it up they will be able to fork it.
> 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.
by onel on 6/28/2025, 6:06:12 AM
I would recommend you make it open source. I've also done this the past as well. Even if it's a project that is not maintained you don't know how it might help someone else.
by tukantje on 6/27/2025, 11:23:19 PM
This really depends on what field the product is in.
In my opinion; if you can't sell it you could also try to hand it over to another company / third party. Finding someone to take over a project takes a bit of time but it'd allow for it to survive.
However you need legal advice, fast. First talk to a lawyer who understands this.
by Flundstrom2 on 6/27/2025, 5:29:22 PM
I would suggest putting it out as open source with a permissive license that don't require upstream commitment.
Because you don't want to become a maintainer. Just make it clear that it is provided as-is, without support.
It does after all represent a lot of value having been poured into it, worthy of a better ending than rm -rf, even if it didn't reach break-even.
by N_FI on 6/28/2025, 12:43:07 AM
> some of our most loyal users are now asking us to open source it
In exchange of the code ask them to make a non profit organization and handle the rights to them. They will be responsibles for their security in case of vulnerabilities.
by five9s on 6/27/2025, 4:33:21 PM
I think it could be a nice emotional ending to the journey if that's where you are. At least it's 'out there' in the world and you can move on. I'll be a one time effort to get it out there, but then can be community supported.
by brudgers on 6/27/2025, 8:49:25 PM
[random advice from the internet]
If you really want to put an open source project out in the world the right way, taking what you learned and building an appropriate code base might be a better route.
And if you don’t really want to put an open source project out in the world, that’s okay.
Your customers had an interest in paying you enough to stay in business. They did not pay enough (and maybe because you did not charge enough).
And to me, it seems like you are probably ready to move on and now is probably a good time for moving on. Good luck.
by msgodel on 6/27/2025, 8:45:57 PM
See if you can put it under the [a]GPL and create a consulting niche around it.
by almosthere on 6/27/2025, 4:53:46 PM
See if you can auction it off - at least you'll make some money that way.
by sherdil2022 on 6/27/2025, 8:00:02 PM
What is the product and source code about?
by VirusNewbie on 6/28/2025, 3:23:34 AM
Sell it to a customer for pennies (or more, if they're willing), have them/allow them to open source it.
After 5 years of building and fighting for our startup, we’ve reached the end — the product will be shut down soon. I won’t mention names to keep this from sounding promotional. Let’s just say it’s a kind of website builder.
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)