Chibo Electrical needed a digital presence that communicated their unique local identity quickly and effectively to a predominantly mobile-first audience. The challenge was threefold: the brand needed to look credible and professional, the site needed to perform on lower-bandwidth mobile connections common across Botswana, and the budget for development and ongoing hosting needed to stay lean.
The typical WordPress approach — while convenient — would have introduced unnecessary weight: database overhead, PHP execution time, plugin bloat, and higher hosting requirements. For a brand of this nature, that overhead was unjustifiable and would have directly hurt the user experience on mobile.
The deliberate choice was to build the entire platform in pure HTML, CSS, and vanilla JavaScript — no WordPress, no React, no build toolchain. This decision was driven by a clear engineering principle: the best tool for the job is the lightest one that meets all requirements.
I deployed a highly optimised, minimalist modern landing framework. Every asset was intentionally sized — CSS written from scratch without any framework overhead, images compressed to the optimal quality-to-file-size ratio, and JavaScript written in vanilla ES6 with no external library dependencies whatsoever.
Custom CSS overrides handled all visual styling with precision, including responsive behaviour, hover states, and mobile-specific layout adjustments — without importing a single kilobyte of unused framework code. The result was a site where every byte of code earns its place.