I agree. Overengineering has made web development far more complex than it needs to be, often increasing the attack surface instead of reducing it. At some point it makes sense to pause and reassess whether all this tooling and abstraction is actually delivering proportional value. In many cases, going back to simpler, more transparent foundations—plain HTML and CSS, with minimal JavaScript—results in applications that are easier to reason about, easier to secure, and easier to maintain. Simplicity is not a step backward; it is often the most effective way forward.