I agree with a lot of things you’ve mentioned. Coming from the embedded/robotics domain I was shocked about the overall state of web domain (over-engineering, framework fragmentation, tooling fragmentation, debug-ability, performance w.r.t. latency, …). If it’s about plain websites let’s get rid of Next.js … use lightweight alternatives (if required at all) like https://astro.build/ instead. Everyone forced to use Python in the backend is happy to visit https://python.plainenglish.io/introducing-flango-lightning-fast-fullstack-application-development-28155a182cfa for ideas about how to avoid quite some of the frontend (+ micro service) bloat. When it’s about Electron use cases https://github.com/tauri-apps/tauri could be a less painful option probably.