Permalink share

Every walker scenario can be encoded into the URL itself, so a colleague clicking the link sees the exact inputs and outputs. No account, no server-side storage, no tracking. The encoding follows RFC 3986 percent-encoding[RFC 3986].

How it works

The walker serialises its current state as a JSON object, base64-encodes it, and appends it as a URL fragment. The fragment never leaves the browser (servers do not see URL fragments). Pasting the link reproduces the exact scenario.

What is preserved

What is not preserved

See CSV export for non-URL sharing.