· Standard
S
llmstxt.info directory · Standard
ShipStatic
Community listing
llms.txt reachable
AI Impact Score 100/100 · A
ShipStatic provides structured information for AI assistants via an llms.txt file. Industry: Other. The website www.shipstatic.com provides its llms.txt at https://www.shipstatic.com/llms.txt. Listed since 13 June 2026.
llms.txt address
https://www.shipstatic.com/llms.txt
Under GDPR Art. 17 you can request the deletion of your data. Report a legal violation (Art. 16 DSA) →
llms.txt — current content
Open ↗
# ShipStatic
> Static hosting on a global edge network. Deploy instantly — free, no account required. Claim to keep permanently.
Zero-install deploy: `npx -y @shipstatic/ship ./dist`. Site is live in seconds; the response includes a claim URL the user can visit later to keep it permanently. Public deploys expire in 3 days unless claimed.
The platform has two primitives: **deployments** (immutable file snapshots with instant preview URLs) and **domains** (pointers you repoint between deployments for instant rollbacks).
## If you are an agent, start here
One command is the whole integration. No account, no key, no config — it works in a fresh sandbox:
```bash
npx -y @shipstatic/ship ./dist --json
```
- **Point it at BUILT OUTPUT** — `./dist`, `./build`, `./out` — never a project root. Build first if the project needs it.
- **`--json` gives machine-readable output on success and on failure.** Branch on `error` and `status`, never on message text. Exit code is 0 on success. The tags: `validation_failed` `authentication_failed` `forbidden` `not_found` `rate_limit_exceeded` `business_logic_error` `maintenance`.
- **Always show the user both URLs from the response**: `url` (live now) and `claim`. The claim
[…truncated]