Skip to main content

Destination Command Center

The public internet, by coordinates.

Enter anywhere on Earth or use your device location. DCC turns the result into a permanent coordinate page and loads the public machine-readable sources that apply there.

No startup API waterfall

The homepage is immediately usable before any location lookup begins.

Coordinates stay canonical

Search and device location both route to the same five-decimal coordinate identity.

Live data loads where needed

Weather, hazards and other sources load on the selected location page instead of blocking the homepage.

How DCC works

Every coordinate on Earth can have a DCC page.

DCC uses latitude and longitude as the permanent identity of a physical location. Your device location, a street address, a city, an airport, a port, a venue, or a landmark is simply a way to discover those coordinates. Once DCC has the coordinates, it builds the location view from the public machine-readable information available there.

The same coordinate has two views: a human page at /location/lat/lng and a developer JSON endpoint at /api/location/lat/lng. That means people, programmers, search engines, and AI systems can refer to the same place using the same coordinate identity.

1. Resolve

Device location or entered place becomes latitude and longitude.

2. Assemble

DCC checks which public sources can contribute useful information at those coordinates.

3. Publish

The coordinate gets a stable human page and machine-readable JSON representation.