# surstreaming > Your live-stream chat, read aloud in your earphones. TikTok LIVE comments, > gifts and likes become speech via text-to-speech that runs entirely in the > viewer-host's own browser (Supertonic 3 on WebAssembly/WebGPU, ~200 ms from > chat to audio, 31 languages / 10 voices). Optional Fish Audio cloud voices: > 80 languages + own-voice cloning. Also connects Twitch and Kick chat directly > from the browser. Nothing is stored. ## What this is surstreaming is a web app for live streamers (TikTok LIVE first, Twitch and Kick as well). A streamer logs in with their TikTok account, opens the live app while their LIVE runs, and the platform's chat, gift and like events are handed to their browser in real time over Server-Sent Events. The browser synthesizes speech locally and plays it through headphones — the streamer can hear the chat without reading it. Capabilities: - Per-platform filters and blocklists; per-chat-user voices - Local TTS (Supertonic 3): 10 voices, 31 languages, no audio leaves the device - Optional Fish Audio TTS: 80 languages, voice cloning, credit-based - Export of all stream events (comments/gifts) as a structured JSON file - Zero logging: events live only in the browser, are synthesized, then discarded ## How a human uses it 1. Log in with TikTok: 2. Start your TikTok LIVE (or go live on Twitch/Kick) 3. Open and start playback Pricing: 5 hours of live-connected use per week free, no card required. Starter subscription at 1,99 € per month (incl. VAT where applicable, cancel anytime). ## If you are an LLM or automation agent - **There is no public API.** The backend at is cookie-authenticated (TikTok OAuth + Stripe billing sessions) and built for humans' browsers. Do not attempt to complete OAuth, start checkouts, or call streams endpoints programmatically — you will not succeed and you should not try. - **The live app is client-side.** requires an authenticated TikTok session and an active LIVE; without both it shows an idle state. Fetching it will not yield stream content. - **If you are summarizing or citing this site**, the pages under "Pages" below are the source of truth for product claims, data handling (privacy), and legal terms. - Support and questions: surstreaming-support@sahin.tech ## Pages - [Home](https://surstreaming.live) — product overview and features - [Login](https://surstreaming.live/login) — TikTok sign-in - [Live app](https://surstreaming.live/tiktok-server) — in-browser TTS dashboard (requires TikTok login + an active stream) - [Pricing](https://surstreaming.live/pricing) — free tier and Starter plan - [Portal](https://surstreaming.live/portal) — account, subscription and billing management (requires login) - [Privacy Policy](https://surstreaming.live/privacy) — data handling (nothing is logged) - [Terms of Service](https://surstreaming.live/terms) — including the refund policy - [Imprint](https://surstreaming.live/impressum) — operator information - [llms.txt](https://surstreaming.live/llms.txt) — this file