| A lot of posts/advice on what stack to use revolves around making real websites that will need to scale. But making a hacky prototype that probably won't have more than 10ish users (if it's even used) is completely different. What setup allows you guys to go from idea to prototype the fastest? Bonus points for the least amount of packages, installation steps, deployment config etc. (essentially looking for something at the intersection of these ideas: https://mcfunley.com/choose-boring-technology and speed for personal side projects) |
For other people it'd be more likely LAMP stack, others still .NET.
The fastest thing is what you are familiar with not what is trendy or new.
I'd also probably use managed services for DB etc versus running my own for a small prototype just because most of the time you can fit in the free tier and not worry about managing db's etc at first.
Firebase would also be worth a good look for quick prototypes but I wouldn't stay there long term most likely.