← Back to Portfolio
Care Tracker icon
Internal Product

Care Tracker

Care Tracker is an offline hybrid mobile app built to assist caregivers with logging expenses and visit costs without compromising patient privacy or requiring cloud databases.

CapacitorTypeScriptIndexedDBVitePlaywrightAndroid Studio
  • Zero-Account Friction: No cloud login, registration, or connectivity delays. Works in areas with poor service.
  • Local Processing: Stores visits, client locations, and mileage locally on device for total database isolation.
  • Direct Data Ownership: Secure plain-text backups and raw JSON exports for sharing via messaging apps.
Architecture & Engineering Specs

Care Tracker implements an offline-first storage layout utilizing native IndexedDB inside the webview engine.

Because the app stores sensitive data containing caregiver routes and client locations, it does not send telemetry or backend records to external servers, providing maximum protection under data privacy rules.

The app uses **Capacitor** to bridge the web runtime directly to native iOS and Android environments.

This layout keeps the app fast and lightweight while allowing for native capabilities such as local files, offline sharing links, and device orientation helpers.

Care Tracker mobile carer setup screen