I’ve been experimenting with building very small personal tools to help myself stay focused. One of them is a tiny terminal‑based Pomodoro timer.
For this project I’m trying a different distribution model: it’s closed‑source in the licensing sense, but the code is source‑available. The actual download with code is on Gumroad, where I’m testing a pay‑what‑you‑want model 0$+.
In this setup, GitHub works more like a landing page / documentation hub rather than a place where the full source lives.
Since I’m still learning how to distribute tiny solo tools in a way that feels “fair” and reasonable, I’m curious how other developers see this approach:
Is using GitHub as a landing page acceptable when the code isn’t hosted there?
Does PWYW 0$+ make sense for small, simple tools?
How do you usually distribute your own micro‑projects?
For context, here’s the project I’m experimenting with:
GitHub: https://github.com/Mietkiewski/MPomidoro
I personally find it weird and confusing when I see things like this. There are loads of closed source projects that use GitHub purely for issue tracking and feature requests and it just kind of feels against the ethos of it. Honestly for those projects I'm not really interested anyway if it is closed so after a quick browse in the org repos to see if I missed something, I just leave.
In your case it seems even stranger, if you wanted to have a landing page in GitHub but nothing else then why not have it as an GitHub Pages website rather than a repo?
I didn’t know GitHub Pages was a thing for this use case. I’ll look into it — it might be a better fit for future projects.
Well in that it serves a free website rather than just being a bare repo. Still don't think it fits exactly but its better.