Live Mobile App Simulator
Test the ReddyAI Mobile App
Interact with the touch-optimized mobile experience, bottom navigation bar, and PWA standalone shell.
Quick Viewport Jump
Test on Your Actual Phone (iPhone / Android)
You can open this exact server on your phone if it is connected to the same Wi-Fi network:
http://[YOUR_LOCAL_IP]:3000
How to Install as PWA:
- iOS:Tap Safari Share button (box with up arrow) β select "Add to Home Screen".
- Android:Tap Chrome three dots menu β select "Install App" or "Add to Home screen".
Apple App Store & Google Play Packaging
We configured capacitor.config.json in this repository with App ID co.za.reddyai.school.
# 1. Export static assets
npm run build
# 2. Add native mobile shells
npx cap add ios && npx cap add android
# 3. Open in Xcode for App Store submission
npx cap open ios