— online

About

One page, one list, one mechanic. Everyone on the board paid to be where they are, and the only way past someone is to pay more than they did. No ads, no API keys, no revenue share, no algorithm to reverse-engineer.

Why it works this way

Most ranking surfaces hide their scoring behind engagement signals, freshness decay and moderation queues. This one does not have any of that to hide. The number next to a listing is the ranking function, it is printed on the page, and anyone can move by exactly the amount they are willing to spend.

listings
total volume
top bid

How this copy is built

This deployment is a rebuild of the original concept on a deliberately small stack. Every page is plain static HTML and hand-written CSS — no framework, no build step, no bundler. The parts that need live data are fetched as HTML fragments with htmx, which is served from this origin rather than a CDN.

This is a demo. The board is seeded with placeholder listings and no payment provider is connected, so bids are written straight to the database. Connect a checkout flow in functions/api/bid.js before pointing anything real at it.