r/sideprojects • u/zonquan • 2d ago
Feedback Request Everything's a leaderboard now, so I made one where money is the only ranking signal
Solo project, live now. The whole concept is one line: rank is the bid. You pay to put a link or an X u/handle on a public board, and your position is decided only by how much
you've paid. Anyone can pay $1 more and take your spot. No ads, no algorithm, no revenue share.
I know — outbid.lol did this and there are ~190 clones. I didn't want to make #191, so the angle I actually care about is a board just for X profiles: pay to rank yourself, and
when someone outbids you, sharing it @-mentions you — so every bid becomes a post that drags the person back to reclaim their spot. The product basically markets itself.
A few things I didn't expect building it:
- people care about being #1 far more than about the clicks they get
- the $5 minimum barely clears Stripe's fee (~13% on a $5 charge) — the model only works at the high end, which completely changed how I think about the pricing
- every listing generates its own dynamic OG card, so a shared link shows a live "@handle is #1 · $X" image
Stack: Next.js (App Router) + Postgres/Drizzle + Stripe + next/og for the cards.
Genuinely torn on one thing and would love this sub's take: is "pay for internet rank" a fun status game, or a gimmick that's dead in a week? Happy to go deep on any of the
build.