Skip to content

FreeGameStore SDK

A free games store for the open web. Build your game with our SDK, push to GitHub, and we publish it.

What this is

FreeGameStore.online is a curated, free-forever marketplace for PWA games. Every listed game is open-source under MIT, tracking-free, brand-consistent, and audited weekly.

The SDK (@freegamestore/games) gives you the brand-matched shell, an auth hook, a leaderboard, and a synthesized sound system — so your game looks and behaves like the rest of the catalog without you having to think about it.

Three things to know

  • Build once, deploy free. Static PWA on Cloudflare Pages. We don’t host your code; you push to your own GitHub repo and CF Pages picks it up.
  • The shell is required, the rest is opt-in. Wrap your game in <GameShell> and you’ve satisfied the layout and brand checks. Everything else is a hook.
  • The platform mute toggle is the law. If your game makes any sound, it has to respect useSound().muted. The compliance check refuses to publish silent-button games. The easiest path is useGameSounds() — it’s mute-aware by default.

Next

Start with Build your first game — a 10-minute walkthrough from npx fgs init to a deployed game on a *.freegamestore.online subdomain. From there: SDK reference for what to import, How-to guides for common patterns, Developer guidelines for platform rules, and Compliance for what we audit and why.