Drag and drop your GPX file from Strava, Garmin, or any tracking app.
Instantly preview your route in 3D. Customize the scale, add a base, and make it yours.
Download the 3MF file. It's ready to print!
It's more than just a GPX track - it's the memories all the blood, sweat, and tears you put into finishing. GPXTrack.xyz turns your GPX file into a 3MF (like STL) model. Perfect for:
GPXTrack.xyz works because of the open source tech it's built on. It runs entirely in your browser — no data ever leaves your computer. When you import a GPX file, we parse and extract the GPS data using JS. Then, we loop over those GPS points in our ManifoldCAD model to extrude the track.
A powerful, WASM-powered CAD kernel for creating lightning-fast and robust 3D models from your GPX data.
The beautiful, interactive 3D preview is rendered in real-time using the legendary Three.js library.
We use @jscadui/3mf-export for generating high-quality, portable 3MF files for 3D printing.
A JavaScript font parser used to extract the glyphs needed for extruding 3D text onto your model.
The entire experience is bundled into a blazing-fast web interface using the next-generation frontend tool, Vite.