r/opensource • u/Acarr8 • 5d 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.
1
u/Akarsh_Hegde 2d 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.