Jonathan Wilke shipped outbid.lol on August 19th, 2026, at 11:08 PM. Forty-eight hours later it had over a million visitors, more than $120,000 in bids, a top spot going for $14,013, and someone offering him $100,000 to buy the whole thing outright. By the end of that same week there were over 190 clones. Not 190 people who heard about it. 190 separate, shipped, live websites running some version of the same mechanic.
That is not a viral post. That is a genre being born in public, in real time, and it is worth actually understanding instead of just reacting to, because the mechanic underneath it is simpler than the numbers make it sound, and simpler things are exactly the ones that get copied badly. I build leaderboards for a living at this point, the one on makers.page ranks makers by daily streak instead of revenue, so I want to walk through what outbid.lol actually is, why it spread this fast, where the mechanic runs out of road, and why I built something different, ownthe.day, instead of just cloning it like everyone else did.
What outbid.lol actually is
The pitch is one sentence: pay more, rank higher. There is no editorial score, no community vote, no algorithm deciding what deserves the top spot. You submit your product, your app, your X profile, whatever you're trying to get in front of people, along with a bid. New listings start at a $5 minimum, bids go up in $1 increments, and the person with the largest cumulative bid holds first place until someone outbids them. That's the entire product. One page, one list, one number next to each row that only ever goes up.
No ads, no API keys to connect, no revenue share, no accounts beyond what you need to submit and pay. Wilke built it as a side project and the entire value proposition is watching the position update in real time while someone else is actively trying to take it from you.
That last part is the whole trick. Most directories are static. You pay once, you get a spot, you check back in a month to see if anything changed. outbid.lol turns the leaderboard into a live event. Somebody can outbid you while you have the tab open. The rank you're looking at right now might not be true in ninety seconds. That's not a leaderboard in the TrustMRR or Product Hunt sense, ranked and left alone. It's closer to an auction with a scoreboard bolted on, and auctions are inherently more watchable than lists because the outcome is still being decided while you're looking at it.
The numbers that made it a phenomenon
It's worth sitting with the actual scale here, because "went viral" undersells what happened in less than two days:
| Metric | Number |
|---|---|
| Time to $100K+ in bids | Under 48 hours |
| Visitors in 48 hours | Over 1 million |
| Top bid | $14,013 |
| Acquisition offer received | $100,000 |
| Minimum bid | $5 |
| Bid increment | $1 |
| Clones within the first week | 190+ |
A solo developer built a page with a list and a payment form, and inside two days it had more traffic than most funded startups see in a year. No paid acquisition, no launch campaign beyond the product itself being the thing worth talking about. The mechanic was the marketing. Every dollar someone spent to move up a spot was also a dollar spent advertising the existence of a leaderboard where you can watch that happen, which is a growth loop most products spend months trying to engineer on purpose.
Why a pay-to-rank leaderboard is such an easy thing to want to build
Once you see the shape of it, you understand immediately why 190 people shipped a version of it in a week instead of just admiring it. The entire build is a table, a Stripe charge, and a sort order. There is no AI call to get right, no moderation queue, no accounts system beyond what payment requires. I've written before about how the smallest surface area wins for a weekend project, and outbid.lol is close to the smallest possible surface area for something that still has a real, felt stake attached to it. You could scaffold the database schema for it in five minutes: an entries table, a bid amount column, an updated_at to break ties.
The clones that followed prove the concept generalizes further than the original. Within days there were reverse versions where the lowest bid takes the top spot instead of the highest. There were personal directories where individual X profiles compete instead of products. There's a site, outbidception.lol, that is itself a pay-to-rank directory, except what you're bidding to rank higher on is a list of other pay-to-rank directories, which is either the funniest possible endpoint for this trend or proof it doesn't actually have one yet. Someone built a directory of the clones themselves. The format ate its own tail inside a week.
That's the part actually worth learning from if you're a maker deciding what to build next, not the specific bidding mechanic. A product that can be described in one sentence, built in a weekend, and understood by a stranger in three seconds has a real structural advantage in how fast it can spread, completely separate from whether the underlying idea is deep. Depth was never the point. Legibility was.
The problem every pay-to-rank leaderboard shares
Here's the part most of the clone posts skip past, because it's less fun to write about than the acquisition offer: a pay-to-rank leaderboard has a ceiling, and it's closer than it looks from the outside.
The mechanic only works while the bidding is still live and moving. That's what makes the scoreboard watchable in the first place, the sense that the number next to your name could change before you finish reading this sentence. But bidding wars are, by nature, temporary. Eventually someone with the deepest pocket takes the top spot and nobody wants to keep spending to dislodge them, and at that point the leaderboard stops being an event and turns back into what it always secretly was underneath the excitement: a static ad placement you paid too much for. The $14,013 top bid on outbid.lol is an extraordinary number for a viral moment. It's a much less extraordinary number for the fortieth company trying to buy visibility on a directory that peaked three weeks ago and nobody's actively watching anymore.
There's a second problem sitting right behind the first one: the rank has no memory. It tells you who's willing to spend the most money right now. It says nothing about whether that money was well spent, whether the product underneath the listing is any good, or whether the person at #1 is going to still be there, or still exist, next month. TrustMRR has the same structural gap I've written about before, ranking by revenue excludes almost everyone building right now, except outbid.lol's version is arguably sharper: at least MRR reflects something real that happened over time. A winning bid reflects one decision made in one moment, and the moment it stops updating, the entire reason to look at the page again goes with it.
None of that makes outbid.lol a bad product. Wilke built something that made six figures off a weekend's worth of code and got offered a life-changing acquisition price for it, which is a genuinely rare outcome and one worth studying regardless of what happens to the category next. It just means "pay more, rank higher, forever, on a static list" is a mechanic with a shelf life measured in the hype cycle that created it, not a durable leaderboard format on its own. The 190 clones racing to copy the exact same shape are mostly racing to arrive at the same ceiling, just later and with less attention.
What I built instead: ownthe.day
I didn't want a clone of the list. I wanted the auction-as-event feeling outbid.lol nailed, minus the part where the excitement quietly dies the moment one whale stops getting challenged. So ownthe.day keeps the live-bidding energy and changes two things: there's only one spot, and there's a clock counting down to the end of the world.
The mechanic: today has exactly one owner. Whoever's paid the most currently holds it, full stop, no ranked list underneath them to settle for. A countdown clock ticks down the hours left in the current day. Anyone can take over the #1 spot by outbidding the current owner, and doing so adds time back onto the clock. If the clock ever hits zero before someone takes it over again, the site is done, forever, and whoever was holding #1 at that exact moment is immortalized as the last owner there will ever be.
That last part is the actual design decision, not a flavor detail. outbid.lol's list keeps existing no matter what happens to any individual bid, so there's no real cost to just... not competing anymore once you've decided the top spot isn't worth chasing today. ownthe.day has a genuine, permanent, one-way ending built into the product itself. Every single owner is either going to get outbid, or they're going to be the answer to "who was holding it when it died" for as long as anyone cares to look. That's a sharper stake than a number on a list that just sits there quietly declining in relevance. It's closer to the last-man-standing tension of a Reddit button experiment than to a directory, and it means the site doesn't slowly fade into a static ad wall the way a pay-to-rank list eventually does. It either keeps getting contested, or it ends, and both outcomes are interesting.
| Ranked by | Number of spots | What ends the excitement | The permanent stake | |
|---|---|---|---|---|
| outbid.lol | Cumulative bid | Unlimited, sorted list | Nobody wants to outbid the current #1 anymore | None. The list just keeps existing, less watched |
| ownthe.day | Current bid | One | Never, until the clock actually hits zero | Being immortalized as the final owner, or losing that title to whoever outbids you |
| makers.page leaderboard | Daily check-in streak | Unlimited, sorted list | It doesn't. Streaks reset, but the board itself has no ending | Your product's dofollow backlink flips to nofollow if your streak breaks |
Three different answers to the same underlying question, which is: what makes someone care about a number going up next to their name. outbid.lol bets on the thrill of live competition for arbitrary visibility. ownthe.day bets on there being exactly one prize and a real deadline behind it. The leaderboard on makers.page bets on something else entirely, that showing up today, not spending money today, is the thing worth ranking people on, with a real functional consequence, your backlink, attached to keeping it up.
Should you build one of these too?
Probably not a straight clone, honestly, and not because the category is played out. It's because the 190th version of "pay more, rank higher, on a list" is competing for attention against 189 other identical pitches that all launched the same week, and the thing that made outbid.lol work, being the first person to say the sentence out loud, is not a thing you can copy. It already happened.
What is worth copying is the underlying question the format answers so well: what is the smallest possible mechanic that turns a static number into something someone will refresh the page to check? A few things worth stealing that have nothing to do with bidding specifically:
- Make the outcome visible in real time, not after the fact. A leaderboard that updates the instant an action happens is a different product from one that updates on a cron job overnight, even if the underlying data is identical.
- Give the number a reason to move against you specifically. "Someone could take your spot right now" is a stronger hook than "your rank might change eventually." Loss aversion works on leaderboards the same way it works on habit streaks, the fear of losing something you already have pulls harder than the hope of gaining something you don't.
- Decide on purpose whether the list ever ends. An infinite scrolling leaderboard and a leaderboard with a real, permanent finish line are two completely different emotional products, even with the exact same sorting logic underneath. Pick one deliberately instead of defaulting to "just keep it running forever" because that's what every directory before yours did.
If you do build a version of this, the constraint that matters more than the mechanic is who's allowed to submit and what happens to the losers. A pay-to-rank board where anyone can list anyone else is a different, much riskier product than one where you can only submit your own thing. Copy that boundary before you copy the bidding math.
Frequently asked questions
Is outbid.lol still worth paying to be on?
Depends entirely on timing. Early, while the leaderboard itself is the story people are sharing, a bid buys real attention because the page is getting genuine traffic from the novelty. Once the novelty settles and the top spot stops actively changing hands, you're paying list-ad prices for a static line item, which is a much worse trade.
What's the actual difference between outbid.lol and ownthe.day?
outbid.lol is an unlimited, sorted list where rank is set by cumulative bid, and it keeps existing indefinitely regardless of whether anyone's actively competing. ownthe.day has exactly one spot, a real countdown clock, and a permanent ending: if nobody outbids the current owner before time runs out, the site is done forever and that owner is the last one there will ever be.
Why did outbid.lol spawn so many clones so fast?
Because the entire build is a sortable table and a Stripe charge, no AI, no moderation, no complex accounts system, so the technical barrier to shipping a version was close to zero. Combine that with a mechanic anyone can understand in one sentence and you get a format that's uniquely easy to copy inside the same week it launches.
Does a pay-to-rank leaderboard actually work as a business long term?
The evidence so far says it works extremely well as a launch event and much less well as an ongoing product. The excitement is tied to active, visible competition. Once one player takes an uncontested lead, the reason to keep checking the page mostly disappears, which is the structural ceiling every clone in this category is going to hit eventually, some sooner than others.
Can I list my product on makers.page instead of a pay-to-rank board?
Yes, for free. The leaderboard there ranks makers by daily check-in streak rather than money spent, and approved product pages get a dofollow backlink that stays alive as long as your streak does. It's a different bet than either outbid.lol or ownthe.day: consistency over cash, sustained over one moment.
The honest summary
outbid.lol proved something real: a mechanic simple enough to explain in one sentence and build in a weekend can outrun products that took months to ship, if the thing it's selling is the live thrill of watching a number move. 190 clones later, most of them are going to hit the same ceiling the original will eventually hit too, because a leaderboard that never ends eventually stops feeling like an event and starts feeling like furniture.
ownthe.day keeps the part that actually worked, live, visible, contested, and adds the one thing a list can't give you: a real ending. One spot, one clock, one last owner when it finally runs out. Go see who's holding it right now, and if you'd rather build a streak than win an auction, the leaderboard on makers.page is still ranking makers by whether they showed up today, for free, no bid required.
Related reading: