I have a few ideas, and I want to build a few working prototypes. I've been looking around, and trying to figure out how to get there fastest.<p>What technologies would you use to slap together a working prototype?
Consider create-react-app and Prisma for a basic CRUD application. If you need advanced or enterprise-y features, you will outgrow Prisma quickly.<p>If you have used VTL before and are comfortable with it, AWS AppSync is also worth a look. Particularly if you can make use of AWS' auth solution.<p>Those will get you to something basic fast.