After a week or two of research, I suggested to my manager that we go with NextJS, a react framework that is easier and faster to kickstart a project, and since the company process a lot of data in a day and the team was already using flask, I suggested a move to FASTAPI, which is faster, secure and handle data validation in a more intuitive manner, in this way we would have a more microservice approach to building our apps. Instead of the whole infrastructure sitting in one codebase, each project gets to have its own API, and with the advancement of NextJS each project get's to be a component, this allows easier integration and sharing of components or API functions between apps, the new framework uses SQL and all projects have their own git repo, no more fear of losing or messing up work between unrelated projects