1. I'd recommend having a clock selector for the "wake up time" -- right now it's not clear whether I'm setting an alarm for minutes from now, or for a specific time in the future, and what time zone it will be in.
2. Signing up initially is a friction point -- you might want to just let people set an alarm with a phone number, and then after they set a few alarms, send them a text prompting them to create an online account where they can manage all their alarms. You can use the phone number as a unique identifier before they create an account to store all the different reminders.
Awesome! Thanks for the feedback! Yes I used Twilio API. I went to a hackathon last weekend and built this using Twilio API, and it was cool so I decided to refine it some more and release it.
1. Yeah currently it's alarm for hours and minutes "from now" rather than actual time, because you know, time zone conversion thing is really annoying and takes up too much time. But you're right I gotta make that more clear.
2. Yeah I'm concerned about that too. I think I might actually think about doing it that way too. Thanks for the idea!
Are you using Twilio to power the calls?
Some quick feedback:
1. I'd recommend having a clock selector for the "wake up time" -- right now it's not clear whether I'm setting an alarm for minutes from now, or for a specific time in the future, and what time zone it will be in.
2. Signing up initially is a friction point -- you might want to just let people set an alarm with a phone number, and then after they set a few alarms, send them a text prompting them to create an online account where they can manage all their alarms. You can use the phone number as a unique identifier before they create an account to store all the different reminders.
Congrats again on launching!