We use cookies (and other similar technologies) for many purposes, including to improve your experience on our site and for ads and analytics.

For gaming communities

The leaderboard your players will fight for.

Live rankings for tournaments, clans, streamers and Discord communities. Push scores from any game with a REST API, drop it into OBS as a browser source, and watch your community climb in real time.

๐ŸŽฎ Built for gamers๐Ÿ“ก Real-time rankings๐ŸŽฅ OBS overlay-ready๐Ÿค– Discord bot friendly
Gaming leaderboards showing top players, top clans and top streamers
<1s
Score update latency
โˆž
Players per leaderboard
๐ŸŽฎ
Any game with an API
$0
To get started
Why a leaderboard?

Competition is the game inside the game.

The scoreboard isn't just a record โ€” it's the loop that keeps players logging in, streamers grinding hours, and clans recruiting. Give your community something to climb.

๐Ÿ”ฅ

Retention through rivalry

A persistent leaderboard turns one-off matches into a long-running season. Players come back to defend rank, not just to play.

๐Ÿ‘‘

Status is the prize

Top spots are bragging rights โ€” clan flair, Discord roles, stream callouts. The board is the trophy case your community actually looks at.

๐ŸŽฅ

Content engine for streamers

Viewer challenges, sub-only races, prediction ladders. Boards turn passive watchers into competing participants โ€” and give chat something to react to.

Player rankings

Rank every player. Surface every legend.

Whether it's K/D, MMR, lap times, or speedrun PBs โ€” show your community who's on top. Custom score units, time-based ranking, and live updates the moment a match ends.

  • Number, time, or custom-unit scoring
  • Ascending or descending rank (lowest time wins)
  • Player avatars, badges, and clan tags
  • Season-based with auto-reset
Rank your players โ†’
Gaming player leaderboard with top players, clans and streamers
Three leaderboards showing top players, top clans and top streamers
Clans & guilds

Squads, clans, guilds โ€” rank them together.

Group players by clan or guild and let the teams climb collectively. Sum kills, stack wins, aggregate XP. Run rival-clan wars or a season-long meta-leaderboard across every member.

  • Aggregate scores by team, clan or guild
  • Members count, total wins, average rank
  • Cross-game leaderboards for multi-title clans
  • Public bragging-rights page per clan
Launch a clan war โ†’
Tournaments & events

Run a tournament without spreadsheets, ever.

Online cup, LAN event, charity stream tournament โ€” the live board shows standings as matches resolve. Prize pools, team counts, sponsors. The whole community watches the same page.

  • Track prize pool, team count and round progress
  • Full-screen mode for venue and stream displays
  • Stacked boards for players + clans + tournaments
  • Permanent results page after the event ends
Host your tournament โ†’
Three gaming leaderboard views including top players, top clans and top tournaments with prize pool
Use cases

Whatever your community plays โ€” there's a ladder for it.

From FPS K/D races to MMO guild ladders to Twitch viewer challenges, BoardQ is the scoreboard layer that sits on top of whatever game you're running.

๐Ÿ†

Esports Tournaments

Track standings round-by-round across an online or LAN cup. Display on the main stage screen and stream overlay.

๐ŸŽฅ

Twitch Viewer Challenges

Sub-only score races, prediction ladders, "beat the streamer" boards. Pull stats from your bot, push to BoardQ.

๐Ÿ›ก๏ธ

Clan & Guild Wars

Aggregate scores across members. Run season-long clan rivalries with auto-rollover and historical archives.

โฑ๏ธ

Speedrun Boards

Time-based ranking with millisecond precision. Verifiable links per submission. Perfect for community PB chases.

๐Ÿค–

Discord Communities

Tie a Discord bot to the API. Auto-award points for activity, wins, events โ€” and project the standings into the server.

๐ŸŽฏ

Game Server Ladders

Minecraft, Rust, FiveM, ARK โ€” any game server can webhook kills, points or events into a live community board.

๐Ÿ•น๏ธ

Indie Game Leaderboards

Skip building a backend. Drop a few API calls into your game and ship a global high-score table the same day.

