// open source · vote-merged · no gatekeeper

Open a pull request.
Let the crowd ship it.

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.

Every contribution runs sandboxed in its own iframe — it can't touch the rest of the site, your cookies, or anyone else's page.

Waiting to merge

Go vote. 🗳️

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

Four steps, no gatekeeper.

It's a real GitHub repo. You don't ask permission — you open a PR and let the votes decide.

1
ProposeFork the repo and add contributions/<name>/index.html — one self-contained page. A toy, a note, a tiny game.
2
PreviewA bot instantly comments a live link so anyone can see your page running, straight from your fork, before they vote.
3
VotePeople react 👍 / 👎 on the PR. Distinct upvotes minus downvotes is your score — the crowd is the reviewer.
4
ShipClear the vote bar + green checks + one hour, and a bot merges it automatically. It lands on the wall below, live.

Live now

9 pages the crowd shipped.

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.

open full page ↗
nav cockpit/hyperspace-nav
↳ remix of hyperspace

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.

by BuddyTheDwarf · Jun 18, 2026 #5 ↗
open full page ↗
cockpit/hyperspace

Sit in the pilot's seat: a starship cockpit you fly by hand through space. Thrust, bank, roll, zoom — nothing moves unless you do.

by NathBen97 · Jun 17, 2026 #4 ↗
open full page ↗
game of life/game-of-life

Conway's Game of Life, reseeding itself forever. Pure canvas.

by BuddyTheDwarf · Jun 16, 2026 #3 ↗
open full page ↗
hue clock/hue-clock

A clock whose background drifts through the spectrum, one degree per second.

by BuddyTheDwarf · Jun 16, 2026 #2 ↗
open full page ↗
reaction test/reaction-test

Wait for lime, then tap as fast as you can. A tiny reaction-time game.

by BuddyTheDwarf · Jun 16, 2026 #1 ↗
open full page ↗
bouncing box/bouncing-box

Will it ever hit the corner? The eternal bouncing-logo question.

by BuddyTheDwarf · Jun 16, 2026
open full page ↗
matrix rain/matrix-rain

Falling green code, the classic — in about 20 lines of canvas.

by BuddyTheDwarf · Jun 16, 2026
open full page ↗
warp starfield/warp-starfield

An endless flight through the stars. Pure canvas, zero libraries.

by BuddyTheDwarf · Jun 16, 2026
open full page ↗
hello, chaosbox/_hello

The seed page. Click poke and the clock updates — proof a contribution is just a self-contained HTML file.

by BuddyTheDwarf · Jun 16, 2026

Why this isn't chaos-chaos

Open to everyone, safe by design.

📦

Sandboxed

Contributions can only live under /contributions. CI rejects any PR that reaches outside it.

🖼️

Iframe-isolated

Each page renders in sandbox="allow-scripts" — no access to cookies, the parent page, or other contributions.

🗳️

Vote-gated

Nothing merges without enough net 👍, passing checks, and an hour on the clock. No drive-by merges.

🔌

Kill switch

One flag freezes all merging instantly. Anything bad gets reverted and the site rolls back.

🔒

No secrets

Build, preview, and the merge bot all run on the built-in token. Nothing for a malicious PR to steal.

🧩

Open source

The whole machine — bot, CI, rules — is in the repo. Read it, fork it, run your own.

Contribute

Ship something in five minutes.

No build step, no framework, no dependencies. One HTML file is a valid contribution.

1
Fork & add a pageOne self-contained 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
2
Open a PRCI checks you only touched /contributions and that the site still builds. The preview bot posts a live link within seconds.
3
Rally votesShare the PR. Net 👍 over the bar + green checks + an hour, and the bot ships it for you — no maintainer required.
Read the contributor guide → Browse the code ↗

The rules

Keep it decent.