I have been working on an open source web dev framework for typescript inspired by Rails/Djani. The framework is still far from having all the features that I would want, but the core is working and allows you to build express apps with a monolithic frontend, autogenerated admin dashboard, auth and prisma. I recently shipped a CLI scaffolding command that generates a Hypersonic app with just a few inputs.
This is the quick start for anyone interested:
npm install -g @hypersonic-js/cli
npm hypersonic new