Demo build — not a client site. Built as a concept to show what I would do for you.

Harborview Realty

Real estate

https://harborview.kinetiqdev.com ↗
Harborview Realty — desktop viewHarborview Realty — tablet viewHarborview Realty — mobile view

Write-up

A property brokerage concept built to test location-based browsing and a title-verification trust message — a genuine pain point for buyers who've been burned by unclear paperwork before. The site looks the part: property cards, neighbourhood browsing, a clear services breakdown. The honest limitation, found while auditing it for this rebuild, is that the entire page renders empty to anything that doesn't run JavaScript — the visible content only exists after the script executes, which means a search engine or a slow connection sees nothing. That's the single biggest fix applied across every property in this rebuild: rendering real content at build time instead of relying on the browser to build it.

Measured

Measured before this rebuild: 0 bytes of visible body text without JavaScript, despite a real page title and meta description in the HTML head.

Corrects an earlier claim in project notes that this site was already server-rendered — it was not; the title and meta tags were present but the body was empty until JavaScript ran.

Open the live site ↗