←back to thread

1901 points l2silver | 2 comments | | HN request time: 0.694s | source

Maybe you've created your own AR program for wearables that shows the definition of a word when you highlight it IRL, or you've built a personal calendar app for your family to display on a monitor in the kitchen. Whatever it is, I'd love to hear it.
Show context
modeless ◴[] No.35737709[source]
My townhome complex had one of those call boxes at the front gate. When Doordash/FedEx/the cleaners/the in-laws/etc arrived they would have to call me from the call box and I'd have to answer it and listen to garbled audio to figure out who it was and press 9 to open the gate. It was kind of a pain, so I made a Twilio app to answer calls from the call box.

I set up custom entry codes that I could hand out to anyone. Everyone got their own code, and it would text me whenever someone used a code so I'd instantly know who was coming. The text conversation was my timestamped access log. I also put time constraints on some codes so e.g. Doordash couldn't open the gate in the middle of the night, or I could set up a temporary access code for a party, and I rotated codes too, with text notifications if an outdated code was used.

I thought about making a paid app out of it, but it just didn't seem worthwhile. I didn't expect that many people would want to pay for it. For a while I was excited about a YC startup called Doorport that was going to make a hardware device that you'd install inside those dumb call boxes and make them smart with all sorts of cool features, better than my Twilio hack. But I think they pivoted to a much less interesting pure software thing and then got acquihired.

replies(14): >>35737848 #>>35737859 #>>35737865 #>>35737919 #>>35737952 #>>35738001 #>>35738179 #>>35738270 #>>35738313 #>>35738412 #>>35739423 #>>35743229 #>>35749931 #>>35768187 #
1. minton ◴[] No.35743229[source]
That sounds like a fantastic tool. You didn’t happen to open source any of your efforts did you? I’m planning to do something like this and any head start would be greatly appreciated.
replies(1): >>35743838 #
2. modeless ◴[] No.35743838[source]
No code actually, I made it all in Twilio Studio which is their visual programming "no-code" tool for phone trees. Clunky to work with but trivial to set up and had enough functionality for this very simple application.

Obviously to make a real app out of it I would have redone it in a real programming language and made some frontends for web/Android/iOS.

Someone else pointed out https://freshbuzzer.com which looks like a real product that does the same thing.