TL;DR
A utility company redesigned its website using an HTML-first approach, resulting in a doubling of users overnight. The change improved accessibility, performance, and user experience, especially on low-end devices.
A utility company’s website redesign using an HTML-first approach resulted in their user base doubling overnight, according to sources familiar with the change. This shift underscores the potential of lightweight, accessible web design to significantly impact user engagement and satisfaction.
The company had previously used complex React applications and outdated ASP forms, both of which failed to meet user needs and regulatory standards. After multiple failed attempts, including an expensive React app that was pulled after three days due to customer complaints, the company adopted a new strategy. They built a website primarily using HTML, with minimal JavaScript, leveraging Astro for server-side rendering and progressive enhancement.
This redesign prioritized accessibility, performance, and reliability. The new site works on all devices, even with poor internet connections, and ensures form data is never lost. The approach included using web components for validation, avoiding heavy JavaScript, and ensuring compliance with WCAG AA standards. The result was a seamless user experience, especially for users on outdated browsers or low-end devices, which contributed to the overnight doubling of their users.
Impact of Lightweight, Accessible Web Design
This development demonstrates the tangible benefits of prioritizing accessibility and simplicity in web development. The dramatic increase in users highlights how reducing reliance on heavy JavaScript frameworks can improve user engagement, especially among users with older devices or limited connectivity. For public service websites and regulated industries, this approach offers a way to meet compliance standards while enhancing user satisfaction and reducing operational costs.
HTML5 web development kit
As an affiliate, we earn on qualifying purchases.
As an affiliate, we earn on qualifying purchases.
Previous Challenges with Complex Web Applications
Prior to the redesign, the utility company relied on outdated ASP forms and a React-based app that was poorly received by customers. The React app, built by external contractors, was quickly pulled after customer complaints about performance and usability. The company faced regulatory pressure to maintain high customer satisfaction, with penalties for drops below 96%. The failed React app and the outdated forms highlighted the need for a more reliable, accessible, and user-friendly solution.
The new approach was inspired by principles of lightweight web design and accessibility, emphasizing minimal JavaScript and robust HTML. This shift aligns with broader industry trends toward progressive enhancement and performance optimization, especially for public-facing services.
“The switch to an HTML-first site doubled our users overnight, proving that simplicity and accessibility can outperform complex frameworks.”
— Source familiar with the project
web accessibility testing tools
As an affiliate, we earn on qualifying purchases.
As an affiliate, we earn on qualifying purchases.
Unresolved Questions About Long-Term Effects
It is not yet clear whether this user growth is sustainable over the long term or if other factors contributed to the overnight increase. The specific metrics and user engagement data post-redesign are still being analyzed, and the broader applicability of this approach to other industries remains to be tested.
progressive web app components
As an affiliate, we earn on qualifying purchases.
As an affiliate, we earn on qualifying purchases.
Next Steps for the Utility Company and Industry
The company plans to monitor user engagement and satisfaction closely, with ongoing improvements based on feedback. Industry observers are likely to examine this case as a proof of concept for lightweight, accessible web design. Further testing in different sectors and scaling of the approach may follow, as organizations seek to replicate this success.
lightweight website builder
As an affiliate, we earn on qualifying purchases.
As an affiliate, we earn on qualifying purchases.
Key Questions
How did the HTML-first approach lead to more users?
The site was faster, more reliable, and accessible on all devices, including low-end smartphones and poor internet connections, making it easier for users to access and complete forms, especially in regulated environments.
Is this approach suitable for all types of websites?
While highly effective for public service and form-heavy sites, the HTML-first approach may not suit applications requiring real-time updates or complex interactivity. However, for many informational and transactional sites, it offers significant benefits.
Will the company continue to develop this website using HTML-first principles?
Yes, the company plans to maintain and enhance the site based on user feedback, emphasizing accessibility, performance, and reliability.
Can other organizations replicate this success?
Potentially, but success depends on the specific use case and implementation. The principles of simplicity, accessibility, and performance are broadly applicable but require tailored execution.
What are the main technical features of this redesign?
The site uses Astro for server-side rendering, minimal JavaScript for progressive enhancement, custom web components for validation, and strict adherence to accessibility standards.
Source: Hacker News