
-
hackathon-starter
Hackathon Starter Template (NextJS, Hono, ShadcnUI, Prisma, Postgres, Docker) (by Code42Cate)
TL;DR: Check out this docker-compose file and the official documentation
-
SurveyJS
JavaScript Form Builder with No-Code UI & Built-In JSON Schema Editor. Keep full control over the data you collect and tailor the form builder’s entire look and feel to your users’ needs. SurveyJS works with React, Angular, Vue 3, and is compatible with any backend or auth system. Learn more.
-
Nodemon.io
Monitor for any changes in your node.js application and automatically restart the server - perfect for development
That's already pretty good, but as you already know it's a PITA to work with this during development. You will have to rebuild your Docker images whenever you change your code, even though your apps will probably support hot-reloading out of the box (or with something like Nodemon if not).