From 1950342b7afbda11268f36167842be232542755f Mon Sep 17 00:00:00 2001 From: sasha-astiadi Date: Fri, 14 Nov 2025 16:16:00 +0100 Subject: [PATCH] feat: simplify network page messaging and update feature descriptions - Streamlined hero and features sections with clearer, more direct value propositions - Updated network capabilities to emphasize unified connectivity over technical details - Replaced technical feature descriptions with user-focused benefits (DNS, VPN, publishing, AI) --- src/pages/network/Features.tsx | 6 +-- src/pages/network/Hero.tsx | 12 +++--- src/pages/network/NetworkCapabilities.tsx | 18 ++++----- src/pages/network/PrimaryFeatures.tsx | 6 +-- src/pages/network/SecondaryFeatures.tsx | 48 +++++++++++------------ 5 files changed, 42 insertions(+), 48 deletions(-) diff --git a/src/pages/network/Features.tsx b/src/pages/network/Features.tsx index 214c2a7..ae619cd 100644 --- a/src/pages/network/Features.tsx +++ b/src/pages/network/Features.tsx @@ -18,10 +18,10 @@ export function Features() { Core Components

Network Capabilities

- Built for resilience and autonomy, the Mycelium Network dynamically connects nodes through intelligent routing, proxy discovery, and decentralized delivery. + Built for resilience, performance, and autonomy.

-

- Each component — from message passing to content distribution — works in harmony to create a fully self-healing, self-optimizing data mesh. +

+ Nodes connect through intelligent routing, peer discovery, and decentralized delivery to create a continuously optimized data mesh.

diff --git a/src/pages/network/Hero.tsx b/src/pages/network/Hero.tsx index 8ceb0df..d6354e7 100644 --- a/src/pages/network/Hero.tsx +++ b/src/pages/network/Hero.tsx @@ -80,22 +80,20 @@ export function Hero() {

- Mycelium Network + MYCELIUM NETWORK

- Encrypted Peer-to-Peer Connectivity Across the Globe + The Network Stack for Private, Autonomous Networking

- Mycelium Network provides an unbreakable sovereign IPv6 mesh that connects people, nodes, and applications directly, with no central servers. + Connect once. Get private networking, censorship-resistant publishing, and on-network AI in one encrypted fabric.

- Works Alone. Works Together. - Mycelium Network can be used standalone, or together with Mycelium Cloud - for full-stack sovereignty. + Your Pod is your personal gateway to the network.

@@ -47,7 +45,7 @@ export function NetworkCapabilities() { End-to-End Encrypted Mesh

- Every packet is encrypted and routed peer-to-peer — no intermediaries, no sniffing, no compromise. + Every packet is encrypted and routed peer-to-peer. No intermediaries, no data sniffing, no compromise.

@@ -59,7 +57,7 @@ export function NetworkCapabilities() { Global IPv6 Address Space

- Every node, app, and microservice gets an address — solving discovery, routing, and NAT issues forever. + Every node, app, and microservice gets a unique global address. Permanently solves discovery, routing, and NAT issues.

@@ -68,10 +66,10 @@ export function NetworkCapabilities() {

- Self-Healing Routing + Dynamic Pathfinding

- Traffic automatically finds the fastest path, dynamically re-routing around failures or congestion. + Traffic automatically finds the fastest route, re-routing around failures or congestion in real time.

@@ -83,7 +81,7 @@ export function NetworkCapabilities() { No Central Control

- No servers to trust, no corporate choke points, and no authority that can turn you off. + No corporate servers, no authority that can disable or censor the network.

diff --git a/src/pages/network/PrimaryFeatures.tsx b/src/pages/network/PrimaryFeatures.tsx index 66112ce..ac71107 100644 --- a/src/pages/network/PrimaryFeatures.tsx +++ b/src/pages/network/PrimaryFeatures.tsx @@ -264,7 +264,7 @@ function FeaturesDesktop() { {feature.name} - + {feature.description}
@@ -419,9 +419,7 @@ export function PrimaryFeatures() { How Mycelium Operates

- Mycelium, like its natural namesake, thrives on decentralization, - efficiency, and security, making it a truly powerful force in the world - of decentralized networks. + Your device connects to an encrypted peer-to-peer mesh that automatically handles routing, discovery, and communication.

diff --git a/src/pages/network/SecondaryFeatures.tsx b/src/pages/network/SecondaryFeatures.tsx index 816464d..7c65d21 100644 --- a/src/pages/network/SecondaryFeatures.tsx +++ b/src/pages/network/SecondaryFeatures.tsx @@ -4,41 +4,41 @@ import { CP } from '@/components/Texts' const features = [ { - name: 'Quantum Safe Storage Functionality', + name: 'Sovereign DNS', description: - "Mycelium's quantum safe storage enables flexible, scalable, and efficient data distribution across a decentralized network, ensuring redundancy and security.", - icon: DeviceArrowIcon, - }, - { - name: 'Entry and Exit Points for AI Workloads', - description: - 'Seamlessly connect AI applications to Mycelium, providing optimized and secured data pipelines for training, inference, and real-time processing.', - icon: DeviceCardsIcon, - }, - { - name: 'Data Storage and Retrieval Mechanisms', - description: - 'Users can choose between storing data locally for quick access or utilizing the distributed grid for enhanced scalability and resilience.', - icon: DeviceClockIcon, - }, - { - name: 'Integrated Name Services (DNS)', - description: - 'The Integrated DNS system efficiently finds the shortest path between users and websites, automatically balancing loads and identifying alternative routes in case of internet issues.', + 'Human-readable names secured by your keypair, not a registrar. Unblockable discovery, private namespaces, and instant resolution across PODs.', icon: DeviceListIcon, }, { - name: 'Frontend/Backend Integration', + name: 'Integrated VPN (Desktop)', description: - 'Mycelium provides seamless integration with existing applications, enabling developers to leverage decentralized storage across both frontend and backend architectures.', + 'Connect securely from anywhere. No setup and no servers needed. Peer-to-peer routing delivers local speed and global reach.', icon: DeviceLockIcon, }, { - name: 'CDN (Content Delivery Network)', + name: 'Unstoppable Publishing', description: - 'Mycelium accelerates data distribution by acting as a decentralized CDN, ensuring fast, secure, and efficient content delivery across global nodes with minimal latency.', + 'Host sites or services directly from your POD. Signed content, geo-aware delivery, and built-in resistance to takedowns.', icon: DeviceChartIcon, }, + { + name: 'AI-Driven Search', + description: + 'Private, semantic search across your own data and sites. Indexes locally, shares results securely, and retrieves instantly on-edge.', + icon: DeviceArrowIcon, + }, + { + name: 'Private Chat', + description: + 'Peer-to-peer messaging with zero metadata and zero servers. Works offline through nearby peers and is encrypted end-to-end.', + icon: DeviceCardsIcon, + }, + { + name: 'On-Network AI', + description: + 'Run LLMs and AI tools directly inside the network. Keep data local, distribute workloads, and build your own autonomous agents.', + icon: DeviceClockIcon, + }, ] function DeviceArrowIcon(props: React.ComponentPropsWithoutRef<'svg'>) {