Client build · Site and brand
Homeowner Insights
A complete brand system and website for a one-person professional services firm, with the quality gate running inside the deploy.
David runs a Florida reserve-study firm on his own. He was paying an agency a thousand dollars a month for work he was largely doing himself.
The brand
A full system rather than a logo: tokens with measured contrast in every context they appear, a fourteen-component pattern library documented so a component can be rebuilt from the words alone, and an asset kit.
Two failures are published as rules rather than nudged away. The accent color measures 3.2:1 on the light ground, so it never carries text there at any size. That is written into the brand sheet as a law.
The site
Generated from structured content and the brand tokens, deployed on every push. Location pages are generated by a skill that verifies against live search and refuses to invent local detail.
The Gate
A violation fails the deploy.
Quality assurance runs as part of the deploy, not as a step someone remembers afterwards. One H1 per page, meta description present, JSON-LD present, no house-style violations in visible copy, and a duplicate-paragraph ledger across location pages so the generator cannot quietly produce near-identical content at scale.
Any error exits non-zero, and the deploy dies rather than publishing. Warnings print and still ship, which is deliberate: a gate that fails a build has to be reserved for things that are never acceptable, or people learn to route around it.