Skip to main content

Mobile App (syntropymobile)

The Syntropy Mobile app provides a native health tracking experience with Shrine AI integration.

Features

  • Shrine AI Chat — Voice and text chat with the AI health assistant
  • Health Check-ins — Quick daily health logging
  • Food Logging — Camera-based food recognition and macro tracking
  • Diet Score — Real-time scoring and recommendations
  • Protocol Tracking — Monitor adherence to longevity protocols

Architecture

Built with Flutter for cross-platform iOS and Android support.
syntropymobile/
  lib/
    models/         # Data models
    screens/        # UI screens
    services/       # API client, auth
    widgets/        # Reusable components

Development

cd apps/syntropymobile
flutter pub get
flutter run          # Launch on connected device/emulator
flutter test         # Run tests

API Integration

The mobile app uses the same Extension API as the Chrome extension, authenticated with Clerk JWT tokens.