Privacy

Last updated 18 August 2026

What this page is

A plain description of what treeship.dev collects and what it does with it, written from the site’s source rather than from a template. It is a factual disclosure, not legal advice, and it covers this website only — not the Treeship CLI, which runs on your machine and is covered separately below.

Analytics we load

Two analytics scripts run on every page:

There is currently no consent banner. These scripts load before you are asked. If you are in a jurisdiction whose rules require prior consent for analytics cookies, treat that as a known gap rather than a claim that consent was obtained. You can block both with any content blocker, and the site works fully without them.

Claiming an X handle

The claim flow at /claim never asks for account access. You post a code we derive from your handle, and we read that one public post to check three things: that it exists, that you authored it, and that it contains the code. We store the handle, the X user id, the display name and the post id.

We do not request OAuth, hold tokens, or read anything else from your account. The proof is a public post, so anyone can re-check it without trusting us — which is the point.

Verification happens in your browser

The verifier at /playground/verify is WebAssembly running locally. Receipts you check are not uploaded, and we do not see them. That is a property of how it is built, not a promise about how we behave.

Receipt pages

A receipt URL is a capability: whoever has the link can read it. We exclude /receipt/ and /verify/ from the sitemap and disallow them in robots.txt, so they stay fetchable by link but do not become discoverable through search. Anyone you hand a link to can still read it, and can pass it on.

The CLI

treeship runs on your machine. Keys stay in ~/.treeship and are never transmitted to us. Receipts are local until you explicitly push them to a hub. This site never sees them.

Contact

Questions, corrections, or a request to remove a claim record: hello@treeship.dev.