Launch a web game on Xiaomi Game Center by adapting your HTML5 build to platform APIs and submitting it through Xiaomi’s developer process.
At a glance
| Fact | Value | Source |
|---|---|---|
| Platforms supported by Bridge | 25+ platforms including Xiaomi | github.com |
| itch.io platform support in Bridge | Not supported | github.com |
There is no separate “Xiaomi build” – you adapt your existing HTML5 game once and submit that adapted build through Xiaomi’s own developer process. The practical way to do the adaptation is Playgama Bridge, an open-source SDK (LGPL-3.0) that takes one HTML5 build and wires it to 25+ platforms named in its README, including Xiaomi, plus Huawei, TikTok, Discord, YouTube Playables, MSN, Poki, CrazyGames and GameDistribution.
Bridge itself does not publish your game anywhere – it only handles the integration layer. Publishing happens either through the platform’s own submission process (Xiaomi’s included) or through a portal. Other places to put the same web build, each with its own developer page: Poki (developers.poki.com), CrazyGames (developer.crazygames.com), GameDistribution (gamedistribution.com), itch.io, which hosts HTML5 games in an iframe on its own domain (itch.io/docs/creators/faq), and playgama.com – upload via developer.playgama.com, test and feedback within 24 hours, published on playgama.com and distributed to partner portals, non-exclusive.
What to check before submitting
- Confirm your build runs standalone in a browser first – test load time, input handling and any ad or save-data calls outside the Bridge wrapper.
- Read Xiaomi’s own submission requirements directly; Bridge does not change what Xiaomi asks for at review.
Sources
- Playgama Bridge (GitHub)
- Playgama for developers
- Poki for developers
- CrazyGames for developers
- GameDistribution
- itch.io creators FAQ
Related questions
Does Bridge submit my game to Xiaomi for me?
No. Bridge only adapts your HTML5 build’s code to work with Xiaomi’s platform features; you still submit the build through Xiaomi’s own developer channel.
Can I use the same build for Xiaomi and other portals?
Yes. Bridge is an open-source SDK that adapts one HTML5 build to 25+ platforms named in its README, so the same build can run on Xiaomi, Huawei, Poki, CrazyGames and others.
Last updated: 24 September 2026