Memdeklaro - Self declaration of identity (https://memdeklaro.org/) empowers people to self-declare their own identity, without third parties, surveillance or censorship. Aiming to present an alternative to the exclusionary state monopoly on identity, Memdeklaro is accessible to everyone, and is a non-government and non-corporate project, similar to Garry Davis’s World Passport and Digitalcourage’s ID with self-chosen data. Memdeklaro’s self declaration generator, ebook, presentation and webpage are in the public domain: https://github.com/memdeklaro



This looks vibe coded.
also isn’t this sort of the purpose of things like GPG
Genuinely, I had a look at the source code and I could not get your gist. How can you tell?
It’s hard to say with certainty, maybe I’m just nitpicking or the developer isn’t very experienced, but there are a few things that could hint towards it (for context, I’m a web developer):
<!DOCTYPE html>and missing closing tags for the<body>and for a<div>element<meta name="robots" content="index, follow">but therobots.txtfile that’s present does not match with its content<meta itemprop="..." ...>: I have never actually seen this attribute before, apparently this is meant for SEO but I don’t think any modern website uses itmargin: 0 auto; margin-top: 60px; margin-bottom: 80px;varstatements instead oflet/constThat’s what I gathered after skimming through the
index.htmlfile.Edit: I forgot to point out that the design of https://memdeklaro.org/ looks extremely vibe coded as well.