tsmap · open from url
Interactive demo of tsmap's URL-based data loading: launch links for the web app and the tsmap:// desktop deep link, generated live for a chosen sample dataset.
A data-selection page hands tsmap one URL. tsmap fetches it and loads straight into the wafer map — no download, no re-upload. Pick a sample dataset below, then use either launch button for real.
A page opens tsmap's web app with ?dataUrl= in the query string. Works from any link, any browser.
A tsmap:// link launches the installed desktop app directly, or forwards to an already-running window.
The desktop fetch happens in Rust before the window even opens, and supports --url-headers for header-authenticated APIs — a credential never has to sit in a browser URL. See Integrating tsmap with a data-selection system for the short-lived-URL and proxy patterns this is designed around.
The desktop button only does something if tsmap is installed and its tsmap:// handler is registered on this machine — that happens automatically the first time you run the app. See the user guide for details.