Mobile Ready by Default
Every module ships as a fully functional web application. The mobile app is an additional layer, not a replacement.
Web First, Mobile Always
All functionality is web enabled by default. Your storefront, admin dashboard, AI chat, and every other module runs as a responsive web application out of the box. No native app required.
The Flutter mobile app adds a native experience on top, the same API, the same data, the same platform. Customers get push notifications, offline support, and a polished native feel without any extra backend work.
Supported Platforms
iOS
iPhone and iPod
Android
Phone and tablet
iPadOS
Native iPad layout
macOS
Desktop application
Windows
Desktop application
Linux
Desktop application
Shared Backend, Native Frontend
The mobile app communicates with the same serverless API as the web frontend. One codebase for your business logic, one deployment for your infrastructure, and a native experience on every device.
- Single API, web and mobile use the same endpoints
- Riverpod state management, reactive and testable
- Go Router, type-safe navigation across all platforms
- Secure storage, JWT tokens managed via Flutter Secure Storage