Skip to content

Commit

Permalink
tts.monster
Browse files Browse the repository at this point in the history
  • Loading branch information
mmattbtw committed Aug 4, 2023
1 parent 27129fd commit 5a90de4
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@

The first 100% **free** AI TTS service for Twitch.

Currently in development. Available for beta usage: https://solrock.mmattDonk.com
## The official instance of Solrock is shutting down.

The next best thing is [TTS.monster](https://tts.monster/?ref=solrock)

## Project Structure

Expand Down
1 change: 1 addition & 0 deletions apps/frontend/i18n/en-US.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"header": "This is a BETA website. Please report bugs and get help in the <discordLink>mmattDonk Discord server</discordLink>."
},
"shutdown": "Solrock is shutting down on 10/1/2023, read the announcement <discordLink>here</discordLink>.",
"ttsmonster": "The best alternative to Solrock is <ttsmonsterLink>TTS.Monster</ttsmonsterLink>!",
"loading": "Loading...",
"close": "Close",
"open": "Open",
Expand Down
5 changes: 5 additions & 0 deletions apps/frontend/src/components/BetaBanner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ export default function BetaBanner() {
discordLink: (children) => <a href="https://matt.paste.lol/ripsolrock.md/markup">{children}</a>,
})}
</Badge>
<Badge color="green">
{t.rich('ttsmonster', {
ttsmonsterLink: (children) => <a href="https://tts.monster/?ref=solrock">{children}</a>,
})}
</Badge>
</Stack>
);
}

0 comments on commit 5a90de4

Please sign in to comment.