From tracker to alert, in real time.
Localizit turns cheap trackers into a complete asset-protection system — ingesting locations, geofencing your sites, and telling you the second something moves. Here's the whole thing.
1 · Attach a tracker
Fit a BLE tag or a GPS tracker to any tool, machine or vehicle.
2 · It reports in
The tracker's location reaches Localizit through your workspace's secure webhook.
3 · Rules run
Every position is checked against your geofences and movement rules in real time.
4 · Cyril checks it
Cyril, the built-in AI watcher, reads each event 24/7 and tells real theft from a false alarm.
5 · You're alerted
If it matters, it lands on your live map and Cyril pushes an alert to your phone and emails you.
How the tags locate themselves
A BLE tag is a paper-thin Bluetooth beacon — no SIM, no GPS chip, no data plan. It can't locate itself, so it borrows the phones around it: when any iPhone or Android passes within range, that phone reads the tag's signal, adds its own GPS fix, and relays the position to Localizit — encrypted, and without the passer-by doing anything. For high-value assets where you can't wait for a passing phone, a GPS/cellular tracker reports its own position directly. Both feed the same dashboard.
Powered by passing phones
Every nearby phone is a relay, so a tag reports from anywhere people go.
Discreet by design
Unlike AirTags, a private broadcast means no “unknown tracker” alerts tip off a thief.
Rugged & long-lasting
Sticker, card, cable or capsule forms. IP65–IP68 waterproof. Months-to-years battery.
Everything in the platform
Workspaces & teams
Every customer or site is an isolated workspace with its own tags, geofences, alerts and webhook. Invite your crew; nobody sees another workspace's data.
Add & bulk-import tags
Register a tag in seconds, or paste a CSV (device_id, name, site, radius) to onboard a whole crate of trackers at once.
Draw geofences
Click a point on the map and set a radius to fence any site, yard or van. Leave it as a zone the asset should stay inside.
Stolen mode
Flag an asset as stolen and Localizit tightens its thresholds — smaller movement trigger, faster re-appearance alerts — to help you recover it.
Live map & history
See every asset's latest position, last-seen time and movement trail on one map, auto-refreshing as new pings arrive.
Smart alerts
Geofence-exit, movement and re-appeared alerts fire automatically — with a built-in cooldown so you're never spammed by a tag pinging repeatedly.
Email & push notifications
Set an alert email per workspace and the right person is notified by email and an app push the moment an asset leaves its zone or starts moving.
Cyril — 24/7 AI watcher
An AI keeping an eye on everything while you're busy or asleep — triaging real theft from false alarms, escalating by push and email, and answering questions right in your dashboard.
One webhook, any tracker
BLE crowd-tags and direct GPS/cellular devices both report to the same per-workspace webhook URL — no integration rewrite when you change hardware.
Private & isolated
Sign-in protected, with every record scoped to your organisation. Your location data is never shared between workspaces.
The three alerts
Computed automatically on every incoming location, with a 15-minute cooldown per alert type so repeated pings never flood your inbox.
Geofence exit
A ping lands outside an asset's zone.
Most reliable — fires even if the tag was silent for hours and the next report is far away.
Movement
An asset moves further than the threshold since its last report.
50m by default, tightened to 20m in stolen mode.
Reappeared
An asset reports again after a quiet gap.
60 min by default, 10 min in stolen mode — your signal that it was just heard by a nearby phone.
Connect any device
Each workspace gets a unique, secure webhook URL. Point your tracker, gateway or supplier's platform at it and POST locations as JSON — the token can live in the URL (no headers needed), a query string, or a header.
POST https://localizit.com/api/webhook/<your-workspace-token>
Content-Type: application/json
{
"code": 200,
"message": "success",
"data": [
{
"deviceId": "TAG-001",
"latitude": "51.5072",
"longitude": "-0.1276",
"timestamp": "2026-06-02T09:00:00Z",
"accuracy": "12"
}
]
}
→ 200 { "code": 200, "message": "success", "ingested": 1 }Batches of up to 200 locations per request are supported. Opening the URL in a browser returns a friendly “webhook is live” check (it's POST-only for real data).
Common questions
Does someone nearby need an app?
No. BLE tags relay through the device networks built into modern iPhones and Androids — the passer-by installs nothing and never knows it happened. (GPS/cellular trackers report directly over the mobile network.)
How current is a location?
As fresh as the last phone that passed the tag. Busy areas update constantly; remote spots less often. Where you need guaranteed real-time, fit a GPS/cellular tracker — it reports on its own schedule to the same platform.
Isn't this just an AirTag?
Same crowd-locating idea, but Localizit tags use a private broadcast (no “unknown tracker” anti-stalking alerts on strangers' phones) and feed a developer webhook — so the data flows into your own platform, not a closed consumer app.
Can I separate sites or clients?
Yes. Each workspace is fully isolated, with its own tags, geofences and webhook URL. Switch between them from the top bar.
Who can see my data?
Only members of your workspace. Every tag, location and alert is scoped to your organisation and protected behind sign-in.
Ready to track your gear?
Set up a workspace in under a minute.