A browser extension, not another app

Every webpage
is already a room
full of people.

SiteTalk drops a live chat onto whatever page you're on — the same page, at the same time, as everyone else looking at it. No account needed. No app to open. Just the page, and the people reading it with you.

Anonymous by default·Open source·~40kb, no build step

Three steps. That's the whole install.

01

Add the extension

One click from the Chrome Web Store. SiteTalk sits quietly in your toolbar until you need it.

02

Browse like normal

A small bubble appears in the corner of every site. It knows how many other SiteTalk users are on that exact page, right now.

03

Say something

Tap the bubble and start typing — or hold the mic for a quick voice note. Everyone currently on the page sees it instantly.

Built for the page you're already on

SiteTalk isn't a separate destination — it's a layer over the web you're already browsing.

Per-site rooms

Every hostname gets its own room automatically. No setup, no invite links — being on the same page is the invite.

Text & voice

Type a message or hold the mic for a short voice note. Both show up inline, timestamped, in the same thread.

50 messages of memory

New visitors see the last 50 messages, so a conversation has context instead of starting from silence every time.

Drag it anywhere

The panel is draggable and stays out of your way — read the page, glance at the chat, keep scrolling.

Anonymous or signed in

Start talking with a random guest name in seconds, or sign in once to keep the same identity everywhere you go.

Open source

The extension, the server, and this site are all on GitHub. Read the code, self-host it, or send a pull request.

Anonymous means anonymous

By default, SiteTalk gives your device a random guest name like “Quiet Otter” — nothing tied to your identity, no email, no account. Messages live only in the room for that site, and only the last 50 are kept. Choose to sign in only if you want a name that follows you between sites.

No tracking scripts. SiteTalk only talks to its own chat server — nothing else.
Minimal permissions. Just enough access to show the widget and know what page you're on.
You control the name. Change your guest name any time, per device.

Install it in under a minute

  1. Download or clone the SiteTalk repository.
  2. Open chrome://extensions and turn on Developer mode.
  3. Click Load unpacked and select the project folder.
  4. Pin the SiteTalk icon to your toolbar — you're live.
Get the source on GitHub
$ git clone https://github.com/yashahuja31/SiteTalk.git
$ cd SiteTalk/server
$ npm install
$ npm start
SiteTalk server listening on :8080