We use cookies (and other similar technologies) for many purposes, including to improve your experience on our site and for ads and analytics.
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.

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.
A persistent leaderboard turns one-off matches into a long-running season. Players come back to defend rank, not just to play.
Top spots are bragging rights โ clan flair, Discord roles, stream callouts. The board is the trophy case your community actually looks at.
Viewer challenges, sub-only races, prediction ladders. Boards turn passive watchers into competing participants โ and give chat something to react to.
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.


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.
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.

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.
Track standings round-by-round across an online or LAN cup. Display on the main stage screen and stream overlay.
Sub-only score races, prediction ladders, "beat the streamer" boards. Pull stats from your bot, push to BoardQ.
Aggregate scores across members. Run season-long clan rivalries with auto-rollover and historical archives.
Time-based ranking with millisecond precision. Verifiable links per submission. Perfect for community PB chases.
Tie a Discord bot to the API. Auto-award points for activity, wins, events โ and project the standings into the server.
Minecraft, Rust, FiveM, ARK โ any game server can webhook kills, points or events into a live community board.
Skip building a backend. Drop a few API calls into your game and ship a global high-score table the same day.
One screen, one board, everyone's name on it. Works just as well for Smash brackets as for Catan game nights.
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.
// 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"
})
}
);Scores propagate over WebSocket. Sub-second latency from API call to on-screen rank change.
Drop the leaderboard URL into OBS as a browser source. Transparent backgrounds and chroma-friendly themes available.
Speedrunners welcome. Millisecond precision, ascending sort, and PB tracking out of the box.
Push from any game, mod, server or bot. Pull standings back into Discord embeds and tournament pages.
API key auth, IP allowlisting, and per-score verification links keep submissions clean and contestable.
Upload your community logo and palette. Make the board feel like your tournament, your stream, your clan.
Password-protect for paid-tier streams, internal scrims, or invite-only ladders.
Stream overlay, venue display, mobile check-ins โ same board, every device.
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 โ
โ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.โ
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.
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.
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.
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.
Yes. Use time-based scoring with millisecond precision and ascending sort. Attach a verification link to each submission for community moderation.
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.
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