https://github.com/siuramka/wsalerts
TextToSpeech Chat Bot With Admin Dashboard
https://github.com/siuramka/wsalerts
docker dockercompose dotnet efcore node nodejs prisma typescript
Last synced: 11 months ago
JSON representation
TextToSpeech Chat Bot With Admin Dashboard
- Host: GitHub
- URL: https://github.com/siuramka/wsalerts
- Owner: siuramka
- Created: 2023-01-30T12:55:15.000Z (almost 3 years ago)
- Default Branch: ts-master
- Last Pushed: 2023-06-26T15:00:18.000Z (over 2 years ago)
- Last Synced: 2025-01-11T02:18:10.143Z (about 1 year ago)
- Topics: docker, dockercompose, dotnet, efcore, node, nodejs, prisma, typescript
- Language: TypeScript
- Homepage:
- Size: 378 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# wsalerts
Text-To-Speech bot with managment/admin dashboard
## Hosted on a VPS server as a docker compose multi containered app

## nginx
- NGINX reverse proxy
## tts-api
to handle tts-ts data
- .NET Core API
- EF Core ORM
- Discord Auth
- JWT
## tts-frontend
Admin dashboard to crud data for tts-ts database
- React+Vite with MUI components
- Discord auth
## tts-ts
chat bot listening for commands/events plays a Text-To-Speech sound in OBS/browser using multiple TTS providers - Uberduck, Elevenlabs, Streamlabs(AWS Polly).
- TypeScript
- WebSockets/Socket.io for communication between server and client (OBS/browser)
- Prisma ORM
## Dashboard demo
