https://github.com/wave-av/create-wave-app
Scaffold a new WAVE agent or streaming app in seconds
https://github.com/wave-av/create-wave-app
agent create-app scaffold starter streaming template wave
Last synced: 3 months ago
JSON representation
Scaffold a new WAVE agent or streaming app in seconds
- Host: GitHub
- URL: https://github.com/wave-av/create-wave-app
- Owner: wave-av
- License: mit
- Created: 2026-04-03T00:54:21.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2026-04-03T01:08:17.000Z (3 months ago)
- Last Synced: 2026-04-03T11:16:35.287Z (3 months ago)
- Topics: agent, create-app, scaffold, starter, streaming, template, wave
- Size: 1.95 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# create-wave-app
Scaffold a new WAVE agent or streaming app in seconds.
## Usage
```bash
npx @wave-av/create-app my-stream-bot
```
With a specific template:
```bash
npx @wave-av/create-app my-agent --template mastra-agent
```
## Templates
| Template | What it creates |
|----------|----------------|
| `stream-monitor` | Real-time stream quality monitoring agent (default) |
| `mastra-agent` | Mastra framework agent with WAVE ADK tools |
## What you get
Each template scaffolds a working project with:
- TypeScript configuration
- `@wave-av/adk` pre-installed
- Working agent code you can run immediately
- Environment variable setup for `WAVE_AGENT_KEY`
## After scaffolding
```bash
cd my-stream-bot
npm install
npm run dev
```
## Links
- [WAVE ADK documentation](https://docs.wave.online/adk)
- [WAVE SDK](https://www.npmjs.com/package/@wave-av/sdk)
- [npm package](https://www.npmjs.com/package/@wave-av/create-app)
## License
MIT