IP Address Tracker
IP Address Tracker needed one screen that locates any IP address or domain and pins it on a live map. I moved the lookup into a Worker so the API key never ships, and rate limited it so no scraper drains the quota.
Visit Website, IP Address TrackerProject Background
IP Address Tracker sells a single lookup: type an IP address or a domain and get back its location, timezone and provider, with a pin dropped on the map. They came with a geolocation plan capped at a thousand calls a month, so the page had to answer instantly without spending a call on every visitor. It resolves a bare visit at the edge for free and pays only for a typed query. Scope ran from 375 up, and Lighthouse scores it 100 in every category, mobile and desktop.