No heavy frameworks, just pure HTML. Find out how stripping away modern JS bloat instantly doubled user growth overnight.

Are you still spending sleepless nights configuring Webpack, wrangling with Next.js hydration, and crying over a terrible Lighthouse score for a basic blog? Wake up, fellow devs! Someone just doubled their user base overnight by simply ditching the JS bloated ecosystem and going back to "HTML-first".
Recently, a blog post by mohkohn made waves on Hacker News under the catchy title: "Building an HTML-first site doubled our users overnight." The author shared their journey of completely rebuilding their web application with an "HTML-first" philosophy.
Here's the quick TL;DR:
Because of this extreme optimization, the site ran so lightweight that you could host it on a cheap hosting plan and still comfortably handle millions of requests without breaking a sweat or eating up RAM.
The post immediately sparked a heated debate among developers. Here are the main camps:
To wrap it up, this is a wake-up call for those suffering from "Shiny Object Syndrome" in tech. Don't blindly adopt Next.js, Remix, or Nuxt just because they are trendy, especially when your project is just a straightforward content-based site.
Be a pragmatic dev. At the end of the day, users care about speed, reliability, and content. HTML/CSS remains undefeated in those areas. Sometimes, writing less JavaScript is the best feature you can ship.
Source: Hacker News