· Standard
S
llmstxt.info Verzeichnis · Standard
ShipStatic
Community-Eintrag
llms.txt erreichbar
KI-Impact-Score 100/100 · A
ShipStatic stellt strukturierte Informationen über eine llms.txt-Datei für KI-Assistenten bereit. Branche: Sonstiges. Die Website www.shipstatic.com stellt ihre llms.txt unter https://www.shipstatic.com/llms.txt bereit. Der Eintrag besteht seit 13. Juni 2026.
llms.txt-Adresse
https://www.shipstatic.com/llms.txt
Gemäß DSGVO Art. 17 kannst du die Löschung deiner Daten beantragen. Rechtsverletzung melden (Art. 16 DSA) →
llms.txt — Aktueller Inhalt
Öffnen ↗
# 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
[…gekürzt]