Asset delivery for static front-end builds
This host serves cached static responses for projects that point a hostname at the Static Edge network. Content is immutable once published; every release gets its own path prefix.
Delivery
- Cache policy
- Immutable objects, one year max-age, revalidation on prefix change.
- Compression
- gzip on text payloads, negotiated by request headers.
- Protocol
- HTTP/2 over TLS 1.2 and TLS 1.3.
- Region
- Served from the nearest healthy edge location.
Using a prefix
Publish a build under a versioned prefix and reference it directly. Prefixes are never rewritten, so a deployed page keeps working after the next release.
<script src="https://de.staticedge.cloud/r/2026-09-04/bundle.js"></script>