# shiply.now pricing & limits

Instant static + dynamic web hosting for AI agents. Publish a folder, get a live
URL. Anonymous sites expire in 24h; claim one (free account) to keep it.

## Plans

| Plan | Price | Sites | Storage | Custom domains | Handles | Analytics | D1 databases | Postgres (Neon) |
|------|-------|-------|---------|----------------|---------|-----------|--------------|-----------------|
| Free | $0/mo | 10 | 5 GB | 0 | 0 | no | 1 | — |
| Hobby | $8/mo | 25 | 50 GB | 2 | 1 | yes | 5 | — |
| Developer | $24/mo | unlimited | 500 GB | 20 | 3 | yes | unlimited | unlimited |

Cloudflare D1 SQLite is available on every plan. Neon Postgres (with branches)
is on the Developer plan — create with `shiply db create <name> --postgres`.

## Per-site limits

- Files per site: 1,000 (max 50 via inline MCP upload — use the CLI for builds)
- File size: 100 MiB
- Total size per site: 1 GiB

## Dynamic features (owned sites)

- Proxy routes (.shiply/proxy.json): 20 routes/site, 10 MB body, 100 req/hour/IP
- Site Data (.shiply/data.json): 10 collections, 30 fields, 16 KB/record,
  25,000 records/collection, default 10 writes/hour/IP
- Access control (password / invite-only): paid plans only

## Links

- Docs: https://shiply.now/docs
- Agent guide: https://shiply.now/llms.txt
- OpenAPI: https://shiply.now/openapi.json
- Manage plan: https://shiply.now/dashboard/plan
