Our Homes

Homes designed for family life.

Every home we build is designed around the families who will live in it. Generous spaces, sustainable materials and detail that lasts.

What We Build

Family homes, built to last.

We build 2, 3, 4 and 5 bedroom family homes across Surrey, Kent and the wider South East — designed to meet the needs of the families who live in them and the communities that surround them.

Our homes are available for open market sale and under the Government's shared ownership scheme, making well-designed family housing accessible to a wider range of buyers.

View Our Developments
St Christopher Homes
Render
Render
How to Buy

Two routes to a St Christopher Home

Open Market Sale

Purchase outright

Our open market homes are available for outright purchase through standard residential mortgage or cash. Each home is offered at a price that reflects its location and specification.

Shared Ownership

Buy a share, grow over time

A proportion of our homes are delivered under the Government's shared ownership scheme — enabling buyers to purchase a share and pay a subsidised rent on the remainder, with the ability to purchase further shares over time.

Register your interest in a St Christopher home

To find out about current and upcoming homes, register your interest and our sales team will be in touch.

const burg=document.getElementById('burg');const mn=document.getElementById('mnav'); if(burg){burg.addEventListener('click',()=>{burg.classList.toggle('open');mn.classList.toggle('open');document.body.style.overflow=mn.classList.contains('open')?'hidden':'';});} function closeNav(){if(burg){burg.classList.remove('open');mn.classList.remove('open');document.body.style.overflow='';}} window.addEventListener('scroll',()=>{const n=document.getElementById('mainnav');if(n)n.style.boxShadow=window.scrollY>10?'0 2px 24px rgba(0,0,0,.12)':'0 1px 16px rgba(0,0,0,.06)';}); function openEQ(dev,type){document.getElementById('eq-modal').classList.add('open');document.getElementById('eq-dev').value=dev;document.getElementById('eq-type').value=type||'';document.getElementById('eq-tag').innerHTML=''+dev+''+(type?' · '+type:'');document.getElementById('eq-form').style.display='block';document.getElementById('eq-ok').style.display='none';document.body.style.overflow='hidden';} function closeEQ(){document.getElementById('eq-modal').classList.remove('open');document.body.style.overflow='';} document.addEventListener('click',e=>{if(e.target.id==='eq-modal')closeEQ();}); async function submitEQ(e){e.preventDefault();const btn=document.getElementById('eq-btn');btn.disabled=true;btn.textContent='Sending...';const dev=document.getElementById('eq-dev').value;const type=document.getElementById('eq-type').value;const first=document.getElementById('eq-first').value;const last=document.getElementById('eq-last').value;const email=document.getElementById('eq-email').value;const phone=document.getElementById('eq-phone').value;const msg=document.getElementById('eq-msg').value; try{await fetch('https://formspree.io/f/YOUR_FORM_ID',{method:'POST',headers:{'Content-Type':'application/json','Accept':'application/json'},body:JSON.stringify({_subject:'Enquiry: '+dev+(type?' — '+type:'')+' — '+first+' '+last,Development:dev,HouseType:type,FirstName:first,LastName:last,Email:email,Phone:phone,Message:msg})});}catch(err){console.warn(err);} document.getElementById('eq-form').style.display='none';document.getElementById('eq-ok').style.display='block';document.getElementById('eq-ok-name').textContent=first;document.getElementById('eq-ok-dev').textContent=dev;}