The first 100% free AI TTS service for Twitch.
With this being said, support for Solrock is coming to a close.
The best alternative to Solrock is TTS.monster
> solrock
> apps
> backend
- The backend Express server handling Twitch Eventsub
> frontend
- The frontend Next.js app handling the dashboard and overlay
> processor
- The serverless Python audio processor
Each app has its own README.md with more information on how to run and get started, however you will most likely want to run all of the apps at once. After setting up
each app, run pnpm dev
in the root directory to start all of the apps at once using concurrently. You can start each app individually from the root directory by running
pnpm <app name> <command>
(e.g. pnpm backend dev
).