CheddaBoards CheddaBoards

POST INFRASTRUCTURE
GAMING BACKEND

Leaderboards, achievements, and player profiles for indie game developers.

Zero servers. Free tier forever. Zero hassle.

โ€” Players
BETA Public Testing
5 MIN Setup Time
๐ŸŽฎ REGISTER YOUR GAME (FREE) ๐Ÿ“š VIEW DOCS

๐Ÿงช CURRENTLY IN BETA โ€” Live and functional, seeking testers!
๐Ÿง€ Free tier forever โ€ข ๐ŸŽฎ Play Chedz vs The Graters

WHAT IS CHEDDABOARDS?

CheddaBoards is a free, open-source gaming backend that gives you server-validated leaderboards with anti-cheat controls, cross-game player profiles, and hybrid authentication. With minimal backend maintenance.

Built on the Internet Computer (ICP). A global distributed compute platform that eliminates traditional server infrastructure. CheddaBoards runs on serverless compute, storing leaderboard data in a distributed database.

REST API works with any platform โ€” Godot, Unity, Unreal, GameMaker, native mobile, web, or custom engines. Plus drop-in scripts for even faster integration.

SEE IT IN ACTION

CHEDZ VS THE GRATERS

A retro arcade game built with CheddaBoards. Try the leaderboards, achievements, and player profiles yourself. All powered by the SDK you can use!

๐ŸŽฎ PLAY NOW (FREE) โ†’

Real leaderboards โ€ข Built with CheddaBoards SDK

๐Ÿ’ฐ PRICING

Start free, upgrade when you need player accounts and cross-game features.

๐Ÿง€

Free

$0
forever
  • โœ“ 3 games
  • โœ“ 2 leaderboards per game
  • โœ“ Auth (web games only)
  • โœ“ Anti-cheat controls
  • โ€“ No achievements
  • โ€“ No player profiles
GET STARTED

๐Ÿงฎ WHY CAN WE PROMISE FREE FOREVER?

CheddaBoards runs on the Internet Computer โ€” a global distributed compute network where costs are predictable and absurdly low.

10 MILLION SCORES = ~$25
~$19 compute + ~$6 storage/year. That's the actual math.

No surprise bills when your game blows up. No "let's talk pricing" conversations.
Just math we can prove.

๐Ÿ’ธ Traditional Backend Services

  • โ€ข Monthly costs scale with players
  • โ€ข Free tiers have strict limits
  • โ€ข Server maintenance required
  • โ€ข Complex pricing, surprise bills

๐Ÿง€ CheddaBoards

  • โœ“ Predictable pricing - no per-player costs
  • โœ“ Free tier with real features
  • โœ“ Zero maintenance
  • โœ“ No surprise costs

CORE FEATURES

๐Ÿ†

Secure Leaderboards

Server-side validated leaderboards with anti-cheat controls to catch suspicious submissions.

๐Ÿ”

Hybrid Authentication

Internet Identity (passwordless), Google, or Apple. Players choose how to log in.

โšก

REST API First

Simple HTTP endpoints work with any engine. Plus drop-in scripts for Godot and Unity.

๐ŸŽฏ

Custom Anti-Cheat

Configure per-game validation rules: max scores, streak limits, absolute caps.

๐ŸŒ

No DevOps Required

No servers to manage, no databases to maintain. Serverless infrastructure handles everything.

๐Ÿ…

Achievements (Plus)

Unlock and persist achievements per player across sessions. Available on Plus tier.

๐Ÿ“Š

Analytics (Alpha)

Track events and view daily summaries. More metrics coming soon.

๐Ÿ”“

Open Source

Full source code available. Self-host or contribute. No vendor lock-in.

โšก QUICK START

1๏ธโƒฃ

Register & Get API Key

Create an Internet Identity (~2 min), register your game, and generate your API key.

Get API Key โ†’
2๏ธโƒฃ

Make API Calls

Submit scores and fetch leaderboards with simple HTTP requests from any platform.

View Docs โ†’
3๏ธโƒฃ

Ship It

Deploy your game with persistent leaderboards. Works on web, desktop, and mobile.

See Example โ†’

API EXAMPLES

Submit Score (Any Platform)

POST https://api.cheddaboards.com/scores

// Headers
X-API-Key: your_api_key
Content-Type: application/json

// Body
{
  "playerId": "player_001",
  "score": 1500,
  "streak": 5
}

Get Leaderboard (Any Platform)

GET https://api.cheddaboards.com/leaderboard

// Headers
X-API-Key: your_api_key

// Response
{
  "entries": [
    { "rank": 1, "player": "..." },
    { "rank": 2, "player": "..." }
  ]
}

Works with any language or engine that can make HTTP requests! ๐Ÿš€

๐ŸŽฎ Want even faster integration? Use our drop-in scripts for popular engines:

๐ŸŽฎ Godot โ€” cheddaboards.gd ๐ŸŽฒ Unity โ€” CheddaBoards.cs

PERFECT FOR

๐ŸŽฎ

Indie Game Developers

Build competitive online features without backend complexity or ongoing costs.

๐Ÿซ

Game Jams & Prototypes

Add leaderboards to your jam game in minutes. Free forever.

๐ŸŽ“

Student Projects

Learn online game features without credit cards or infrastructure setup.

๐Ÿš€

MVP Testing

Validate your game concept with real player data before scaling infrastructure.

โ“ FAQ

๐Ÿ†“ Is the Free tier really free?

Yes! 3 games with 2 leaderboards each, forever free. Upgrade to Plus when you want achievements, player profiles, and more games.

๐Ÿค” What's the difference between Free and Plus?

Free gives you 2 leaderboards per game with auth (3 games max). Plus adds achievements, persistent player profiles, analytics, and up to 10 games.

๐ŸŒ How is this different from Firebase or PlayFab?

CheddaBoards has a real free tier, predictable pricing with no per-player costs, and is open source. Plus our cross-game profiles create network effects - something Firebase doesn't offer.

๐Ÿ” What is Internet Identity?

Passwordless authentication (like FaceID/TouchID for web). Takes ~2 minutes to create, no passwords to remember.

๐Ÿ’ป Can I self-host?

Yes! The entire backend is open source. Deploy your own instance on ICP for full control.

๐ŸŽฎ What engines are supported?

The REST API works with anything that can make HTTP requests โ€” Godot, Unity, Unreal, GameMaker, web, native mobile, custom engines. We also have drop-in scripts for Godot and Unity.

PLATFORM SUPPORT

REST API works with everything. Drop-in scripts for faster integration.

REST API

โœ… ANY PLATFORM

HTTP requests

Godot

โœ… DROP-IN SCRIPT

cheddaboards.gd

Unity

โœ… DROP-IN SCRIPT

CheddaBoards.cs

WORKS WITH ANY ENGINE

Any engine or platform that can make HTTP requests can use CheddaBoards. One API key, simple REST calls, instant leaderboards.

Unreal GameMaker Construct Native iOS/Android Custom Engines

READY TO BUILD?

Join indie developers building games on serverless infrastructure. Without the complexity or cost.

๐ŸŽฎ REGISTER YOUR GAME (FREE) ๐Ÿ“š READ THE DOCS

๐Ÿ’ณ No credit card โ€ข โšก 5 minute setup โ€ข ๐Ÿง€ 3 free games forever

โ˜•

SUPPORT DEVELOPMENT

No VC. No investors. Just an indie dev building tools for indie devs. Your support goes directly into keeping CheddaBoards free and shipping new features.

โ˜• BUY ME A COFFEE

100% goes to development. No shareholders here. ๐Ÿ™