diff --git a/index.html b/index.html
index 16bbdff..45742ae 100644
--- a/index.html
+++ b/index.html
@@ -291,7 +291,12 @@
];
const pledges = [
- // add here
+ {
+ name: "NextGraph.org",
+ date: "Jan 13, 2025",
+ website: "https://NextGraph.org",
+ statement: "NextGraph.org is committed to data portability at its core, as it even goes further and beyond federation, for a truly decentralized network. It does guarantee perfect privacy as everything is encrypted end to end. The upcoming work on implementing a social platform we have planned, will uphold the principles listed in the Digital Platform Charter of Rights, as we strongly support diversity, minority communities and safety for everyone."
+ },
];
function createArticleElement(article, index) {