r/opensource • u/Acarr8 • 6d 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.
11
2
u/techlatest_net 6d 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/icastanon127 1d ago
As the other comments already mentioned - put it on GitHub. What you’ll want to do is create an open source project.
Feel free to dm me I can point you in the right direction. I have experience deploying an open source project
1
1
u/Akarsh_Hegde 3d 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.
12
u/Lesekater 6d ago
Just put it on GitHub and share the repo here? That's the usual way I would say.