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.
r
rp_st
04/06/2024, 4:23 AM
1. You would be billed $100
rp_st
04/06/2024, 4:24 AM
2. No. SMS cost additional based on twilio pricing + 20%. (Or you can use your own twilio credentials as well, and directly pay them or another service)
rp_st
04/06/2024, 4:24 AM
3. It would require import of psql data, and connection uri change on the backend ask
rp_st
04/06/2024, 4:24 AM
Sdk*
rp_st
04/06/2024, 4:25 AM
4. Well, we would give you uptime guarantee SLA, + dedicated slack / video call depending on your support tier
SuperTokens is an open source authentication solution offering features like: Different types of login: Email / password, Passwordless (OTP or Magic link based).