-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject.json
More file actions
34 lines (33 loc) · 1.11 KB
/
project.json
File metadata and controls
34 lines (33 loc) · 1.11 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"name": "FreePress",
"tagline": "Private, Censorship-Proof, Autonomous Publishing for Everyone",
"description": "FreePress is a revolutionary decentralized publishing platform that enables individuals and communities to run their own publication locally without relying on centralized servers. It combines WordPress/Ghost CMS with privacy-preserving technologies like Tor, IPFS, and Waku/libp2p to create a truly resilient, anonymous publishing system. Users can publish content that remains accessible even when their node goes offline, discover other publishers through decentralized discovery mechanisms, and protect their identity through onion routing—all without technical complexity.",
"team": [
{
"name": "Shubham-Rasal",
"email": "bluequbits@gmail.com"
}
],
"demo_url": "",
"video_url": "",
"technologies": [
"Docker",
"Docker Compose",
"React",
"Vite",
"Next.js",
"Node.js",
"Express",
"WordPress",
"Ghost",
"Tor",
"IPFS",
"Waku",
"libp2p",
"SQLite",
"Tailwind CSS",
"Ed25519",
"TweetNaCl",
"shadcn/ui"
]
}