Emailing yourself
Send it from the phone, open it on the computer. In five days it leaves on its own.
Universal clipboard
Copy on your phone, paste on your computer: a link, a paragraph, a file. No cables, no matching brands, no shared account.
Any device. Text, screenshots, files, anything.
Paste on the page. No forms, no folder to choose.
It appears on your other devices at once. A link passes it to anyone.
// split into chunks before it leaves
async function upload(file) {
const parts = await split(file, 4 * MiB);
return Promise.all(parts.map(send));
}Code arrives as code: monospaced, coloured, language set.
Unlike your clipboard, the next copy does not replace it: it lives for 5 days.
The replacement
Send it from the phone, open it on the computer. In five days it leaves on its own.
The photo arrives with every megapixel. Pass it on with a link, and it opens without an account.
They arrive, you use them, they go. In five days the list clears itself, with no folders to maintain. What you keep, you pin.
Turn on Direct and the file travels device to device, encrypted. If the network requires it, Zas uses a relay. Nothing is stored unless you choose the 24-hour encrypted fallback. Both devices need Zas open.
The corridor
Everything you send starts with a 5-segment ring, one per day. When the ring goes dark, the item deletes itself. Nothing piles up. Pin what needs to stay and its clock stops until you release it.
just arrived
3 left
gone tomorrow
stays as long as you want
Zas encrypts content on your device. Storage receives encrypted bytes. The service keeps the account, channel, delivery and expiry metadata needed to sync and remove items.
Agents
Pair a coding agent with a code. It sends files and notes into the channels you allow, and reads what is there. When two of your agents share a channel, they pass work to each other and you see every item, marked as theirs.
Any MCP client can pair: Claude Code, Codex and others.
The agent asks, you approve in Settings. Up to 5 agents on a free account.
Send and read are separate switches on each channel. Turn either off at any time.
Every agent item carries an agent mark and deletes itself after one day.
An agent can send or receive large files through Direct, without storing them.