Welcome to X0 Store KaiOS, a fully free web-based platform to host, create, and submit apps for all KaiOS devices including Jio Phone, Nokia 8110 4G, CAT B35, and others.

















| Feature | URL |
|---|---|
| 🌐 Main Store | https://x0.rf.gd/a/x0-all/ |
| 📤 App Submission | https://x0.rf.gd/a/x0-all/submit_app.php |
| 🛠️ App Creator | https://x0.rf.gd/a/kaios-app-creator/ |
| 📁 File Host | https://x0.rf.gd/host/ |
| 📱 IMEI Page | https://x0.rf.gd/a/imei/ |
| 📱 Android Page | https://x0storekaios.blogspot.com/2025/08/x0-store-android.html |
✅ Jio Phone 1
✅ Jio Phone 2
✅ Nokia 8110 4G
✅ CAT B35
✅ MTN Smart T
✅ Tecno T901
✅ All KaiOS 2.5+ devices
Login Details:
kaios@yopmail.comkaitest0➡️ Submit your app officially at:
https://developer.kaiostech.com
| Folder | Description |
|---|---|
/creator/ |
App creation form for ZIP export |
/submit_app/ |
X0 app submission form |
/imei/ |
IMEI unlock page |
/host-guide/ |
Instructions for X0 hosting |
/android/ |
Android store landing page |
/blogs/ |
Blogspot mirrors and links |
| Categories | Url | |————|—–| |Education :| https://x0.rf.gd/a/x0-all/education/ | |Social :| https://x0.rf.gd/a/x0-all/social/| |Games :| https://x0.rf.gd/a/x0-all/games/| |Utility :| https://x0.rf.gd/a/x0-all/utility/| |Ai :| https://x0.rf.gd/a/x0-all/ai/| |Multimedia :| https://x0.rf.gd/a/x0-all/multimedia/|
|http://x0.ct.ws |
| http://store.x0.rf.gd |
| http://chat.x0.rf.gd |
| http://x0.rf.gd/a/ |
| http://x00.yzz.me |
| https://x0storekaios.iblogger.org/ |
| https://joe-x5.github.io/x0storekaios/ | ——–
| https://joe-x5.github.io/x0allkaios/ | ——–
<h1> < Games > </h1>
<div class="version-buttons">
</div>
#PHP + HTML ——– ——– <h1> < Games > </h1> <div class="version-buttons">
<?php
// Comment marker for auto-generated buttons
// Load apps from JSON
$appsFile = 'https://joe-x5.github.io/x0-store-kaios/games/apps.json';
if (file_exists($appsFile)) {
$apps = json_decode(file_get_contents($appsFile), true);
foreach ($apps as $app) {
echo '<button onclick="openVersion(\'' . htmlspecialchars($app['url']) . '\')">';
echo '<img src="' . htmlspecialchars($app['icon']) . '" alt="' . htmlspecialchars($app['name']) . '"';
echo ' style="margin-right: 12px; object-fit: contain;"/>';
echo ' ' . htmlspecialchars($app['name']);
echo '</button>';
}
}
?>
</div>
MIT License. Free to use, modify, and distribute. Attribution appreciated 🙏
X0 Store Community
Maintained by: @X0, @X0-Team, and contributors