Find images of any location through time. Aggregates photos from modern sources and historical archives to show how places have changed over decades.
Search across 10+ image sources simultaneously:
See images arranged chronologically to visualize how a location changed over time.
Explore images positioned on an interactive 3D globe using Three.js.
Search by coordinates with configurable radius (1-50 km) for precise location matching.
Automatic integration with:
# Install dependencies
npm install
# Run development server
npm run dev
# Open http://localhost:3000
| Option | Description |
|---|---|
| Photos only | Filter out icons, logos, and illustrations |
| Geo-search | Search by coordinates instead of text |
| Radius | How far from coordinates to search (1-50 km) |
Keaau, Hawaii - See how a small town changed over decadesEmpire State Building, New York - Historical construction photos1600 Pennsylvania Avenue - Historical images of the White Housesrc/
βββ app/
β βββ page.tsx # Main search interface
β βββ api/
β βββ search/ # Image search API
βββ components/
β βββ ImageGrid.tsx # Grid view
β βββ Timeline.tsx # Chronological view
β βββ View3D.tsx # 3D globe view
β βββ SearchForm.tsx # Search input
β βββ SourceFilters.tsx
βββ lib/
Images are sourced from public APIs and archives:
See how places change through time π°οΈ