Twitch Text to Speach
This project started after Twitch added channel points (points you get by watching streamers). You can then spend these points for certain rewards like chat emotes or highlighting your message, although Twitch being Twitch, the API to use the channel points is almost non-existent and I wanted a more automated system.
So I decided to create my extension to the already existing Twitch API and while looking through the metadata of messages I was able to find some information about the Channel point rewards. Getting the site to read out messages was another challenge since there wasn’t much information on the topic. I ended up having to create a proxy to get since the service I use to convert the text to messages doesn’t allow requests from the browser, lovely CORS errors
Since the app is very lightweight and doesn’t get too much use, I decided to try out and host it on Glitch. Glitch was alright for hosting the app, although it does have a short startup time because it is on a free plan. Performance was for the app was good enough so not much to complain about.
To improve the user experience, I later upgraded the hosting platform to Vercel and modified the API endpoints to run on serverless functions. This upgrade resulted in faster and more consistent API responses and eliminated the wait time for app startup.
Source See it live