ADD A RIDE

Turn a track into a route

Drop in a GPX file — or paste a Strava, Garmin, RideWithGPS, or Komoot link and we'll send you to its export. The track is read in your browser with the same parser the site builds with, so what you preview here is exactly what gets published.

Step 1

Start with a track

or paste an activity link

How publishing works

  1. The GPX file is parsed in your browser — nothing is uploaded anywhere.
  2. Distance, climbing, the elevation profile, and the map line are measured from the track.
  3. You supply the words: title, area, summary, tags, and local notes.
  4. Two files are produced: src/content/routes/<id>.json and public/gpx/<id>.gpx.
  5. A maintainer reviews the pull request; merging rebuilds and publishes the site.

Strava and Garmin activities cannot be fetched by a static site — those exports need your own signed-in session. Pasting a link recognises the activity, sends you to the official export, and records the URL as the route's source.