Spot On
A small browser game, built in a day and put up on GitHub Pages.
Spot On is a small browser game. The whole thing is static, so it lives on GitHub Pages with nothing running behind it.
How it works
It is a single page of HTML, CSS, and JavaScript. No build step, no server. Push to the repo and GitHub Pages serves it straight from the branch.
What I learned
For something this size, GitHub Pages is the shortest path from an idea to a public URL. There is no deploy pipeline to think about and no host to pay for.