As of 2026-08-16, Countstream is being archived in favour of basepoint. Track more platforms, compare statistics side by side, and create richer custom embeds with basepoint. Check it out at basepoint.live.
The live count website made for streamers by streamers.
Once you've installed dependencies with npm install (or pnpm install or yarn), start a development server:
npm run dev
# or start the server and open the app in a new browser tab
npm run dev -- --openTo create a production version of CountStream:
npm run buildYou can preview the production build with npm run preview.