The Problem:
A bunch of friends and you land up at a bar/wine shop and it turns out to be a dry day and then you go - doh! (one friend even went to Goa for a weekend only to realise it was a dry day)
Solution:
I decided to build this simple SMS based reminder service which would remind you of all the dry days in the year!
I assumed here that potential end users in India would know what a dry day is. Maybe I'll revisit this assumption if more feedback like this comes in. Thanks!
yeah, agree. But SMS was the quickest to get started - depending on traction - can add other channels as well - Email/Whatsapp/IVR/website notifications.
Yes, privacy policy seems to be universal feedback. Will add that for sure.
Be aware that your robot detection will not work as it is:
* The question (and answer) is always the same
* The answer is in the source code for the site
* The answer is only checked in the frontend (so robots will never see it at all)
Effective anti spam should be done in the backend, as a spambot would just send HTTP requests directly to your backend.
13 comments
[ 2.9 ms ] story [ 29.2 ms ] threadSolution: I decided to build this simple SMS based reminder service which would remind you of all the dry days in the year!
Let me know what you guys think!
I assume it means no alcohol, but worth making it clear on the site.
Good hack!_
- Don't use any 3rd party trackers (not even GA) so no data shared with them
- Data stored in India (AWS) in a server owned by me
Anything else you think I should cover?
Must have a privacy policy and tnc.
Looks good though
Yes, privacy policy seems to be universal feedback. Will add that for sure.
* The question (and answer) is always the same * The answer is in the source code for the site * The answer is only checked in the frontend (so robots will never see it at all)
Effective anti spam should be done in the backend, as a spambot would just send HTTP requests directly to your backend.