- A Living Network
-
+ Use the Mycelium Stack Your Way
+
- Mycelium isn’t a platform.
- It’s the soil where a new internet grows — open, resilient, and alive.
+ Deploy infrastructure, run workloads, connect environments, and build distributed AI systems, all on one network designed for autonomy and control.
- The self-sovereign network powering the next internet.
+ Start wherever you are. Scale on your own terms.
-
-
diff --git a/src/pages/home/HomeArchitecture.tsx b/src/pages/home/HomeArchitecture.tsx
index 5fed25f..96db657 100644
--- a/src/pages/home/HomeArchitecture.tsx
+++ b/src/pages/home/HomeArchitecture.tsx
@@ -11,7 +11,7 @@ const deterministicCards = [
eyebrow: "Why It Matters",
title: "Built for a Sovereign Digital World",
description:
- "The current internet is a rent-seeking one. Mycelium builds one that belongs to everyone — where infrastructure, data, and intelligence stay with the people and organizations who create them.",
+ "The modern internet still runs on centralized platforms that own the servers, shape the rules, and extract the data. Mycelium gives you a way out. You operate the infrastructure. You keep the data. You decide the boundaries.",
animation: null,
colSpan: "lg:col-span-3",
rowSpan: "lg:row-span-1",
@@ -35,18 +35,29 @@ const deterministicCards = [
description:
"You own your data. Run services and AI models on your own devices, ensuring privacy and control.",
animation:
, // ✅ NEW
- colSpan: "lg:col-span-3",
+ colSpan: "lg:col-span-2",
rowSpan: "lg:row-span-1",
rounded: "lg:rounded-bl-4xl max-lg:rounded-b-4xl",
innerRounded: "lg:rounded-bl-[calc(2rem+1px)] max-lg:rounded-b-[calc(2rem+1px)]",
},
{
id: "healing",
- title: "No single point of control.",
+ title: "No single point of failure.",
description:
"No single entity can dictate or censor your online experience.",
animation:
, // ✅ NEW
- colSpan: "lg:col-span-3",
+ colSpan: "lg:col-span-2",
+ rowSpan: "lg:row-span-1",
+ rounded: "",
+ innerRounded: "",
+ },
+ {
+ id: "control",
+ title: "No single point of control.",
+ description:
+ "Infrastructure that moves with its operators, not a corporation.",
+ animation:
, // ✅ NEW
+ colSpan: "lg:col-span-2",
rowSpan: "lg:row-span-1",
rounded: "lg:rounded-br-4xl max-lg:rounded-b-4xl",
innerRounded: "lg:rounded-br-[calc(2rem+1px)] max-lg:rounded-b-[calc(2rem+1px)]",
diff --git a/src/pages/home/HomeAudience.tsx b/src/pages/home/HomeAudience.tsx
index 9607120..9bc7dd0 100644
--- a/src/pages/home/HomeAudience.tsx
+++ b/src/pages/home/HomeAudience.tsx
@@ -72,7 +72,10 @@ export function HomeAudience() {
The internet wasn’t built for sovereignty. Today, data, AI models, and identity
- live on centralized clouds — owned by a few. Mycelium brings infrastructure back
+ live on centralized clouds and owned by a few.
+
+
+ Mycelium brings infrastructure back
to people, communities, and nations: private, resilient, and cryptographically yours.
diff --git a/src/pages/home/HomeAurora.tsx b/src/pages/home/HomeAurora.tsx
index d77af34..3c05a2a 100644
--- a/src/pages/home/HomeAurora.tsx
+++ b/src/pages/home/HomeAurora.tsx
@@ -6,7 +6,7 @@ export function HomeAurora({ onGetStartedClick }: { onGetStartedClick: () => voi
{/* Boxed container */}
{/* Inner padding */}
@@ -27,11 +27,15 @@ export function HomeAurora({ onGetStartedClick }: { onGetStartedClick: () => voi
- The Living Network of the Next Internet
+ Private, distributed infrastructure built
+for digital sovereignty
+
+
- A new internet is emerging — private, distributed, and self-sovereign. Mycelium is the living network that makes it possible. A peer-to-peer foundation where people, data, and intelligence connect directly — without intermediaries, without compromise.
+
+Run your apps, data, and intelligence on infrastructure that belongs to you
diff --git a/src/pages/home/HomeMap.tsx b/src/pages/home/HomeMap.tsx
index fab26f3..c4ea97b 100644
--- a/src/pages/home/HomeMap.tsx
+++ b/src/pages/home/HomeMap.tsx
@@ -2,6 +2,13 @@
import WorldMap from "@/components/ui/world-map";
import { Eyebrow, H3, P } from "@/components/Texts";
+const stats = [
+ { id: 1, name: 'CORES', value: '54,958', description: 'Total Central Processing Unit cores available on the grid.' },
+ { id: 2, name: 'NODES', value: '1,493', description: 'Total number of nodes on the grid.' },
+ { id: 3, name: 'SSD CAPACITY', value: '5,388,956', description: 'Total GB of storage (SSD, HDD, & RAM) on the grid.' },
+ { id: 4, name: 'COUNTRIES', value: '44', description: 'Total number of countries with active nodes.' },
+]
+
export function HomeMap() {
return (
@@ -9,20 +16,22 @@ export function HomeMap() {
-
-
Mycelium Nodes
+
+
PROJECT MYCELIUM IS LIVE.
Host a Node, Grow the Network
- Mycelium runs on real nodes — hosted by people, communities, and enterprises across the world.
- Each one adds capacity, resilience, and sovereignty to the network — and earns rewards in return.
+ Mycelium runs on nodes hosted by people and organizations around the world.
+Each node adds compute, storage, and bandwidth, expanding the network’s capacity and resilience.
+
+
+You can share your idle resources and earn rewards when they are used.
+Configure it once. Your node takes over from there.
-
- Plug in once. It runs 24/7 — powering the network and earning autonomously.
-
-
+
+
{/* ✅ Match same side margins */}
-
+
+
+
+
+ {stats.map((stat) => (
+
+
-
+ {stat.name}
+
+
+
-
+ {stat.value}
+
+
+
+ {stat.description}
+
+
+ ))}
+
+
+
+
{/* ✅ Bottom horizontal line with spacing */}
diff --git a/src/pages/home/HomeTab.tsx b/src/pages/home/HomeTab.tsx
index d12625e..b3d84ce 100644
--- a/src/pages/home/HomeTab.tsx
+++ b/src/pages/home/HomeTab.tsx
@@ -3,125 +3,136 @@
import { Link } from "react-router-dom";
import { CP, CT, Eyebrow, H3, P } from "@/components/Texts";
-const bentoCards = [
- {
- id: 'network',
- title: 'Mycelium Network',
- eyebrow: 'Network',
- description: 'Encrypted peer-to-peer mesh networking across the globe.',
- image: '/images/bento-network.png',
- link: '/network',
- colSpan: 'lg:col-span-3',
- rowSpan: 'lg:row-span-1',
- rounded: 'lg:rounded-tl-4xl max-lg:rounded-t-4xl',
- innerRounded: 'lg:rounded-tl-[calc(2rem+1px)] max-lg:rounded-t-[calc(2rem+1px)]'
- },
- {
- id: 'agents',
- title: 'Mycelium Agents',
- eyebrow: 'Agents',
- description: 'Private, programmable AI systems that run on your hardware.',
- image: '/images/bento-agent.jpg',
- link: '/agents',
- colSpan: 'lg:col-span-3',
- rowSpan: 'lg:row-span-1',
- rounded: 'lg:rounded-tr-4xl',
- innerRounded: 'lg:rounded-tr-[calc(2rem+1px)]'
- },
- {
- id: 'cloud',
- title: 'Mycelium Cloud',
- eyebrow: 'Cloud',
- description: 'Deploy Kubernetes clusters on sovereign infrastructure.',
- image: '/images/bento-cloud.jpg',
- link: '/cloud',
- colSpan: 'lg:col-span-6',
- rowSpan: 'lg:row-span-1',
- rounded: 'rounded-lg',
- innerRounded: 'rounded-[calc(var(--radius-lg)+1px)]'
- },
- {
- id: 'compute',
- title: 'Mycelium Compute',
- eyebrow: 'Compute',
- description: 'The Compute resource layers powering the stack.',
- image: '/images/bento-compute.png',
- link: '/compute',
- colSpan: 'lg:col-span-2',
- rowSpan: 'lg:row-span-1',
- rounded: 'lg:rounded-bl-4xl',
- innerRounded: 'lg:rounded-bl-[calc(2rem+1px)]'
- },
- {
- id: 'storage',
- title: 'Mycelium Storage',
- eyebrow: 'Storage',
- description: 'The Storage resource layers powering the stack.',
- image: '/images/bento-storage.png',
- link: '/storage',
- colSpan: 'lg:col-span-2',
- rowSpan: 'lg:row-span-1',
- rounded: 'rounded-lg',
- innerRounded: 'rounded-[calc(var(--radius-lg)+1px)]'
- },
- {
- id: 'gpu',
- title: 'Mycelium GPU',
- eyebrow: 'GPU',
- description: 'The GPU resource layers powering the stack.',
- image: '/images/bento-gpu.jpg',
- link: '/gpu',
- colSpan: 'lg:col-span-2',
- rowSpan: 'lg:row-span-1',
- rounded: 'lg:rounded-br-4xl max-lg:rounded-b-4xl',
- innerRounded: 'lg:rounded-br-[calc(2rem+1px)] max-lg:rounded-b-[calc(2rem+1px)]'
- },
-];
-
export function HomeTab() {
return (
- {/* ✅ Top spacer + full-width line */}
+ {/* Top section separators */}
-
- {/* ✅ Section with vertical borders */}
-
-
Components
+ {/* Main content */}
+
+
Components
Explore the Stack
- Mycelium unifies everything the next generation internet needs — communication, cloud, and intelligence — into one seamless, privacy-first network anyone can join.
-From encrypted peer-to-peer communication to decentralized cloud and sovereign AI — everything runs on one seamless system.
-
+ Mycelium’s technology stack gives you everything you need to build and run applications
+ on a distributed network, from connectivity and compute to personal environments and AI.
-
- {bentoCards.map((card) => (
-
-
-
-

-
-
{card.eyebrow}
-
{card.title}
-
- {card.description}
-
+ {/* BENTO GRID LAYOUT — EXACT MATCH */}
+
+
+ {/* ------------------ LEFT TALL CARD ------------------ */}
+
+
+
+
+
+
LIVE
+ Mycelium Network
+
+ Peer-to-peer connectivity between users, nodes, and devices. The foundation for secure
+ communication and collaboration.
+
+
+
+ {/* Tall image container */}
+
+
+
-
-
- ))}
+
+
+
+
+
+ {/* ------------------ MIDDLE TOP ------------------ */}
+
+
+
+
+
+
Coming Soon
+ Mycelium Pods
+
+ Personal digital environments that never reset and stay under your control. Build, deploy,
+ and connect on your own terms.
+
+
+
+
+

+
+
+
+
+
+
+ {/* ------------------ MIDDLE BOTTOM ------------------ */}
+
+
+
+
+
+
Q1 2026
+ Mycelium Agents
+
+ Peer-to-peer AI that serves you, not your data. Train, deploy, and own your AI end-to-end.
+
+
+
+
+

+
+
+
+
+
+
+ {/* ------------------ RIGHT TALL ------------------ */}
+
+
+
+
+
+
Early Access
+ Mycelium Cloud
+
+ Decentralized compute, storage, and orchestration. A full cloud service without a central operator.
+
+
+
+
+
+

+
+
+
+
+
+
+
- {/* ✅ Bottom full-width line + spacer */}
+ {/* Bottom separators */}