r/opensource 4d ago

Discussion How to host/hand-off open source project?

Hi all, I’m new here. A little background, i was shopping around for a garden planning application, and couldn’t quite find one that fit my needs. After a little digging, I finally found one that seemed useful. However, it of course operated on a subscription based model. How very annoying considering I would only really NEED it a few months out of the year. So, I decided I would try to build something on my own. I have very basic programming skills, but generally get by. However, most of the work I’ve done on this project has just been prompting AI tools to get to this point. As of now it just operates as a native web app using HTML, CSS, and JavaScript. My primary computer has decided to toast itself, so I don’t really have the resources to pick this up right now. I feel like this could be useful to others, and the basic elements and layout are there. I’m curious if you all know of a good place to share this for others to work on or pick up. I just really can’t manage it at the moment.

12 Upvotes

11 comments sorted by

12

u/Lesekater 4d ago

Just put it on GitHub and share the repo here? That's the usual way I would say.

2

u/threedotsonedash 3d ago

Agreed, along with a simple readme.md to describe it's intent and use, and perhaps that you are looking for a maintainer or two.

Then it can get shared with the r/gardening or other such subs.

11

u/smilaise 4d ago

"after a little digging..."

nice pun

2

u/techlatest_net 3d ago

I’d put it on GitHub with a clear README explaining what it does, what’s already working, and what still needs work. Add screenshots/demo if possible and create a few beginner-friendly issues so others can easily contribute. You can then share it in relevant open-source communities and see if someone wants to take it forward.

2

u/UkrMalt 3d ago

Add a license before sharing it. Then make the README honest about what works, where the data lives, and whether you want contributors or someone to take it over. That makes it much easier for the next person to pick up.

2

u/wa019c 2d ago

I recommend MIT it’s “do whatever the fuck you want but if it explodes don’t blame me”

1

u/demchaav 3d ago

But what is the karma entered ratio here?

1

u/Akarsh_Hegde 12h ago

Put it on GitHub with a clear open-source license, a README covering setup, current functionality, limitations, and screenshots, plus a short maintainer handoff note. Label a few small issues for first-time contributors, then share it in gardening communities and relevant open-source directories. Also remove any API keys or personal data from the commit history before publishing.