PlayFab Alternatives for Indie Games in 2026 (After the Free-Tier Cut)

In March 2026 Microsoft gutted PlayFab's free tier - Development Mode dropped from 100,000 MAU to 1,000 lifetime accounts, and the new unlimited Foundation Mode is Xbox-only, in preview, and excludes dedicated servers, UGC, and CloudScript. If you're a non-Xbox indie, you're stranded. Here's an honest comparison of LootLocker, Nakama, BrainCloud, and Crux.

On March 11, 2026, Microsoft quietly rewrote what "free PlayFab" means. The old Development Mode - which let indies build against roughly 100,000 monthly active users for free - was replaced with a version capped at 1,000 lifetime accounts. Not 1,000 per month. 1,000 ever. For anything past a tiny prototype, that is not a free tier; it is a demo.

There is a new unlimited free option, Foundation Mode - but the catch list is brutal. It is Xbox-only, it is in preview, it is limited to new titles, and it excludes dedicated servers, User-Generated Content, and CloudScript. If you are a non-Xbox indie - which is most indies - you have been quietly shown the door.

To be precise, because it matters: PlayFab did not shut down. This is not a Hathora-style death. It is a neglect-and-reposition: the product got steered toward Xbox-shipping studios, and the free on-ramp for everyone else closed. If you are on it and not going to Xbox, you need a plan. This is that comparison. We make one of the options (Crux), so it is biased - but we have flagged where a competitor is the better fit.

Who exactly is stranded

  • Steam / itch.io / mobile indies with no Xbox SKU - Foundation Mode is closed to you, and Development Mode's 1,000 lifetime cap won't survive a single decent launch week.
  • Anyone using dedicated servers, UGC, or CloudScript - explicitly excluded from Foundation Mode even if you are on Xbox.
  • Existing titles - Foundation Mode is new-titles-only, so your shipped game can't just flip a switch into it.

If none of that is you - you are shipping a brand-new Xbox title with no servers or UGC - then honestly, stay on Foundation Mode. It is free and unlimited for that exact profile. For everyone else, keep reading.

The alternatives, honestly

Nakama (Heroic Labs) - open source, you run it

Nakama is the heavyweight open-source answer. Self-host it for free; managed hosting from Heroic Labs starts around $600/month. It does auth, storage, leaderboards, matchmaking, real-time chat, and server-authoritative logic.

Strengths: genuinely open source, battle-tested, no per-MAU bill if you self-host, no vendor can strand you.
Weaknesses: you own the ops - servers, Postgres, scaling, upgrades; managed pricing is steep for a pre-revenue indie.
Pick it if: you have (or want) DevOps capacity and value the open-source escape hatch above all. More in Nakama open source vs a managed backend.

BrainCloud - cheap, near-unlimited, a veteran

BrainCloud is a closed-source but long-established backend-as-a-service. Its pricing is famously friendly to small teams - roughly $15/month for effectively unlimited use at indie scale - and it has been around long enough to have a real track record.

Strengths: predictable, cheap pricing; mature; broad feature set (data, leaderboards, economy, cloud code).
Weaknesses: closed source, so no self-host; the tooling feels more enterprise than indie-slick.
Pick it if: you want a proven, inexpensive managed backend and don't care about open source.

LootLocker - managed LiveOps suite (but note its own cut)

LootLocker is a polished managed LiveOps platform - leaderboards, progressions, economy, cloud saves, cross-engine SDKs. Be aware, though, that LootLocker killed its own free-forever tier in May 2025; the free option is now about 1,000 MAU plus a trial, and free-for-real is non-commercial only. So you would be leaving one free-tier cut for a vendor that made the same move a year earlier.

Strengths: feature-rich, well-designed, cross-engine.
Weaknesses: its free tier is a trial now; closed source; recent history of the exact thing you are fleeing.
Pick it if: you are ready to pay for a managed LiveOps suite and want breadth.

Crux - free-forever, open API, written export guarantee

Crux is our option. It is a managed backend with a free-forever Dev tier: 10,000 monthly active users, 2 million API calls a month, every feature, unlimited projects, never auto-paused. Auth, player data, leaderboards, economy, server registry, live config, and matchmaking are all in the free tier - no feature is paywalled to force an upgrade. It has SDKs for Unity, Godot, JavaScript, and Roblox.

The honest part: Crux is small and new - it does not have BrainCloud's decade or Nakama's install base. What it is built around is the exact failure mode this article is about. Everything you store is readable through the same open HTTP API you write with, you can export all of it any time, the SDKs and API are open source, and there is a written commitment to advance notice and an export window if the service ever winds down. The whole pitch is: you can't get rug-pulled twice.

Pick it if: you want a free managed backend that behaves like it knows PlayFab just burned you - portable data, an open API, and a promise in writing. Don't pick it if: you need a long track record today, or self-hosting on day one (choose Nakama).

The comparison table

OptionFree tierModelServers / CloudScript?Best for
PlayFab (2026)1,000 lifetime (or Xbox-only Foundation Mode)Managed, closedExcluded from free Foundation ModeNew Xbox titles, no servers/UGC
NakamaFree self-host; managed ~$600/moOpen sourceYes (server-authoritative code)Teams that will self-host
BrainCloudSmall free, then ~$15/moManaged, closedYes (cloud code)Cheap, proven, no-fuss
LootLocker~1,000 MAU + trialManaged, closedLiveOps featuresPaid managed LiveOps
Crux10,000 MAU + 2M calls, every featureManaged, open APIServer registry + live configFree + no-lock-in insurance

How to actually move

Whatever you pick, the migration shape is the same: export your PlayFab player data, titles data, and CloudScript logic through PlayFab's admin APIs, then map accounts and documents onto the new backend's model. We wrote the concrete version of this in how to migrate off PlayFab in 2026, and there is a Crux-specific walkthrough in migrating from PlayFab to Crux. For background on how the free-tier cut actually landed, see PlayFab cut its free tier 99%.

The bigger lesson

PlayFab is the second time in a year that a "free" indie backend rearranged the deal - LootLocker in May 2025, PlayFab in March 2026, SilentWolf's outright shutdown in between. The move isn't to find the next free thing and hope; it is to pick a backend you can leave. Open API, real export, ideally a written policy. We turned that into a checklist in Will your game backend still be alive next year?, and if you are specifically on Godot, the best Godot backend in 2026 comparison covers that ecosystem. And if you just want to feel a real leaderboard working before you commit, the 15-minute leaderboard tutorial is copy-paste for Unity and Godot.

Try the free tier - and read the guarantee first

If "free, every feature, and can't strand me" is what you want after PlayFab, Crux is free forever on the Dev tier - 10,000 MAU, unlimited projects, no credit card. Before you build anything, read the sunset & export guarantee; it is the whole reason to switch to something like this instead of gambling on the next free tier.

See the free tier →  ·  Read the export guarantee →

Related reading