๐ŸŽฒ

LAN & Board Game Nights

One screen, one board, everyone's name on it. Works just as well for Smash brackets as for Catan game nights.

REST API

Hook it up to your game in three lines.

Don't build a backend just for high scores. Don't wire a database. Send one HTTP POST when a match ends โ€” from your game, your mod, your Discord bot, your stream-deck button โ€” and the board updates everywhere.

  • Minecraft / FiveM / Rust โ€” plugins and server hooks
  • Unity / Unreal / Godot โ€” drop-in HTTP request on game end
  • Discord bots โ€” discord.js, discord.py, Probot
  • Stream tools โ€” OBS, Streamlabs, Twitch EventSub
Read the API docs โ†’
match-end.js
// Fire on match end โ€” players will see it instantly
await fetch(
  "https://api.boardq.io/v1/scores",
  {
    method: "POST",
    headers: {
      "Authorization": `Bearer ${process.env.BOARDQ_KEY}`,
      "Content-Type": "application/json"
    },
    body: JSON.stringify({
      board_id: "season-7-ladder",
      participant: "ShadowX",
      score: 28450,
      clan: "Nightfall"
    })
  }
);
Built for gamers

Everything competitive communities need.

โšก Real-time updates

Scores propagate over WebSocket. Sub-second latency from API call to on-screen rank change.

๐ŸŽฅ OBS & Twitch overlay

Drop the leaderboard URL into OBS as a browser source. Transparent backgrounds and chroma-friendly themes available.

โฑ๏ธ Time-based scoring

Speedrunners welcome. Millisecond precision, ascending sort, and PB tracking out of the box.

๐Ÿ”Œ REST API + webhooks

Push from any game, mod, server or bot. Pull standings back into Discord embeds and tournament pages.

๐Ÿ›ก๏ธ Anti-cheat friendly

API key auth, IP allowlisting, and per-score verification links keep submissions clean and contestable.

๐ŸŽจ Custom branding

Upload your community logo and palette. Make the board feel like your tournament, your stream, your clan.

๐Ÿ”’ Private boards

Password-protect for paid-tier streams, internal scrims, or invite-only ladders.

๐Ÿ“ฑ Plays on every screen

Stream overlay, venue display, mobile check-ins โ€” same board, every device.

Or keep it simple

Just need a clean high-score table?

Not every community needs avatars, badges and tournament metadata. Sometimes you just want rank, name, score, done. We have a template for that too.

Pick a template โ†’
Clean gaming leaderboard with players, clans and streamers in three columns

โ€œStuck this on our community Discord as a season ladder. Daily active doubled in two weeks โ€” people log in just to check if they got bumped down.โ€

Clan Leadยท 2,400-member FPS Discord
FAQ

Common questions.

Can I use this as a Twitch / OBS overlay?

Yes โ€” add the leaderboard URL as a browser source in OBS or Streamlabs. It auto-refreshes over WebSocket, so chat sees live standings. The dark theme is tuned for clean stream overlay.

Does it work with my game?

If your game (or its server, mod, or bot) can send an HTTP request, yes. We've seen it used with Minecraft plugins, FiveM scripts, Unity builds, Unreal projects, and Discord bots wrapping pretty much everything else.

Can I track clans and guilds, not just players?

Yes. Group participants by clan or guild and aggregate scores across members. You can stack a player board and a clan board on the same page.

Is it free for streamers?

Yes. Free plan = 2 leaderboards, unlimited participants, real-time updates, API access. Premium ($6.99/month) unlocks unlimited boards, custom branding and private password protection.

Can I run a speedrun board?

Yes. Use time-based scoring with millisecond precision and ascending sort. Attach a verification link to each submission for community moderation.

Can I host a tournament with it?

Absolutely. Live standings across rounds, prize-pool display, team counts, and a permanent results page when the event ends. Works for online cups and LAN venues alike.

Start today

Your season starts the moment you press start.

Free to start. Unlimited players. No credit card. Upgrade only when you need more boards or custom branding.

No setup fee ยท No contract ยท Cancel anytime