💬 Chat with anyone on any website.
Find a file
2024-11-14 22:55:29 +08:00
.github ci: delete submit store flow 2024-10-28 09:48:27 +08:00
.husky feat: support @user syntax 2024-10-27 09:02:56 +08:00
.vscode feat: peer message working! 2024-09-16 13:44:16 +08:00
src perf: compatible with rectangular icons 2024-11-14 22:55:29 +08:00
.commitlintrc chore(all): init config 2023-07-12 04:22:57 +08:00
.gitignore chore: 'update gitignore' 2024-10-21 18:41:40 +08:00
.npmrc feat: peer message working! 2024-09-16 13:44:16 +08:00
.nvmrc feat: peer message working! 2024-09-16 13:44:16 +08:00
.postcssrc fix: "use px units to fix small font-size in some websites root elements 2024-09-27 08:20:49 +08:00
.prettierrc chore: watch userInfo storage 2023-12-05 03:56:34 +08:00
.releaserc.mjs ci: delete submit store flow 2024-10-28 09:48:27 +08:00
CHANGELOG.md chore(release): 1.0.28 [skip ci] 2024-09-28 21:25:23 +00:00
components.json chore(header): beautify info card 2023-11-05 03:42:04 +08:00
eslint.config.ts feat: support @user syntax 2024-10-27 09:02:56 +08:00
LICENSE chore(all): init config 2023-07-12 04:29:46 +08:00
package.json feat: ranking of users supporting online websites Closes #48 2024-11-13 19:24:16 +08:00
pnpm-lock.yaml feat: ranking of users supporting online websites Closes #48 2024-11-13 19:24:16 +08:00
README.md docs: update readme 2024-11-01 07:09:44 +08:00
tailwind.config.ts feat: ranking of users supporting online websites Closes #48 2024-11-13 19:24:16 +08:00
tsconfig.json feat: use ualy avatar 2024-09-19 03:41:07 +08:00
wxt.config.ts fix: missing tabs permission 2024-10-16 02:00:24 +08:00

WebChat

GitHub License Chrome Web Store Version GitHub Release

Chat with anyone on any website

This is an anonymous chat browser extension that is decentralized and serverless, utilizing WebRTC for end-to-end encrypted communication. It prioritizes privacy, with all data stored locally.

The aim is to add chat room functionality to any website, you'll never feel alone again.

Install

Install from Store

Manual Installation

  1. Go to the GitHub repository (Releases)
  2. Click on the "Assets" button and select "web-chat-*.zip"
  3. Extract the ZIP file to a folder on your computer
  4. Open the extension management page in your browser (usually chrome://extensions/)
    • Enable "Developer mode"
    • Click "Load unpacked" and select the folder you just extracted

Use

After installing the extension, you'll see a ghost icon in the bottom-right corner of any website. Click it, and you'll be able to chat happily with others on the same site!

Video

https://github.com/user-attachments/assets/e7ac9b8e-1b6c-43fb-8469-7a0a2c09d450

Standing on the Shoulders of Giants

In addition to the good idea of decentralized chat, it also leverages some fantastic technologies.

  • remesh: A framework in JavaScript that implements DDD principles, achieving true separation of UI and logic, allowing for easy implementation of the UI part, such as rewriting it in Vue, due to its independence from the UI.

  • shadcn/ui: A beautiful UI library and a pioneer of the no-install concept, offering unmatched convenience in customizing styles.

  • wxt: This is the best framework Ive used for building browser extensions, bar none.

  • trystero: The core dependency for implementing decentralized communication, enabling connections to decentralized networks like IPFS, torrent, Nostr, etc.

  • Artico: A flexible set of libraries that help you create your own WebRTC-based solutions

  • ugly-avatar: Use it to create stunning random avatars.

License

This project is licensed under the MIT License - see the LICENSE file for details