https://github.com/saleel/stealthnote
StealthNote is an application for people in an organization to anonymously broadcast messages.
https://github.com/saleel/stealthnote
Last synced: 10 days ago
JSON representation
StealthNote is an application for people in an organization to anonymously broadcast messages.
- Host: GitHub
- URL: https://github.com/saleel/stealthnote
- Owner: saleel
- License: mit
- Created: 2024-09-15T03:38:00.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-05-11T22:35:01.000Z (14 days ago)
- Last Synced: 2025-05-11T23:25:06.225Z (13 days ago)
- Language: TypeScript
- Homepage: https://stealthnote.xyz/
- Size: 23.5 MB
- Stars: 40
- Watchers: 1
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-noir - StealthNote - message board for people in an organization to anonymously broadcast messages (Projects / Social)
README
# StealthNote
StealthNote is a platform to anonymously post messages while proving you belong to an organization -
without revealing who you are.We use [Zero Knowledge Proofs](https://en.wikipedia.org/wiki/Zero-knowledge_proof) to prove that you have a valid Google Workspace account from your organization, while keeping your email address and other details private.
The messages you post cannot be "easily" linked to you.
Try it out at [stealthnote.xyz](https://stealthnote.xyz).
Read how it works [here](https://saleel.xyz/blog/stealthnote/).
## Contributing
This project is open source and is licenced under the MIT License. Feel free to fork the repository and build similar applications.
If you find any bugs or have any suggestions, please raise an issue. Do not create a PR without raising an issue first, as the code is not in a position to accept major contributions yet.