Skip to content

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.

Rollerz platform with a game running in an iframe

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

ModuleDescription
Core SDK functionalitySDK initialization and user management
Game providersOpen sessions, place bets, collect winnings (GO3, Stepper, Rippin Rumble, GP)
FrameworkBet 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.

Ready to get started?