I'm interested in building an application that allows a user to sign up and login, ask to be notified about an upcoming event, and receive an email notification. It could be a web-application or phone app, depending on the easiest and fastest development process.
I'm familiar with the enterprisey way of doing this (for example spinning up a React app, cloud-infrastructure, deploy pipelines, etc etc etc) but I'd like to develop and iterate without a huge investment in time.
Are there no / low-code tools or frameworks that would allow me to built an MVP around this use-case? I'm thinking of something that could be released to the public in limited fashion, not a purely in-house prototype or mockup.
One relevant example is launching your MVP as a serverless API (e.g. on Firebase) + react/vue front end. Just iterate on your core product and features, we handle home page, registration and payments.
For mobile apps I'd recommend Expo [2] and, if you can, stay with their managed flow. If you want to iterate fast, you need to take into account the time to release to the stores and Expo can help with that. Similarly as for the web, I'd look into a serverless API model to start.
For email notifications I'd go with Sendgrid.
I personally never used no-code solutions but different people recommended Bubbles [3].
[1] https://saasform.dev
[2] https://expo.io
[3] https://www.bubbles.io