static-cdn.fyi

Static asset delivery & edge caching endpoint

This host serves versioned static assets — stylesheets, scripts, fonts and images — over HTTP/2 with long-lived cache headers. It is an origin endpoint, not a public file host.

Node status

Regioneu-north (Helsinki)
ProtocolHTTP/2, TLS 1.3
Statusoperational

Usage

Assets are addressed by content hash and are immutable once published:

<link rel="stylesheet" href="https://static-cdn.fyi/a/<hash>.css">
<script src="https://static-cdn.fyi/a/<hash>.js" defer></script>

Cache policy

Responses under /a/ are returned with Cache-Control: public, max-age=31536000, immutable. Purges are not required — publish a new hash instead.