HUDDLE.stencil

Brand-Asset-Service. Generiert HUDDLE-Wordmark-Logos für jedes Produkt — light / dark / mono, SVG oder PNG.

Endpoints

GET /v1/logo/<product>?variant=light|dark|mono
                       &format=svg|png
                       &align=left|center|right       # default left = tight fit
                       &canvas=<number>               # explicit canvas width (only with align≠left)
                       &width=<px> &height=<px>       # output scaling
                       &bg=1                          # opaque background
                       &accent=%23rrggbb              # dot color override (co-brand)
GET /v1/icon/<product>?variant=light|dark|mono&format=svg|png&size=64&accent=%23rrggbb
GET /v1/products            # JSON-Liste aller Produkte
GET /healthz                # liveness probe

Alignment-Verhalten

alignviewBoxUse-Case
left (default)auto-tightKonsument zeichnet selbst Layout; kein Whitespace im SVG
centerfixed (canvas or 220)Konsument hat fixe Box, will Logo zentriert
rightfixed (canvas or 220)z.B. Header-Right-Slot

Produkte (18)

slugdarklighticonpng-link
docs docs dark docs light docs icon png 400×64
stencil stencil dark stencil light stencil icon png 400×64
locker locker dark locker light locker icon png 400×64
pass pass dark pass light pass icon png 400×64
badge badge dark badge light badge icon png 400×64
snap snap dark snap light snap icon png 400×64
spotter spotter dark spotter light spotter icon png 400×64
beast beast dark beast light beast icon png 400×64
guard guard dark guard light guard icon png 400×64
hawkeye hawkeye dark hawkeye light hawkeye icon png 400×64
hotcorner hotcorner dark hotcorner light hotcorner icon png 400×64
integration integration dark integration light integration icon png 400×64
playbook playbook dark playbook light playbook icon png 400×64
pulse pulse dark pulse light pulse icon png 400×64
referee referee dark referee light referee icon png 400×64
shark shark dark shark light shark icon png 400×64
squad squad dark squad light squad icon png 400×64
website website dark website light website icon png 400×64

Customer-Co-Brand

Accent-Farbe per Query überschreibbar: ?accent=%23ff6b35 (URL-encoded #ff6b35).

Beispiel: /v1/logo/locker?variant=dark&accent=%23ff6b35

Source: huddle-squad/stencil