// Mobile App — on-the-go BI: device mockups, features, adoption. function Phone({ children, label }) { return (
9:41
{children}
{label}
); } function MobileScreen() { return (
Mobile App
BI in your pocket · Android & iOS · offline mode · push alerts · voice search in 12 Indian languages
Downloads
84.2K
+18% MoM
Monthly active
48.6K
58% of users
Push open rate
42.4%
industry avg 22%
App rating
4.6/5
12.4K reviews
{/* Device showcase */}

Live App Preview

Same data, same semantic layer — optimized for touch
v3.4
{/* Phone 1 — dashboard */}
व्यापार BI
GeM PROC.
₹1,842
+12.4%
REVENUE
₹3,214
+8.2%
REVENUE TREND
TOP STATES
{STATES.slice(0, 3).map((s, i) => (
{s.name}₹{s.value.toFixed(0)}
))}
{/* Phone 2 — copilot voice */}
Ask VyaparBI
राजस्व किस राज्य में सबसे ज़्यादा है?
महाराष्ट्र सबसे आगे है — ₹342 Cr (कुल का 13.3%).
{/* Phone 3 — alerts (hidden on narrow) */}
Alerts 3 new
{[ { s: "danger", t: "PM2.5 crossed 220 — Delhi CPB", a: "2m" }, { s: "warn", t: "Transformer T-118 oil temp rising", a: "6m" }, { s: "primary", t: "New tender ₹50 Cr — Railways", a: "18m" }, { s: "ok", t: "Daily digest delivered", a: "1h" }, ].map((a, i) => (
{a.t}
{a.a} ago
))}
{/* Features + availability */}

Capabilities

{[ { icon: "wifi", t: "Offline mode", s: "Cached dashboards + last sync; auto-reconciles on reconnect." }, { icon: "bell", t: "Smart push", s: "Threshold & anomaly alerts routed to the right owner." }, { icon: "mic", t: "Voice search", s: "Ask in 12 Indian languages, hands-free field use." }, { icon: "lock", t: "Biometric + MFA", s: "Face/fingerprint unlock, device attestation, MDM-ready." }, { icon: "share", t: "Share & annotate", s: "Snapshot a chart, mark it up, send to Teams/WhatsApp." }, ].map((f, i) => (
{f.t}
{f.s}
))}
{Array.from({ length: 64 }).map((_, i) => { const r = Math.floor(i / 8), c = i % 8; const on = (r * 7 + c * 3 + (r % 2) * 5) % 3 === 0 || r === 0 || c === 0 || r === 7 || c === 7; return on ? : null; })}
Scan to install
Android 9+ · iOS 15+ · 42 MB
Android iOS

Adoption — Monthly Active Users

Android + iOS · last 12 months
+18% MoM
v + 'K'}/>
); } window.MobileScreen = MobileScreen;