{% extends "base.html" %} {% block content %}

Mobile-first PWA · property pinboard

Spot a sale or rental nearby. Pin it in seconds.

NearbyNest lets anyone add a public property sighting from their current location or an uploaded photo, then browse fresh entries by distance or recency.

LocationNotificationsPhotos
Live MVP

Public nearby list

{{ total_entries }} entries · {{ photo_entries }} photo uploads

Add by location/address →
📍

Pin by location

Grant browser location permission, or type/paste an address if permission is unavailable, then submit optional contact details.

Pin a property
📷

Upload photo

Save only a compressed small image, check EXIF GPS, and attempt local OCR when a system OCR tool exists.

Upload photo
🧭

Browse & improve

Sort the public list by recency or distance, flag questionable entries, or suggest missing details.

View public list

Latest sightings

Fresh public property pins

See all
{% if recent_entries %}
{% for entry in recent_entries %}
{% include "core/partials/property_card.html" with entry=entry %}
{% endfor %}
{% else %}

No properties yet

Be the first to add a current-location pin or photo upload.

Create first pin
{% endif %}
{% endblock %}