Here are some issues I found:
- The maximum alerts field error is showing on top of the "Note". Also, if I write 8 for example, it's impossible to delete it afterward to write something else, I need to first select the whole number and type. I understand that you don't want the user to set a value of less than 0 but this is a very bad UX. I would delay showing the error as the user types, and also disable the create an alert button if certain criteria are not met.
- The footer is broken? I tried multiple browsers.
- Creating an alert is not working. Nothing happens when I click the button.
- On the signup page, the button says "Sign in" and when typing new credential, it says that the email or password is invalid which doesn't make much sense.
Suggestions:
- Support social login (including login with MetaMask and WalletConnect).
- I don't know if this is supported yet since I couldn't create an account/alert, but you should definitely consider supporting telegram alerts if you haven't.
Also, I'm curious. How many alerts can the user create and are you planning to provide this service for free?
"The maximum alerts field error is showing on top of the "Note"Good catch! I'll fix it.
"Also, if I write 8 for example, it's impossible to delete it afterward to write something else, I need to first select the whole number and type"Another good catch. Yup that is annoying and not going to work to have to select the whole number to delete it.
"I would delay showing the error as the user types, and also disable the create an alert button if certain criteria are not met."Good idea, why let the user click the button at all if it isn't going to let them submit.
"The footer is broken? I tried multiple browsers."In what way is it broken? Can you provide a screenshot? It is working fine for me in all browsers.
"Creating an alert is not working. Nothing happens when I click the button."It works for me but maybe you are going through a series of steps that is causing it to break? Possible to retrace the steps you took and what browser?
"On the signup page, the button says "Sign in""Fixed! Thanks for catching that.
"when typing new credential, it says that the email or password is invalid which doesn't make much sense."Good point!
"Support social login (including login with MetaMask and WalletConnect)."Social log in is on the roadmap. I was going to add Google/Microsoft sso first but Metamask/WalletConnect makes more sense.
"but you should definitely consider supporting telegram alerts if you haven't."Yup telegram support is on the roadmap. As is SMS and discord. Do you think telegram would be more useful than SMS?
"Also, I'm curious. How many alerts can the user create and are you planning to provide this service for free?"Users can create unlimited alerts right now. The plan is to have a credit system with 3 different plans (1 of those plans will be free for life) and to provide a generous amount of credits on the free plan. The goal is for the free plan to be enough for most users but power users can pay for more credits.
Credits will work like this:
1 email sent = 1 credit used
1 telegram sent = 1 credit used
1 SMS sent = 2 credits used
Thanks for all the suggestions, I appreciate you taking the time to go over the site and write them all out. Many thanks!