Responsive Web, Not a Native App
Aphrodite runs as a responsive Laravel-Livewire site that adapts to mobile browser viewports. There's no native iOS or Android app published — the site renders natively in Safari on iPhone/iPad and Chrome on Android, with full feature parity to the desktop experience.
Why responsive web rather than native?
- App Store gambling restrictions make distributing a native casino app difficult on Apple's platform and tightly gated on Google Play
- Faster updates — code changes ship immediately, with no app-store review cycle slowing down new features or security patches
- Cross-platform consistency — the same code path runs on iOS, Android, desktop, and tablet
- No sideload friction on Android — players don't need to download an APK from a third-party source (which would itself be a security red flag)
Trade-offs versus a native app:
- No native push notifications to the lock screen (web push is available but less reliable on iOS)
- No biometric Face ID / Touch ID authentication — login uses browser password autofill
- Less polished haptic feedback and gesture shortcuts compared to a hand-tuned native app
- iOS Progressive Web App (PWA) reliability sometimes degrades after major iOS updates until the operator updates the manifest
For most players, the responsive-web approach is a net win — fewer install steps, instant updates, no commitment to a specific OS version.