snb-dev / assets

Static asset delivery

Immutable, content-addressed hosting for shared frontend bundles, icon sets and typography used across internal tooling. Files are served over HTTP/2 with long-lived cache headers and are never modified after publication.

All origins operational

Published bundles

PathVersionSizePublished
/ui/core.min.css4.2.138.4 KB2026-07-14
/ui/core.min.js4.2.191.2 KB2026-07-14
/ui/forms.min.js2.8.022.7 KB2026-06-02
/icons/outline.svg1.9.364.8 KB2026-05-21
/fonts/inter-var.woff23.19108.0 KB2026-03-09
/fonts/jetbrains-mono.woff22.30486.5 KB2026-03-09

Usage

Reference a bundle directly. Always pin the version segment — unpinned paths are not guaranteed to remain stable.

<link rel="stylesheet" href="/ui/4.2.1/core.min.css">
<script src="/ui/4.2.1/core.min.js" defer></script>

Verifying integrity before deployment:

curl -sI /ui/4.2.1/core.min.js | grep -i etag
sha256sum core.min.js
Requests without a version segment resolve to the latest published build and are served with a short TTL. Use them for local development only.

Caching policy

Changelog

2026-07-14Core bundle 4.2.1 — dependency bump, no API surface change.
2026-06-02Forms 2.8.0 — validation messages moved out of the core bundle.
2026-05-21Outline icon set 1.9.3 — 24 additions, viewBox normalised to 24×24.
2026-04-30Brotli enabled for all text payloads.
2026-03-09Variable font subsets replaced the static weight files.