Privacy-Kit is Privacy Portal’s latest FOSS tool aiming to bring privacy to the masses.
🚨 Add a Hide-My-Email feature to your site with one line of code.
🚨 Include Subscribe-Anonymously for your newsletter in the same way.
We’d love to get community feedback.
Follow our community for the latest updates.
Regarding those screenshots:
But then visitors immediately have to create an account with pportal.io to actually get at the newsletter/sign-up/etc.?
I had a quick look at your main page but it did not answer that question.
I understand that a web dev who wants to offer this has to open an account or get an api key of they want to use your service.
Also I could not find a link to the git repo.
When a visitor requests to generate an Email Alias using Hide-My-Email or Subscribe-Anonymously, a popup will appear with an OAuth Authentication page using the Privacy Portal OAuth provider. Once authenticated, the email alias will be filled in the email input in the case of Hide-My-Email or the user would get automatically subscribed to the newsletter using an alias in the case of Subscribe-Anonymously.
If the user already has a Privacy Portal account, they just need to sign in otherwise they would need to register a free account.
This information is available in the links included in the post (you can click on the “Privacy-Kit” link in the post for the Github Page.)
For easy access here are all the links included in the post:
this site seems super sketch in general looking at the original privacy portal. on the github page there’s no listed contributers besides themselves with a MIT license, and they only have two things, a mail service thing and a file app with a rather barebones site in general.
just looks weird
edit: also, the description is kinda misleading it’s not a “for the masses” type thing it’s just for site owners and two rather basic things.
The contributors graph looks fun: https://github.com/privacyportal/privacy-kit/graphs/contributors
It’s been “developed” for about a week.
The repo itself is a little beyond me, most of it seems to be just a website (web app), but I notice this: https://github.com/privacyportal/privacy-kit/blob/production/package.json which seems to pull in something called
privacy-kit-*.js
from some npm repo I guess?Where is the source, where is the code?
We like the skepticism. 😀 Hope the following clarifies things a bit:
npm run build
.Feel free to ask any questions for more clarification. Also the library is tiny it’s designed to have zero dependencies and no impact on website performance.
We usually don’t trust new services either but here are a few points that might address your concerns:
The privacy-kit library was just announced yesterday. There are no external contributors yet but it’s open source and anyone is welcome to help make it better.
“for the masses” means that it doesn’t require high technical skills and anyone can include it to their website. This is one of our goals: democratizing online privacy.
Our website is simple on purpose. We aim to keep it this way. We build everything from scratch to reduce external dependencies to the strict minimum.
We’re also contributors to Lemmy and other select FOSS projects: https://github.com/LemmyNet/lemmy/pull/4881