TL;DR
A utility company replaced its complex React app with an HTML-first website, which resulted in doubling its users overnight. The move prioritized accessibility, performance, and reliability, leading to immediate growth.
In June 2026, a utility company reported that replacing its previous React-based web application with an HTML-first website resulted in a doubling of its user base overnight. This significant growth underscores the effectiveness of a simple, accessible web approach for public service websites.
The company faced multiple failed attempts to modernize its online forms, including a recent React app that was quickly pulled due to customer complaints. The new solution, built using Astro, prioritized minimal JavaScript, accessibility, and offline resilience. It used server-side rendering with progressive enhancement, ensuring the site worked on outdated browsers and slow connections, which are common among the company’s users.
The shift was driven by the need to improve user experience and compliance with accessibility standards. The new site employed a lightweight validation web component, ensuring forms could be completed without JavaScript and that data was saved reliably, even on poor connections or old devices. This approach proved to be highly effective, with user engagement and satisfaction increasing sharply, leading to the immediate doubling of users.
Impact of Simplicity on User Engagement
This development demonstrates that prioritizing accessibility, performance, and simplicity in web design can significantly boost user engagement, especially for public services. It highlights that heavy reliance on JavaScript frameworks is not always necessary and can even hinder user growth. The company’s experience suggests that a focus on lightweight, HTML-first sites can lead to immediate and substantial gains in user numbers, particularly among users with limited device capabilities or poor internet connectivity.

The Coding Workbook: Build a Website with HTML & CSS
As an affiliate, we earn on qualifying purchases.
As an affiliate, we earn on qualifying purchases.
Previous Attempts and Industry Trends in Web Accessibility
Prior to this success, the company had attempted to modernize its site with expensive React applications, which failed due to usability issues and customer complaints. The broader industry has seen a growing recognition of the importance of accessible, low-bandwidth websites, especially for government and utility services where users may have outdated devices or slow internet connections. The move aligns with a trend towards progressive enhancement and minimal JavaScript to serve diverse user needs.
“Building an HTML-first site doubled our users overnight. It was a simple change with profound impact.”
— Hacker News poster

Web Accessibility Cookbook: Creating Inclusive Experiences
As an affiliate, we earn on qualifying purchases.
As an affiliate, we earn on qualifying purchases.
Unclear Aspects of the User Growth Surge
It is not yet confirmed whether the growth will sustain over the long term or if it was solely due to the website change. Details about the specific user demographics and engagement metrics prior to the update are still emerging. Additionally, whether other factors contributed to the overnight increase remains unverified.

Offline Browser
Download entire websites when online and browse it when offline
As an affiliate, we earn on qualifying purchases.
As an affiliate, we earn on qualifying purchases.
Next Steps for the Utility Company’s Digital Strategy
The company plans to monitor user engagement and feedback closely to assess the long-term impact of the new website. They are also considering further enhancements focused on accessibility and offline capabilities. Other organizations in the public sector are expected to review this case as a potential model for improving digital services without heavy reliance on JavaScript frameworks.

Men's Black Hanging Weight Training Equipment, Swing Exercise, Manual Size Adjustment, Manual Size Adjustment-USLSA008C (Black-1 Ball+2 Ball+3 Ball, Ball Size:25mm)
Offers 1-ball, 2-ball, and 3-ball weight options for progressive strength training.
As an affiliate, we earn on qualifying purchases.
As an affiliate, we earn on qualifying purchases.
Key Questions
How did switching to an HTML-first site lead to doubling users?
The new site was faster, more reliable, and accessible on older devices and slow connections, making it easier for a broader audience to access and complete forms, thus increasing user engagement.
Was the growth sustainable after the initial boost?
It is currently unclear if the growth will be sustained long-term; ongoing monitoring will determine if the trend continues.
What technical changes were made in the new website?
The site was built with Astro, used server-side rendering, minimal JavaScript, and a custom lightweight validation web component to improve accessibility and offline resilience.
Could this approach work for other public service websites?
Yes, many public sector websites could benefit from a similar HTML-first, accessible, and low-bandwidth design, especially for reaching users with outdated devices or poor internet access.
Source: Hacker News