An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

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.