Theme
Overview
With Tracker is a privacy-focused location-tracking app for iOS and Android. It records your device's location while you're moving and sends each point directly to webhook endpoints you configure. There is no With Tracker backend — your data goes from your phone to your server, never to us.
What it does
- Records one location point per ~300 meters of movement (battery-friendly).
- POSTs each point, in real time, to every active Connection you've configured.
- Runs in the background on Android via a foreground service, and on iOS via background-location mode — but only while you have at least one active Connection and tracking is on.
- Stops on force-kill. Does not resume on reboot.
- Shows your live and last-known position on a map (OpenStreetMap via
flutter_map).
What it does not do
- It does not buffer, queue, or retry failed POSTs. A point lost to a downed endpoint is gone.
- It does not collect analytics, crashes, or usage telemetry.
- It does not include any advertising or third-party data-sharing SDKs.
- It does not sync to any cloud we operate.
Install
The App is not yet published. When it is, links will appear on the landing page.
Next steps
- Connections — how to configure webhook endpoints, the config schema, and the exact POST body format.
- How it works — the tracking engine, foreground service, and data flow.
