Hello,
I have a question about my use-case that I'm exploring.
For the app that I am working on, I have three components:
- Web Frontend Application (React+Vite)
- Backend Application (NestJs)
- Mobile Application (React Native)
And I have to support two types of authentication: Email+Password, Passwordless (Using SMS, for mobile application).
I am more interested to self-host it, but my other partner wants to use the cloud version.
I have some questions for cloud version:
- How does the pricing work? if I have 5001 MAU, would my bill be $100 or $0.02?
- Since we have the use-case of sending SMS, is it handled by Supertokens in the pricing?
- How easy is it move from self-hosted to cloud and vice-versa?
- How good is the support if we end up using the cloud version?
- When we sign up user with email password, we take multiple inputs apart from email, password, first name, last name. Additional inputs would be company name, tax id, city, phone number. Is it possible to extend the signup form with additional inputs?
Thank you to whoever takes their time to answer this. Really appreciate it.