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.

Hide-My-Email

🚨 Include Subscribe-Anonymously for your newsletter in the same way.

Subscribe Anonymously

We’d love to get community feedback.

Follow our community for the latest updates.

Look Under The Hood: (edit)

  • When a user requests to generate an email alias, a popup would appear (similar to “Sign In With Apple”) prompting the user to sign in with Privacy Portal in order to authorize generating and filling the email alias.
  • As mentioned in the library’s Github page, an account is required in order for Privacy Portal to be able to forward emails to your personal email address.
  • Privacy Portal has a transparent and fair business model that allows small creators and businesses to use our services free of charge under a certain usage threshold.
  • Privacy Portal is built for privacy and processes all emails in memory without writing them to disk. It does not store, collect, share, nor sell any user data. Privacy Policy
  • Users can sign up on Privacy Portal with an anonymous email address for even more privacy.
  • Email Aliases generated for a particular website can only relay emails authorized by said website and are unusable by other third parties making it a perfect solution for eliminating spam, and email sharing accross websites.
  • A_norny_mousse@feddit.org
    link
    fedilink
    arrow-up
    10
    arrow-down
    1
    ·
    edit-2
    10 hours ago

    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.

    edit: according to OP’s answer it is as I thought. Yet another company that collects data both on sites and their visitors. Another iteration of the good old Free model a lá Google.

    edit2: my personal recommendation is still that people get themselves at least one extra email account with plus-addressing. From a trusted provider of course.

    • Inf_V@kbin.earth
      link
      fedilink
      arrow-up
      6
      ·
      11 hours ago

      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.

      • theRealDonaldDuck@lemmy.mlOP
        link
        fedilink
        English
        arrow-up
        6
        arrow-down
        1
        ·
        11 hours ago

        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

        • theRealDonaldDuck@lemmy.mlOP
          link
          fedilink
          English
          arrow-up
          2
          ·
          10 hours ago

          We like the skepticism. 😀 Hope the following clarifies things a bit:

          1. The repo contains the privacy-kit library code under the /src directory.
          2. The website files in the repo are test files used by contributors to test the library.
          3. The code from the repo is packaged into an npm library as mention in the README.md.
          4. The privacy-kit-*.js are the built library assets that you can build by running 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.

    • theRealDonaldDuck@lemmy.mlOP
      link
      fedilink
      English
      arrow-up
      3
      arrow-down
      2
      ·
      edit-2
      10 hours ago

      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:

      Edit:

      • We do not collect data from sites and users as claimed by A_norny_mousse@feddit.org.
      • We do not have a free business model (a la Google) either. We have a transparent and fair business model. We offer our OAuth services free under a threshold in order to allow small creators and businesses to benefit from our privacy features.
      • We’re a small team with a lot software experience aiming to make something good.