Focus Relay.

Start a focus block on your laptop. Type a 6-character code on your phone. Same session continues — same soundscape, same timer, same notes. No login.

1. On the device starting the session

Open /focus/ and start a soundscape. Then come back here and grab your code:

— — —

The code is good for 30 minutes. Anyone with this code can pick up your session — keep it private.

2. On the device picking up

Type the 6-character code from the other device:

How it works. The code is a 6-char base32 string. Locally we hash your deskrune-id and the current focus-session state (timer, soundscape, elapsed) into a small KV entry keyed by the code. The other device GETs the entry, drops it into its own localStorage, and the next time you open /focus/, the state is resumed. No accounts. No PII.

Phase 0 caveat. The pickup currently restores soundscape + elapsed time. Active-block notes don't sync yet. Full state sync is queued.