Games
Drive repeat sessions with casual HTML5 experiences and score-based progression.
Increase participation, retention and loyalty through games, quizzes, missions, rewards and AI-powered personalisation.
Customers are distracted. Employees disengage. Communities lose momentum. Learning platforms struggle with completion. Traditional content is no longer enough to keep people returning.
People do not return because there is content. They return because there is meaningful engagement.
GMZBST turns interaction into a repeatable engagement loop.Cadence is the engine at the heart of GMZBST. It is not simply a catalogue of games; it is a configurable engagement engine that turns interactive mechanics, rewards, behavioural data and personalisation into participation, retention and loyalty.
Each module can stand alone, combine with the others, or be delivered inside a fully branded white-label experience.
Drive repeat sessions with casual HTML5 experiences and score-based progression.
Measure knowledge, teach through participation and reward completion.
Invite lightweight input and turn audience opinion into live signals.
Collect structured feedback with Likert, rating and NPS scales, kept simple and rewarding.
Create short-term goals that move users from passive viewing to action.
Connect XP to vouchers, airtime, points, status or partner-defined benefits.
Turn any event into XP: flat or per-unit awards you configure, no code required.
Turn progress into visible status and friendly competition.
Run brackets, clashes and clan competitions with automated scheduling.
Play-to-win: instant-win or score-tiered prize pools with entry limits, claim and second-chance.
Build shared identity through teams, clans, groups and repeat events.
Recognise milestones that give users a reason to keep progressing.
Recommend the next best action based on behaviour, timing and intent.
Support sponsored moments, rewards catalogues and partner-defined offers.
Track engagement score, retention, completion and reward usage.
GMZBST turns behavioural signals into better journeys: what people play, when they return, what they complete and which rewards motivate them.
Partners can launch different experiences without rebuilding the platform. Configure the domain, logo, colours, navigation, content, catalogue, rewards and feature set from one foundation.
GMZBST gives product, loyalty, innovation, marketing and HR teams a configurable way to increase participation across digital journeys.
Add fresh earn mechanics, mission-based rewards and repeat engagement to existing programmes.
Educate customers, encourage product discovery and reward positive digital behaviours.
Drive learning, wellness challenges and recurring customer contact beyond renewal periods.
Use play, quizzes and XP to increase subscriber activity, data usage and reward redemption.
Improve completion through challenges, quizzes, streaks and adaptive missions.
Turn campaigns into repeat visits with missions, offers, achievements and rewards.
Make training, onboarding and internal communication more participative.
Keep members active with shared goals, competitions, recognition and progression.
Launch branded casual game destinations with leaderboards, tournaments and rewards.
A complete developer platform: a documented REST API with an OpenAPI spec and an interactive explorer, official JavaScript and PHP SDKs, signed webhooks, and a self-serve portal for API keys, usage and delivery logs. Integrate at the level that fits your roadmap.
Full API docs, the interactive explorer and SDK keys are provisioned per partner. Reach out and we will get you set up.
// Send an event; the engine scores it, awards XP and fires webhooks
fetch("https://gmzbst.com/v1/events", {
method: "POST",
headers: {
"Authorization": "Bearer cad_live_sk_...",
"Content-Type": "application/json"
},
body: JSON.stringify({
user_id: "player-42",
type: "experience.completed",
experience: { type: "game", id: "space-run" },
value: { score: 1500 }
})
});
// Official SDKs: npm i @gmzbst/cadence · composer require gmzbst/cadence
import { Cadence } from "@gmzbst/cadence";
const cadence = new Cadence("cad_live_sk_...");
await cadence.track({
user_id: "player-42", type: "experience.completed",
experience: { type: "game", id: "space-run" }, value: { score: 1500 }
});
// live engagement score, behaviour dimensions and a motivation archetype
const eng = await cadence.engagement("player-42");
// config.php: the only file you edit
define('GZB_PARTNER_KEY', 'PARTNER_KEY');
define('GZB_API_BASE', 'https://gmzbst.mobi/api');
define('GZB_SITE_NAME', 'YourBrand');
define('GZB_PRIMARY', '#ef3e4a');
define('GZB_LOGO', '/assets/logo.png');
define('GZB_DOMAIN', 'yourbrand.com');
// Upload, set your key & branding. Done.
// Games, players, missions, rewards,
// leaderboards & analytics included.
// Drop a branded quiz, survey or poll on any page. No build step.
<iframe
src="https://gmzbst.com/embed/your-brand/onboarding-quiz"
width="100%" height="640" style="border:0">
</iframe>
// Renders in your brand colour and custom CSS. Answers post back
// server-side and flow through scoring, XP and results automatically.
// Subscribe once to real-time engagement events
POST "https://gmzbst.com/v1/webhooks"
{
"url": "https://yourapp.com/hooks/cadence",
"events": ["reward.redeemed", "experience.completed"]
}
// The signing secret is returned once. Every delivery is HMAC-signed,
// so you can verify it came from us before you trust it.
X-Cadence-Signature: sha256=...
X-Cadence-Timestamp: 1720000000
Use GMZBST as a loyalty layer, subscriber benefit, sponsored destination, internal platform or API-powered engagement service.
Create free-to-access engagement experiences with partner-owned advertising routes.
Offer games, missions and rewards as a reason to subscribe, return or remain active.
Scale commercial terms around audience size, APIs, modules and platform usage.
Combine sponsorship, loyalty rewards, subscriptions, internal use cases and custom structures.
GMZBST exists to engineer meaningful engagement.
Games are one mechanism. Quizzes are another. Rewards are another. AI personalisation makes every experience more relevant, and analytics show which loops are working.We don't just supply engagement technology; we design, build and run our own live engagement and community platforms. Partners get proven mechanics, not theory.
Where it all started, and still our core offering: launch a fully branded, engagement-ready games website in a fraction of the time it takes to build one from scratch.
Explore the white-label →Our live casual-gaming engagement platform: games, tournaments, XP, quests, clans and rewards, running in production.
Visit the platform →The live demo of our GameZBoost white-label: a structured gaming community with HTML5 games, quests, XP, live leaderboards, clashes, tournaments and moderated chat.
Visit the platform →A full adventure-riding community we built and operate: ride reports, gear reviews, route planning and member engagement.
Visit the community →Our foundation product: a curated, embeddable feed of HTML5 games with play tracking, an admin and a client-facing portal, ready to drop into any site.
Explore the Games Feed →The engagement engine behind all of these, productised as an API and self-serve platform: points rules, missions, rewards, prize campaigns and assessments. This is what you license.
Read the overview (PDF) →Bring together games, quizzes, missions, rewards, analytics and personalisation in a branded platform built for participation, retention and loyalty.