Nestled in The Brook, this private and peaceful home enjoys an elevated position just minutes from Nelson City. Set on a quiet cul-de-sac, the property offers a relaxed lifestyle with walking and cycling tracks nearby, while still being only a five-minute drive from the city centre.
The home features 3 bedrooms, including 2 doubles and a single third bedroom ideal as a home office or study. Living spaces are well defined with separate lounge, dining, and kitchen areas, complemented by a standout conservatory flowing off the kitchen and dining. This light-filled space features a glass ceiling and new wood burner, creating a warm and inviting area to enjoy year-round. A sunny deck extends from the conservatory, providing easy indoor-outdoor flow. The bathroom includes a shower over bath and vanity, while the separate toilet incorporates an additional shower.
Comfort is well catered for with ceiling and underfloor insulation, 2 heat pumps, and the additional wood burner. All windows have been retrofitted, with the exception of the conservatory, enhancing warmth and efficiency throughout the home.
Set on a partially fenced section with established fruit trees and berries, the property also offers a garage plus additional off-street parking. Enjoy nearby walking and cycling tracks and a peaceful location close to the city.
This is a home that will appeal to those seeking a quiet retreat close to the city, with flexible living spaces and lifestyle convenience.
{
console.log('Received listingsUpdated event', event.detail);
// Check if this is a load more operation
if (event.detail.isLoadMore && event.detail.newListings) {
// Add only the new listings without clearing existing ones
addNewListings(event.detail.newListings);
} else {
// Regular update - replace all listings
updateListings(event.detail.listings || []);
}
});">