The practical takeaway first: you can open sf.thijs.gg right now and fly or walk through a full 3D reconstruction of San Francisco — every block, every hill, every building — directly in your browser, no install required.

The project pulls from publicly available geographic and building footprint data to construct a city-scale 3D environment rendered in real time. What makes this technically interesting isn't just the visual result — it's that the pipeline from open geodata to interactive 3D scene has become approachable enough for an individual developer to execute it at city scale.

Someone Built a Playable 3D Model of All of San Francisco — and You Can Explore It Now

For builders, the relevance is concrete. Tools like Mapbox, Cesium, and deck.gl have matured considerably, and public datasets (OpenStreetMap building heights, LIDAR surveys, municipal open data portals) now cover most major cities with enough fidelity to support this kind of work. The barrier is engineering time, not data access or rendering capability.

Where this gets useful: urban planning visualization, real estate tooling, simulation environments for robotics or autonomous vehicle training, game-adjacent experiences, and any product that benefits from spatially accurate city context. A project like this also serves as a reference implementation — the HN comments thread (87 replies, 252 points) includes discussion of the specific tech stack and data sources worth reading if you want to replicate or extend the approach.

The broader signal is that photorealistic or game-quality city models are no longer the exclusive domain of well-funded studios or government agencies. If your product has a geographic or spatial component, the cost of building a high-fidelity environment layer has dropped substantially — and this project is a working proof of that.