💬 Chat with anyone on any website.
Find a file
semantic-release-bot 4227d79d86 chore(release): 1.0.4 [skip ci]
## [1.0.4](https://github.com/molvqingtai/WebChat/compare/v1.0.3...v1.0.4) (2024-09-27)

### Bug Fixes

* add .zip to assets ([273f1a3](273f1a33de))
2024-09-27 10:48:55 +00:00
.github ci: configure workflows 2024-09-27 17:33:36 +08:00
.husky ci: use semantic-release 2024-09-27 16:10:51 +08:00
.vscode feat: peer message working! 2024-09-16 13:44:16 +08:00
src ci: configure workflows 2024-09-27 16:52:23 +08:00
.commitlintrc chore(all): init config 2023-07-12 04:22:57 +08:00
.gitignore perf: optimize style and update deps 2024-09-25 01:25:02 +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 fix: add .zip to assets 2024-09-27 18:47:24 +08:00
CHANGELOG.md chore(release): 1.0.4 [skip ci] 2024-09-27 10:48:55 +00:00
components.json chore(header): beautify info card 2023-11-05 03:42:04 +08:00
eslint.config.ts perf: add animation effects and add self join message 2024-09-26 08:14:55 +08:00
LICENSE chore(all): init config 2023-07-12 04:29:46 +08:00
package.json ci: configure workflows 2024-09-27 16:59:51 +08:00
pnpm-lock.yaml ci: configure workflows 2024-09-27 16:48:46 +08:00
README.md chore: update readme 2024-09-27 15:50:19 +08:00
tailwind.config.ts perf(options): add meteors effect 2024-09-27 06:00:24 +08:00
tsconfig.json feat: use ualy avatar 2024-09-19 03:41:07 +08:00
wxt.config.ts chore: update config 2024-09-27 13:53:50 +08:00

WebChat

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 goal is to address the issue of delayed replies on websites by adding instant messaging capabilities to any site, allowing for chatting anytime, anywhere.

Example

Example

Standing on the Shoulders of Giants

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

  • remesh: A frontend framework that implements DDD principles in code, achieving true separation of UI and logic. This provides a robust structure that can be easily migrated to other frontend frameworks like Vue.

  • shadcn/ui: A beautiful UI library and a pioneer of no-install options, with unmatched ease of 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.

License

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