Skip to content

Griffin Renovation

Live

A web-design and local-SEO build for a Cache Valley client, moved off an AI builder into code

Built by · Launched March 2026

Griffin Renovation screenshot
web htmltailwindseoclient-worknetlify

The project

This is a client project Vient built twice. The brief was a small business site that had to load fast, read well on a phone, and carry clean structured data so it could rank in local search. The first version shipped on the LandingSite AI builder for a quick launch. A few months later it got rebuilt from scratch in code, mostly to take back control of the SEO and drop a monthly hosting fee. The interesting part of this project is that migration, not the storefront it points to.

The build

The rebuild is plain HTML, Tailwind CSS v4, and vanilla JavaScript. No framework, no build step, no npm. Three pages, two JS files, one CSS file.

Key technical decisions:

  • Tailwind v4 Browser CDN for styling without a build pipeline
  • JavaScript component injection for a shared header and footer across pages without a static site generator, plus a <noscript> nav fallback so crawlers still see the links
  • EmailJS for contact form submissions without a backend, with a phone-number fallback if a send fails
  • Cloudflare Image Delivery for automatic image optimization and WebP conversion
  • JSON-LD structured data with the HomeAndConstructionBusiness schema type, area served, service catalog, and ratings, so local search has a machine-readable version of the business
  • Netlify for free static hosting with security headers and aggressive caching

Results

The migration dropped a monthly hosting fee and gave the site the SEO controls the AI builder didn’t expose. The structured data, canonical and Open Graph tags, and a hand-built sitemap give Google what it needs, and the whole thing runs on a free static deploy. The build itself was the interesting problem here.

Build logs: the original build on LandingSite and why I rebuilt it in code.

Frequently Asked Questions

Does Vient build websites for businesses in Cache Valley and Logan, Utah?
Yes. Griffin Renovation is one example of Vient's client work. Vient builds and rebuilds websites for local businesses across Cache Valley, and the contact page is the fastest way to start a project.
Why was the site rebuilt off the LandingSite AI builder?
LandingSite AI got the site online quickly, but SEO limits, vendor lock-in, and a recurring monthly fee made it worth rebuilding. The hand-coded version gives full control over structured data, meta tags, and performance, and it removed the ongoing cost.
How was the website built?
Plain HTML, Tailwind CSS v4 via the browser CDN, and vanilla JavaScript, with no framework or build step. It uses JavaScript component injection for a shared header and footer, EmailJS for the contact form, Cloudflare Image Delivery for optimized WebP images, and JSON-LD structured data for local SEO, hosted free on Netlify.