Introduction
What is Rollerz?
Rollerz is a hosting platform for web-based games. Your game runs inside an iframe embedded in the Rollerz platform, which handles everything around it — user accounts, token balances, navigation, and platform-level controls like muting audio and toggling fullscreen.

The Rollerz SDK is designed to make building games for this platform fast and straightforward. Add a single <script> tag to your game and you get math provider integrations and ready-made UI components out of the box — so you can focus on the game itself.
Try the Demo
See the SDK in action with a complete GO3 integration example.
Where do you want to start?
What's your tech stack?
Using React, Phaser, Unity, or something else? Check the Compatibility page to see how the SDK works with your stack and select your technologies for tailored examples throughout the docs.
SDK modules
| Module | Description |
|---|---|
| Core SDK functionality | SDK initialization and user management |
| Game providers | Open sessions, place bets, collect winnings (GO3, Stepper, Rippin Rumble, GP) |
| Framework | Bet selector, currency formatting, game menu, dev panel |
Built-in math providers
The SDK ships with three math providers — backend engines that determine bet outcomes. Each provider suits a different style of game. Pick the one that matches how your game delivers its result, and the SDK handles the rest.
Bring your own server
The GP (General Purpose) provider lets you connect your game to any external or custom math server. The SDK handles session management and betting — you supply the server URL. See GP provider for details.
Game Design
See Designing games around providers for game ideas and design tips for each provider.