What do you use to build MVPs of SaaS fast? And how long does it take for you?
I tried React.JS/HTML/CSS - takes too long to develop if you're not a front-end expert. Sometimes just something as trivial as moving a button takes a LOT of time - even with GitHub Copilot and ChatGPT combined. Doing backends with Javascript is also not a piece of cake, I had a better experience with more industrial languages like Scala/Java.
Ideally I'm looking for a drag-and-drop UI builder that also doesn't look like it's from the past decade, and that allows you to program the business logic using normal development IDEs, not their proprietary editor in a web browser.
Curious to hear your approaches to building MVPs of SaaS products fast!