Skip to content

wavekat/wavekat.com

Repository files navigation

wavekat.com

CI Release

Give every small business the voice of a big one.

wavekat.com

WaveKat builds open-source, AI-powered solutions that put enterprise-grade capabilities in the hands of everyone. We start with voice — answering phones, handling conversations, being present 24/7 — the kind of thing only big companies could afford to do well. But voice is just where we begin.

Solutions

Repo What it does
wavekat-voice AI phone answering for small businesses — SIP/RTP, voice-to-voice conversations

Tools

Name What it does
Common Voice Explorer Browse, filter, and review Mozilla Common Voice dataset clips

Libraries

Repo What it does Stars
wavekat-core Shared audio primitives (AudioFrame, sample format conversion) GitHub stars
wavekat-vad Voice Activity Detection — WebRTC, Silero, TEN-VAD, FireRedVAD GitHub stars
wavekat-turn Turn detection — knows when a speaker is done talking GitHub stars
wavekat-lab Interactive dashboard for testing and comparing audio backends GitHub stars

Tech Stack

Development

Requires Node 22 (nvm use 22).

make install   # install dependencies
make dev       # sync brand assets + start dev server

Build

make build     # sync brand assets + build → dist/

Brand assets

Logo and wordmark files are sourced from the wavekat-brand submodule — never edited here.

# After cloning, initialise the submodule:
git submodule update --init

# Pull brand updates:
git submodule update --remote vendor/wavekat-brand

# Re-sync assets into public/logos/:
make sync

License

Apache 2.0