Updated 13 days ago on .
I built a hands-free system that logs driving for dollars properties automatically
I kept spotting properties while driving for dollars and forgetting them by the time I got home. No address, no details, nothing actionable.
So I built a system to fix it.
Now when I spot something I just say "Hey Siri, Log A Property." Siri grabs my GPS location, asks me to describe what I see, sends everything to a Cloudflare Worker, which calls Claude to extract the address and analyze the distress indicators, then logs a full record to my Notion CRM automatically. Under 15 seconds. No typing. No pulling over.
The logged record includes the full street address geocoded from GPS, a Google Maps link, my voice notes, an AI summary of the distress indicators, and a motivated seller score.
Stack is Siri Shortcuts, Cloudflare Worker, Google Maps Geocoding API, Claude API, and Notion. Most of it is free or nearly free.
Happy to share how I set it up if anyone wants to build something similar.



