I'm a couple months into building a TS/react open source full stack web dev framework. I recently shipped configurable rate limiting leveraging express rate limit, which is exciting. While the framework is starting to feel more cohesive, it still has a long way to go to get to v1, and I am currently pushing to add background jobs and fix various bugs.
If you want to try the early beta this is the quick start:
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.
If you want to try the early beta this is the quick start:
npm install -g @hypersonic-js/cli
hypersonic new