0d14020a8e
## [1.0.26](https://github.com/molvqingtai/WebChat/compare/v1.0.25...v1.0.26) (2024-09-28) ### Bug Fixes * release flow ([ |
||
---|---|---|
.github | ||
.husky | ||
.vscode | ||
src | ||
.commitlintrc | ||
.gitignore | ||
.npmrc | ||
.nvmrc | ||
.postcssrc | ||
.prettierrc | ||
.releaserc.mjs | ||
CHANGELOG.md | ||
components.json | ||
eslint.config.ts | ||
LICENSE | ||
package.json | ||
pnpm-lock.yaml | ||
README.md | ||
tailwind.config.ts | ||
tsconfig.json | ||
wxt.config.ts |
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
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 I’ve 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