
I Replaced Twilio With a Docker Container. My Push Notifications Cost $0 Now.
My phone buzzed. "Receipt Scanned — Fry's — $42.15 (7 items)." I was in the other room. My laptop was on the desk, lid open, running an expense tracker I built. My wife had pointed her phone at a grocery receipt. The AI read it, categorized every item, saved it to the database, and pushed a notification to both our phones — all before she put the receipt down. No cloud service made that happen. No monthly subscription. No per-message fee. This is a story about how I replaced paid push notification services with a single Docker container and wired it into an AI pipeline that talks to my phone for free. The Problem I build local AI tools. They run on my hardware, process data on my GPU, and store everything locally. But they had one gap: they were silent. The expense tracker would scan a receipt and save it. The market scanner would finish a research pipeline. The knowledge base would ingest a YouTube transcript. All of it happened, and none of it told me. I'd check in manually. Open the
Continue reading on Dev.to Python
Opens in a new tab



