Earlier quoted context omitted.
"draft an MVP in html/js with something like Firestore as a backend"... so much here. It sounds easy, but is it? I remember the days when I would get stuck on a webpacker config issue instead of working on the real meat of my app. I speak weekly with developers that tell me "oh, you made an admin panel. I could build that in a few hours. we don't need it." and they never do. They really can't. It's a tough thing to m…
> "oh, you made an admin panel. I could build that in a few hours. we don't need it." and they never do. I was never saying making anything with any technology is easy. Developing with plain Rails and a minimum of gems is linearly difficult while developing with a set of DSL/generators like Avo can lead to a complexity spike from 1 to 11 in no time. And the worst thing — at a random stage of development. From the bus…
Never going down the road of using tools like OP's one, I rather spend more time writing boilerplate, which in the end is what's saving here.
It does look like a nicely crafted project and I wish OP luck with it.