Documentation
Products
Company
Deploy Nakama and Satori
Get Started
The leading open source game backend for online and social games.
A Nakama toolkit to rapidly build standardized meta game features.
LiveOps: events, audiences, feature flags, experiments and more.
Deploy and scale your Heroic Gamestack on our managed cloud platform.
A managed or private cloud built for scaling the Heroic Game stack for the biggest games.
A Heroic Ten Years: Special letter from our CEO, and invitation to our birthday party!
Be part of the journey
Heroic Labs Celebrates Pixel Flow, the Breakout Hit with 10M+ Players from Loom Games
Read the announcement
From Technical Debt to Technical Clarity: Kwalee's Transformation
Read the case study
Community
Download and Install Nakama OSS
Get started with Nakama in 5 minutes.
Read the documentation
Learn how to use Nakama
Learn the basics, master the details.
Watch videos now
Read more about the Progression system in Hiro here.
Get progressions.
1 2
const progressionList = await hiroClient.progressionsGet(session); console.log(progressionsList);
Purchase a progression for permanent unlock, if supported.
1 2 3 4
const request = new ProgressionPurchaseRequest(); request.id = "progression_1"; const progressionList = await hiroClient.progressionsPurchase(session, request);