# ShipStatic > Static hosting on a global edge network. Deploy static sites in seconds, point a domain, go live. The platform has two primitives: **deployments** (immutable file snapshots with instant preview URLs) and **domains** (pointers you repoint between deployments for instant rollbacks). - Package: `@shipstatic/ship` (both CLI and SDK) - API: `https://api.shipstatic.com` - Dashboard: `https://my.shipstatic.com` - Docs: `https://docs.shipstatic.com` ## Docs - [Deployments](https://docs.shipstatic.com/deployments): Immutable file snapshots with unique IDs and instant preview URLs - [Domains](https://docs.shipstatic.com/domains): Internal (`*.shipstatic.dev`) or custom (`www.example.com`) — no apex domains - [Tokens](https://docs.shipstatic.com/tokens): Single-use, time-limited deploy credentials - [API Key](https://docs.shipstatic.com/api-key): Persistent credential (`ship-{64 hex}`), one per account - [ship.json](https://docs.shipstatic.com/ship-json): Optional config for redirects, rewrites, headers, clean URLs ## Interfaces - [Web](https://docs.shipstatic.com/web): Dashboard with drag-and-drop deploy and DNS setup wizard - [CLI](https://docs.shipstatic.com/cli): `npm i -g @shipstatic/ship` — deploy from terminal - [MCP](https://docs.shipstatic.com/mcp): `npx @shipstatic/mcp` — deploy from AI agents (Claude Code, Cursor, VS Code) - [SDK](https://docs.shipstatic.com/sdk): `npm i @shipstatic/ship` — deploy from Node.js or browser - [Action](https://docs.shipstatic.com/action): `shipstatic/action@v1` — deploy from CI/CD - [Skill](https://docs.shipstatic.com/skill): SKILL.md that teaches AI agents to deploy via CLI - [API](https://docs.shipstatic.com/api): REST API — same operations as CLI and SDK ## Full Documentation - [llms-full.txt](https://www.shipstatic.com/llms-full.txt): Complete platform documentation in a single file ## Optional - [Marketing site](https://www.shipstatic.com): Product overview and feature pages - [SKILL.md](https://www.shipstatic.com/SKILL.md): Raw agent skill file for download