Home/Blog/Web
// blog · web

Why I still hand-code static sites in 2026

June 20, 2026 · by Wax

Every few months someone asks why I don’t just drag-and-drop a site together like everyone else. Fair question — the builders are genuinely good now. But for the kind of client I work with — a plumber, an electrician, a local supplier who needs to be found and trusted — hand-coded static still wins, and not for nostalgia reasons.

Speed is a feature, not a vanity metric

A static site is HTML that already exists before the visitor asks for it. There’s no server rendering a page, no database round-trip, no twelve third-party scripts fighting to load. On this very site the CSS is inlined into each page at build time, so styling never depends on a second request. The result is a page that paints almost instantly on a phone on a bad connection — which is where local-service customers actually are. Google rewards that, and so do the customers who don’t bounce.

Control, all the way down

When you hand-write the markup, you own every tag. Structured data, canonical URLs, exactly the right heading order, no bloat you didn’t ask for. When a page builder decides to restructure your DOM or inject its own analytics, you find out when your rankings move. I’d rather never be surprised by my own website.

No platform tax, no lock-in

Builder subscriptions are a rent you pay forever, and your content lives inside their walls. A static site is just files — they deploy to cheap, fast hosting, and if I vanished tomorrow the client owns the whole thing outright. That independence is worth more to a small business than any template gallery.

The honest trade-off

Hand-coding is slower to start and it needs someone who can actually write the code — there’s no non-technical “edit it yourself” dashboard by default. For a business that changes its whole site weekly, a CMS might genuinely fit better. This is the same build-vs-buy calculus I walk through for software in my custom vs off-the-shelf guide — the right answer depends on how often the thing changes and how much control you need.

For most local businesses, though, the site changes rarely and needs to load fast, rank well, and never break. That’s exactly what static is best at. It’s the approach behind my web work, and it’s why I haven’t gone back.