- A decentralized, peer-to-peer social media platform where your voice can't be silenced.
- No big tech. No government control. Just pure, unfiltered freedom of expression.
-
-
-
-
- Coming Soon
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Why We're Building NoSys
-
-
-
-
-
-
-
-
Big Tech Censorship
-
Major platforms decide what you can and cannot say, silencing voices that don't fit their narrative.
-
-
-
-
-
-
-
-
Government Surveillance
-
Your data is constantly monitored, collected, and analyzed without your meaningful consent.
-
-
-
-
-
-
-
-
Time for Change
-
We deserve a platform that respects fundamental human rights and values true freedom of expression.
+ Connect with developers, contributors, and users who are building the future of decentralized social media
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
GitHub
+
+ View our source code, report issues, and contribute to development
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Discord
+
+ Chat with the community, get help, and discuss the platform
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Matrix
+
+ Decentralized chat alternative for those who prefer Matrix
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Issue Tracker
+
+ Report bugs, request features, and track development
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Support the Project
+
+
+
+ P2P Network is a 100% open-source project built by volunteers who believe in a free and decentralized
+ internet. Your donations help us cover development costs, infrastructure, and keep the project sustainable.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
GitHub Sponsors
+
+ Support us directly through GitHub's sponsorship program
+
+
+
+
+
+
+
+
+
+
+
+
+
Patreon
+
+ Become a patron and get exclusive updates and perks
+
+
+
+
+
+
+
+
+
+
+
+
+
Crypto
+
+ Donate using Bitcoin, Ethereum, or other cryptocurrencies
+
4.Or make AppImage executable: chmod +x p2p-network.AppImage
+
5.Run the application and complete setup
+
+
+
+
+
+
+
+
macOS Installation
+
+
1.Download the macOS .dmg file
+
2.Verify checksum using Terminal
+
3.Open the .dmg file and drag the app to Applications
+
4.Right-click the app and select Open to bypass Gatekeeper
+
5.Complete the initial setup and back up your keys
+
+
+
+
+
+
+
+
Android Installation
+
+
1.Enable "Install from Unknown Sources" in Android settings
+
2.Download the APK file to your device
+
3.Verify the checksum if possible
+
4.Tap the APK file to install
+
5.Open the app and create your account
+
+
+
+
+
+
+
+
+
+
+
+
+
Module Architecture
+
+ The P2P Network is built on a modular architecture where each module handles specific functionality. All
+ modules communicate through encrypted channels and respect the decentralized nature of the network.
+
+
+
+
+
Core Modules
+
+
+ core/network
+
Handles peer discovery, connection management, and network protocol
+
+
+ core/crypto
+
Manages encryption, key generation, and cryptographic operations
+
+
+
+ Important:
+ This application is fully decentralized. You must back up your encryption keys. Losing your private key
+ means permanent loss of access.
+
+
+
+ Experience true digital freedom with our fully decentralized P2P social network.
+ No central servers. No censorship. No surveillance. Just pure peer-to-peer connections.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Built on Three Core Principles
+
+ Our mission is to give you back control of your digital life
+
+
+
+
+
+
+
+
+
+
+
Privacy
+
+ End-to-end encryption ensures your data belongs only to you.
+ No corporate surveillance, no data mining, no third-party access.
+
+
+
+
+
+
+
+
+
+
Autonomy
+
+ You own your content, connections, and identity.
+ No platform can ban you, shadow ban you, or restrict your reach.
+
+
+
+
+
+
+
+
+
+
Decentralization
+
+ No single point of failure or control.
+ The network runs on peer-to-peer connections,
+ making it resilient and censorship-resistant.
+
+
+
+
+
+
+
+
+
+
+
Ready to Join the Revolution?
+
+ Download our app and experience a social network built for freedom, not profit.
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/HowItWorks.vue b/src/views/HowItWorks.vue
new file mode 100644
index 0000000..90ff3d2
--- /dev/null
+++ b/src/views/HowItWorks.vue
@@ -0,0 +1,368 @@
+
+
+
+
+
+
+
+ How Our P2P Network Works
+
+
+ Understanding the technology that makes decentralized social networking possible
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Peer-to-Peer
+
+
+
+ Direct Connections, No Middlemen
+
+
+
+
+ In traditional social media, all your data flows through corporate servers...
+
+
+
+ With P2P, you connect directly to other users.
+
+
+
+ This architecture makes the network censorship-resistant and resilient...
+
+
+
+
+
+
+
+
+
+
Traditional Model
+
+
User
+
→
+
+ Server
+
+
→
+
User
+
+
+ All data flows through corporate servers
+
+
+
+
+
P2P Model
+
+
+ Peer
+
+
↔
+
+ Peer
+
+
+
+ Direct connections between users
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
End-to-End Encryption
+
+ Messages are encrypted on your device...
+
+
+
+
+
Public Key Cryptography
+
+ Each user has a cryptographic identity...
+
+
+
+
+
Zero-Knowledge Architecture
+
+ The network operates without any central authority...
+
+
+
+
+
Secure by Default
+
+ All connections are encrypted automatically
+
+
+
+
+
+
+
+
+
+
+ Security
+
+
+
+ Military-Grade Encryption
+
+
+
+
+ Security isn't optional—it's fundamental to our network...
+
+
+ Unlike traditional platforms, our encryption ensures only recipients can read content.
+
+
+ Your identity is protected by cryptographic keys...
+
+
+
+
+
+
+
+
+
+
+
+
+
Understanding the Core Features
+
+ Our platform consists of key components...
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Waves (Posts)
+
+ Waves propagate through peer-to-peer connections...
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Currents (Comments)
+
+ Currents are replies that travel with Waves...
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Network Contracts
+
+ JSON-based rules define how the network operates...
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Modular Architecture
+
+ Our platform is built with independent modules...
+