All work

Website takeover · Brand rollout · Hosting migration

Wheels from the Heart

Taking ownership of a live nonprofit website, rolling out its new brand, and moving its hosting without changing a word of what donors read.

Client
Wheels from the Heart
Sector
Nonprofit · Vehicle donation
Delivered
2026
Visit live website
Wheels from the Heart live project homepage

The engagement

Wheels from the Heart is a 501(c)(3) that has placed reliable vehicles with single mothers since 2011. Its website was live and working but had no source repository, ran an unused internal demo alongside the public pages, and did not yet reflect the organization's 2026 brand refresh. Euphemios took the site into version control, applied the brand system, added a partners page, and moved hosting to Vercel — with the public copy preserved exactly.

01

The challenge

Everything had to change except what visitors actually read. With no handover repository, the deployed site itself was the only source of truth, so the first requirement was a provable baseline: a capture faithful enough that any later difference could be attributed to a deliberate decision rather than to drift. The move also had to carry the organization's Microsoft 365 email through a nameserver change without a minute of disruption.

02

The approach

We captured the live site byte for byte, committed it untouched as the repository's first commit, and made every subsequent change a reviewable diff on top of it. A gate re-renders each public page and compares it against that capture, so the promise of unchanged content is enforced by a machine rather than asserted. Removing the internal demo was decided by tracing which code the public pages could actually reach, and the stylesheet reduction that followed was proven safe by confirming every rendered frame stayed pixel-identical. The hosting move rebuilt the DNS zone in the studio's own account, replicating the full email record set before the nameservers were switched.

15public pages verified against the original
0words of donor-facing copy changed
61%smaller stylesheet after removing dead code

03

Scope of work

  • Byte-exact capture of the live site into a first-party source repository
  • Brand system rollout across every page, from the organization's official asset kit
  • Retirement of an unused internal demo surface from the public site
  • New business partners page linking to partner organizations' own pages
  • Updated Stripe donation link and a scannable donation QR code
  • Hosting migration to Vercel with Microsoft 365 email preserved through the DNS move

04

What we delivered

  • Version-controlled source for a site that previously had none, with the pre-migration state preserved as a restore point
  • Brand rollout in the organization's coral, black and lavender palette with its official logo system and typography
  • A business partners page presenting Petrolhead Motor Co. and Artist Barbershop with links to each partner's own community page
  • A donation page carrying the current payment link and a QR code that scans reliably
  • A migrated DNS zone holding the complete Microsoft 365 email configuration alongside the new hosting records
  • Visitor analytics carried across the migration into the organization's existing property
  • An executable gate, run by CI on every change, that proves the public copy still matches the captured original

05

The result

  1. 01

    The public copy visitors read is unchanged, and a per-page comparison against the original capture proves it on every build.

  2. 02

    The organization's 2026 brand now appears across the whole site rather than only in its asset folder.

  3. 03

    The internal demo pages are no longer reachable from the public site.

  4. 04

    Donors reach the current payment link from every donation call to action, and the printed QR code scans.

  5. 05

    Hosting moved off the previous provider with email untouched; the domain registration and mailboxes were deliberately left where they were.

  6. 06

    The site went live on its own domain on August 5, 2026, with HTTPS and a CI gate behind every deployment.

Built with