One live string for people, laptops, and agents.
Clip is a tiny shared clipboard that lets browsers, terminals, laptops, and agents pass text through the same live unified buffer using plain HTTP. It keeps one string per room in memory, broadcasts changes instantly, and can sync a system clipboard so copy on one computer becomes paste on another.
PUT / write
GET /raw read
GET /events live
cargo run --release # serve :1984
echo hi | cargo run --release # write
cargo run --release -- sync # macOS Command+C / Command+VRooms are paths: /r/team. Memory only, last write wins, zero dependencies.