Add a page to /contributions, rally 👍 on the PR, and once it clears the
vote bar a bot merges it — live on this site, with no maintainer in the loop.
Waiting to merge
These pull requests are one crowd decision from going live. Open one, try the live preview, and 👍 the ones you want shipped — viewing is open to everyone, a GitHub reaction is your vote.
Loading open pull requests…
How it works
It's a real GitHub repo. You don't ask permission — you open a PR and let the votes decide.
contributions/<name>/index.html — one self-contained page. A toy, a note, a tiny game.Live now
Everything below was added by someone on the internet and voted in by the crowd. Click any tile to open it full-page; click #NN for the pull request it came from.
A remix of the hyperspace cockpit with a nav computer: lock a target, fly toward waypoints with a live distance countdown, auto-leveling roll, and full touch controls.
Sit in the pilot's seat: a starship cockpit you fly by hand through space. Thrust, bank, roll, zoom — nothing moves unless you do.
Conway's Game of Life, reseeding itself forever. Pure canvas.
A clock whose background drifts through the spectrum, one degree per second.
Wait for lime, then tap as fast as you can. A tiny reaction-time game.
Will it ever hit the corner? The eternal bouncing-logo question.
Falling green code, the classic — in about 20 lines of canvas.
An endless flight through the stars. Pure canvas, zero libraries.
The seed page. Click poke and the clock updates — proof a contribution is just a self-contained HTML file.
Why this isn't chaos-chaos
Contributions can only live under /contributions. CI rejects any PR that reaches outside it.
Each page renders in sandbox="allow-scripts" — no access to cookies, the parent page, or other contributions.
Nothing merges without enough net 👍, passing checks, and an hour on the clock. No drive-by merges.
One flag freezes all merging instantly. Anything bad gets reverted and the site rolls back.
Build, preview, and the merge bot all run on the built-in token. Nothing for a malicious PR to steal.
The whole machine — bot, CI, rules — is in the repo. Read it, fork it, run your own.
Contribute
No build step, no framework, no dependencies. One HTML file is a valid contribution.
index.html — inline CSS/JS welcome. Add a <title> and a <meta name="description"> and they become its card.
# after forking
mkdir -p contributions/my-page
$EDITOR contributions/my-page/index.html/contributions and that the site still builds. The preview bot posts a live link within seconds.The rules
/contributions only. No reaching into the
site's plumbing, no dependencies you control off-site, nothing illegal, hateful, or malicious. The
maintainer can revert anything and ban repeat offenders, and a page passing the vote isn't an
endorsement of it. You're posting to a public site that strangers run code on — be the kind of
contribution you'd want to land next to.