Clearway

Community-owned, privacy-first traffic data.
No tracking. No ads. No corporate control.

Houston live map Source code

What is Clearway?

Clearway is an open-source, community-operated alternative to Google Maps traffic, Apple Maps, and Waze. Instead of a single company harvesting your movement data, Clearway is a federated network of nodes run by volunteers and local organisations, each serving their own region.

Traffic conditions are built from two sources: anonymous speed readings contributed by app users, and publicly available sensor data from highway agencies such as Houston TranStar. Neither source ties data to an individual.

The companion mobile app, Streets Ahead, lets you view live traffic and optionally contribute your own anonymous speed readings while driving.

How it works

Step 1

On your phone

Streets Ahead samples your GPS speed. Your exact location is never sent — it is randomised by ±60 m before leaving the device.

Step 2

Trip privacy

The first and last 500 m of every trip are silently dropped, so the server never sees where your journey started or ended.

Step 3

Map-matching

The Clearway node matches anonymised speed readings to road segments using Valhalla and OSM data. No raw coordinates are stored.

Step 4

Aggregation

Segment speeds from many contributors are aggregated into a congestion score (free / moderate / heavy / stopped) every 30 seconds.

Step 5

Display

The coloured traffic overlay is served as GeoJSON and rendered in the app or the web viewer — no proprietary map SDK required.

Step 6

Sensor fusion

On nodes where TranStar or other agency feeds are available, freeway detector data fills in coverage from day one.

Privacy by design

Live nodes

us-tx-hou-1
Houston, Texas · Harris & surrounding counties
Open map →

Want to run a node for your city? The Clearway server is self-contained Docker Compose stack. See the deployment guide in the repo.

Source code