Brand assets, design system, and social preview banners for WaveKat repositories.
LinkedIn / OpenGraph social preview for wavekat.com.
| File | Preview |
|---|---|
| SVG source | src/og.svg |
| Built SVG | assets/og.svg (run make dist) |
| PNG export | assets/og.png (run make png) |
GitHub social preview images.
| Repo | Preview |
|---|---|
| wavekat-vad | |
| wavekat-voice | |
| wavekat-turn | |
| wavekat-core | |
| wavekat-lab | |
| wavekat-tts | |
| wavekat-cli | |
| wavekat-sip | |
| wavekat-asr |
README header images.
| Repo | Preview |
|---|---|
| wavekat-vad | |
| wavekat-voice | |
| wavekat-turn | |
| wavekat-core | |
| wavekat-lab | |
| wavekat-tts | |
| wavekat-cli | |
| wavekat-sip | |
| wavekat-asr |
Main wavekat wordmark with signature ribbon. Includes a background rect — use for standalone display.
| Variant | Preview |
|---|---|
| Light | |
| Dark |
No background, viewBox trimmed to content bounds. Use in navbars and inline UI where alignment matters.
| Variant | Preview |
|---|---|
| Light | |
| Dark |
Repo logos in dark and light variants.
| Repo | Light | Dark |
|---|---|---|
| wavekat-vad | ||
| wavekat-turn | ||
| wavekat-tts | ||
| wavekat-cli | ||
| wavekat-sip | ||
| wavekat-voice | ||
| wavekat-asr |
Standalone W mark for favicons, app icons, etc.
| Variant | Preview |
|---|---|
| Light | |
| Dark |
A macOS menu-bar tray template (pure black W on transparent, 22pt safe-area
canvas) for wavekat-voice. The
.icns / .ico / Linux PNG are derived downstream from the existing
wavekat-icon-light.svg.
| File | Purpose |
|---|---|
assets/logos/wavekat-voice-tray-Template.svg |
Source for macOS menu-bar tray-Template.png (use with NSImage.setTemplate(true) / Electron setTemplateImage(true)) |
| File | Purpose |
|---|---|
assets/template.svg |
Banner template with placeholders |
assets/narrow-template.svg |
Narrow banner template (4:1 ratio) |
assets/logo-template.svg |
Logo template with placeholders |
assets/icon-template.svg |
Icon template with placeholders |
assets/wordmark-template.svg |
Wordmark template (4:1 ratio) |
assets/w.svg |
W letterform path |
make dist # convert text to paths: src/ → assets/ (requires Inkscape)
make clean # remove built assets- Inkscape —
brew install --cask inkscape