Move files between ephemeral environments over plain HTTP. Sign in, create a channel, then send or receive.
Share a token out-of-band and the other side can send/receive with no account — via the CLI --token or the token fields below. Send token = drop files to you; receive token = pull files.
Buffered channels store the file until someone fetches it — best for this UI. Un-buffered channels stream directly and need a receiver connected first.
Downloads the next queued file, or reports that nothing is waiting.
Prefer the terminal? Download the CLI —
curl -fsSL https://relay.samyx.net/relay.sh -o relay && chmod +x relay