I made my own county finder. It's ad-free, and I think it's better than anything else out there.
I haven't tested all the edge cases yet, especially addresses that fall near county lines. However, for 95% of use cases, it's pretty badass if I do say so myself.
Let me know what you think, or if you have any suggestions.
For easy reading:
- Frontend: React 18 + Vite, React Router
- Map: Leaflet, lazy-loaded when the tool page mounts
- Base tiles: OpenStreetMap raster tiles (free, no key)
- Geocoding: Nominatim (US-restricted), only for typed address searches
- County boundaries: US Census TopoJSON (~0.8 MB), self-hosted, decoded client-side with topojson-client
- Click-to-county: local ray-casting point-in-polygon - no API call
- County lines/labels only render for the visible viewport past a zoom threshold