stash — ntfy moves signals. stash moves bytes. upload curl -T dist.tgz http://stash.legible.sh/{topic}/dist.tgz download curl -fO http://stash.legible.sh/{topic}/dist.tgz wait for it curl -fo dist.tgz "http://stash.legible.sh/{topic}/dist.tgz?wait=60" list curl http://stash.legible.sh/{topic} delete curl -X DELETE http://stash.legible.sh/{topic}/dist.tgz watch curl -N -H "Accept: text/event-stream" http://stash.legible.sh/{topic} options on upload: -H "X-TTL: 7d" (default 24h) · -H "X-Burn: 1" limits: 25 MB/file · TTL <= 7d · sha256 in every response — verify it topics: [a-zA-Z0-9_-]{1,64}, created by first use, unguessable = private docs: GET /README.md (full contract) · GET /llms.txt · github.com/legible-sh/stash