Copy this site

outcopy.lol is a deliberately tiny pay-to-rank leaderboard: whoever bids the most sits at #1. It exists to be forked, renamed, and pointed at whatever niche you care about.

1. Remix this project

Clone it from the marketplace. Everything runs in the browser — no database, no keys, no setup.

2. Edit src/data/listings.ts

One array holds every listing. Ranking is derived from the amount field, so changing a number reorders the board.

3. Rename and recolor

Change the name in the header and footer, then tweak the color tokens at the top of src/styles.css. Nothing is hardcoded in components.

4. Wire up real bids (optional)

The claim buttons call a single handler. Point it at your own payment flow when you want money to actually change hands.

Files you will touch

  • src/data/listings.ts — listings, categories, activity feed
  • src/styles.css — colors, radius, font
  • src/components/site-header.tsx — name and navigation