Clearnet View
·
Tor View
Privnote is a secure, open source and zero javascript note sharing service inspired by PrivNote written in rust & svelte.
Report Bug
·
Request Feature
Privnote is a secure, open-source note sharing service inspired by PrivNote. This project is unique because it's built with Svelte but emits zero JavaScript, ensuring a lightweight and fast user experience. The backend is powered by Axum, a highly performant web application framework.
Here's why you should consider using or contributing to Privnote:
Privnote is not just another note sharing service. It's designed to be secure, efficient, and user-friendly.
The major frameworks/libraries used to bootstrap this project include:
To get a local copy of Privnote up and running, follow these steps:
git clone https://github.com/0-don/privnote.git
cd privnote
cd server && cargo run
yarn
yarn dev
Privnote is a secure, open-source note sharing service. You can use it to share notes securely with others. Simply write your note, generate a link, and share it. The note will self-destruct after being read.
See the open issues for a list of proposed features and known issues.
Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
git checkout -b feature/AmazingFeature
)git commit -m 'Add some AmazingFeature'
)git push origin feature/AmazingFeature
)Project Link: https://github.com/0-don/privnote