Canonical asset CDN for all Riven surfaces. All assets served from Cloudflare R2 via this worker.
| Path | Type | Notes |
|---|---|---|
/v1/brand/riven-mark.svg | SVG | Primary mark, brand teal on transparent |
/v1/brand/riven-mark-on-dark.svg | SVG | Mark for dark backgrounds |
/v1/brand/riven-mark-on-light.svg | SVG | Mark for light backgrounds |
/v1/brand/riven-wordmark-on-dark.svg | SVG | RivenAI wordmark for dark BG |
/v1/brand/riven-wordmark-on-light.svg | SVG | RivenAI wordmark for light BG |
/v1/brand/favicon.ico | ICO | Multi-res favicon (16/32/48) |
/v1/brand/favicon-16.png | PNG | 16×16 favicon |
/v1/brand/favicon-32.png | PNG | 32×32 favicon |
/v1/brand/favicon-180.png | PNG | 180×180 Apple touch icon |
/v1/brand/favicon-192.png | PNG | 192×192 Android PWA icon |
/v1/brand/favicon-512.png | PNG | 512×512 PWA splash |
/v1/brand/riven-logo-32.png | PNG | Sidebar logo 32px |
/v1/brand/riven-logo-64.png | PNG | Sidebar logo 64px |
/v1/brand/riven-logo-128.png | PNG | Sidebar logo 128px |
/v1/brand/og-image.png | PNG | 1200×630 OG image |
| Path | Notes |
|---|---|
/v1/tokens/tokens.css | CSS custom properties for all brand colors and typography tokens |
| Path | Notes |
|---|---|
/v1/fonts/fonts.css | @font-face declarations for Boska, Satoshi, Geist Mono |
Paths under /brand/{name} are stable aliases that map to the current versioned asset — callers need not track versions.
/v1/*): public, max-age=31536000, immutable (1 year)/brand/*): public, max-age=86400, stale-while-revalidate=604800
Source: github.com/rivenai/riven-platform ·
Changes: open a PR touching brand/v1/ — CI sync pushes to R2 automatically.