Show HN: I built a Chrome extension that integrates voice with Super Chats

2 weeks ago 6

Screenshot 2024-09-12 195708

StreamSync integrates voice with super chats for a more interactive streaming experience.

🔴 Live Link - Or checkout short demo video below

StreamSync Demo

StreamSync is a tool designed for creators and their audience, offering a more interactive alternative to traditional super chats limited to text messages. With StreamSync, users can send super chats, but with a unique twist: if the creator is interested, they can directly speak with the audience member through our extension.

The StreamSync Chrome Extension is now available on the Chrome Web Store: https://chromewebstore.google.com/detail/streamsync/ppjkekdbgjemggkeicnfochciccdhkhk

Note: The extension currently doesn't function as expected as the server is currently down.

Ensure you have the following installed:

  • Node.js
  • Docker and Docker Compose
  1. Clone the Repository:
git clone https://github.com/rohitsx/streamSync.git cd streamSync
  1. Configure Client/Server Environment: Update the .env file with your environment variables.

  2. Run Docker-Compose:

Testing as a Browser Extension

To test the project as a Chrome extension:

  1. Build the Client:
  1. Install the Extension:
  • Open Chrome and navigate to chrome://extensions/.
  • Enable "Developer mode" in the top right corner.
  • Click "Load unpacked" and select the dist folder generated by the build command.
  1. Keep the Server Running: Ensure the server is running for full functionality.

This work is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License.

Read Entire Article