https://github.com/wave-av/examples
Working examples for WAVE SDK, ADK, and MCP server
https://github.com/wave-av/examples
examples streaming tutorial typescript video
Last synced: about 6 hours ago
JSON representation
Working examples for WAVE SDK, ADK, and MCP server
- Host: GitHub
- URL: https://github.com/wave-av/examples
- Owner: wave-av
- License: mit
- Created: 2026-04-02T04:39:50.000Z (16 days ago)
- Default Branch: main
- Last Pushed: 2026-04-05T14:56:39.000Z (13 days ago)
- Last Synced: 2026-04-18T01:38:08.407Z (about 6 hours ago)
- Topics: examples, streaming, tutorial, typescript, video
- Language: TypeScript
- Homepage: https://docs.wave.online
- Size: 16.6 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# WAVE examples
Working examples for the WAVE developer platform. Each directory is a standalone project you can clone and run.
## Examples
| Example | Package | Description |
|---------|---------|-------------|
| [`sdk-quickstart`](./sdk-quickstart) | [`@wave-av/sdk`](https://github.com/wave-av/sdk) | Create a stream, start it, and fetch viewer analytics |
| [`mcp-server-setup`](./mcp-server-setup) | [`@wave-av/mcp-server`](https://github.com/wave-av/mcp-server) | Configure WAVE tools in Claude, Cursor, or any MCP client |
| [`adk-hello-agent`](./adk-hello-agent) | [`@wave-av/adk`](https://github.com/wave-av/adk) | Build an AI agent that monitors stream quality |
## Prerequisites
- Node.js 18+
- A WAVE API key ([get one here](https://wave.online/settings/api-keys))
## Getting started
```bash
# Clone this repo
git clone https://github.com/wave-av/examples.git
cd examples
# Pick an example
cd sdk-quickstart
pnpm install
pnpm start
```
## Get help
- [Documentation](https://docs.wave.online)
- [SDK reference](https://github.com/wave-av/sdk)
- [Discussions](https://github.com/orgs/wave-av/discussions)
## License
[MIT](./LICENSE)