MABNI logo markMABNI.Loading learning hub
MABNIMABNI.

Offline-first · Online-ready learning hub

Choose where to start.

A classroom platform for coding, digital literacy, and AI learning. It works online when internet is available, and offline through a local network when schools need reliable access.

Offline classroom modeRun on a local server or school network without student internet accounts.
Online access availableUse Firebase-supported sign-in and syncing when connectivity is available.
Local-first safeguardingTeacher control stays local for offline use, with student data kept inside the classroom setup.
Coding

Start the coding curriculum from sequencing to Ocean AI Concept 10.

Open Coding
MABNI OS

Open the digital literacy OS for files, browser skills, typing, and classroom practice.

Open MABNI OS
Teacher Dashboard

Open the local classroom dashboard for controls and student management.

AI Shape Trainer

Open the standalone child-friendly AI game with sound effects and music.

Open Game
Hardware Lab

Explore circuits, conductors, power, resistors, grounding, Makey Makey, and micro:bit pins.

Open Hardware
Offline mode works through a local server. Online mode can sync classes when internet is available. Teacher control requires PHP/XAMPP for local dashboard APIs.

Enter the local teacher password to open the offline dashboard.

Default password: mabni2026. Change it from the dashboard.
Teacher Dashboard needs PHP

You are not running through a PHP server. Static servers like Python http.server and VS Code Live Server cannot process dashboard login or local classroom APIs.

  1. Use XAMPP: copy this folder into htdocs, start Apache, then open it from http://localhost/...
  2. Or double-click START-MABNI-WITH-TEACHER-DASHBOARD.bat if PHP is installed.
  3. Do not use python -m http.server for the teacher dashboard.