diff --git a/src/pages/agents/DeploySection.tsx b/src/pages/agents/DeploySection.tsx
index 9cf0cae..8e9abbb 100644
--- a/src/pages/agents/DeploySection.tsx
+++ b/src/pages/agents/DeploySection.tsx
@@ -1,9 +1,8 @@
-'use client'
+"use client";
-import { useRef } from 'react'
-import { motion, useInView } from 'framer-motion'
-import { SectionHeader, P, Eyebrow, CT, CP } from '@/components/Texts'
-import { TbCircleNumber1Filled, TbCircleNumber2Filled, TbCircleNumber3Filled } from 'react-icons/tb'
+import { motion } from "framer-motion";
+import { SectionHeader, P, Eyebrow, CT, CP } from "@/components/Texts";
+import { TbCircleNumber1Filled, TbCircleNumber2Filled, TbCircleNumber3Filled } from "react-icons/tb";
const features = [
{
@@ -23,24 +22,22 @@ const features = [
'Set up and manage your nodes with ease. Scale compute and storage as you grow, while staying fully sovereign and decentralized.',
icon: TbCircleNumber3Filled,
},
-]
+];
export function DeploySection() {
- const ref = useRef(null);
- const isInView = useInView(ref, { once: true });
-
return (
-
+
Get Started
- Deploy Scalable LLMs and AI Agents in Seconds
+ Deploy Scalable LLMs and AI Agents
Launch and scale intelligence on your own terms. Mycelium Cloud makes it simple to deploy models, integrate knowledge, and run everything on a network you control.
@@ -48,25 +45,31 @@ export function DeploySection() {
{features.map((feature, index) => (
-
- {feature.name}
- {feature.description}
+
+
+ {feature.name}
+
+
+ {feature.description}
+
))}
- )
+ );
}
diff --git a/src/pages/cloud/CloudCTA.tsx b/src/pages/cloud/CloudCTA.tsx
index 20dd89e..176fcd4 100644
--- a/src/pages/cloud/CloudCTA.tsx
+++ b/src/pages/cloud/CloudCTA.tsx
@@ -5,29 +5,27 @@ export function CloudCTA() {
return (
-
-
-
- Ready Today
-
-
- Join thousands of developers and DevOps engineers who trust Mycelium Cloud for their production workloads.
-
-
- Revolutionary Kubernetes automation, deterministic compute, and quantum-safe storage—delivered as a turnkey platform so your team can deploy, scale, and operate cloud-native applications with confidence.
-
-
-
- Start Deploying
-
-
+
+
+ Ready Today
+
+
+ Join thousands of developers and DevOps engineers who trust Mycelium Cloud for their production workloads.
+
+
+ Revolutionary Kubernetes automation, deterministic compute, and quantum-safe storage—delivered as a turnkey platform so your team can deploy, scale, and operate cloud-native applications with confidence.
+
+
+
+ Start Deployment
+
diff --git a/src/pages/cloud/CloudHero.tsx b/src/pages/cloud/CloudHero.tsx
index 528fe64..eb8fad3 100644
--- a/src/pages/cloud/CloudHero.tsx
+++ b/src/pages/cloud/CloudHero.tsx
@@ -88,19 +88,10 @@ export function CloudHero() {
Mycelium Cloud blends deterministic compute with quantum-safe storage, delivering a sovereign platform built for zero-ops automation.
-
- Start Deploying
-
-
- View Documentation
+
+ Start Deployment
+
diff --git a/src/pages/cloud/CloudOverview.tsx b/src/pages/cloud/CloudOverview.tsx
index 2d40813..0717262 100644
--- a/src/pages/cloud/CloudOverview.tsx
+++ b/src/pages/cloud/CloudOverview.tsx
@@ -48,12 +48,12 @@ export function CloudOverview() {
{focusAreas.map((item) => (
-
+
{item.title}
-
+
{item.description}
diff --git a/src/pages/cloud/SecurityPillars.tsx b/src/pages/cloud/SecurityPillars.tsx
index 256c659..218b101 100644
--- a/src/pages/cloud/SecurityPillars.tsx
+++ b/src/pages/cloud/SecurityPillars.tsx
@@ -45,7 +45,7 @@ export function SecurityPillars() {
{pillars.map((pillar) => (
{pillar.title}
diff --git a/src/pages/download/DevHub.tsx b/src/pages/download/DevHub.tsx
new file mode 100644
index 0000000..ab4ea0c
--- /dev/null
+++ b/src/pages/download/DevHub.tsx
@@ -0,0 +1,69 @@
+'use client'
+
+import {
+ BookOpenIcon,
+ ChatBubbleOvalLeftEllipsisIcon,
+ LifebuoyIcon,
+ UserGroupIcon,
+} from '@heroicons/react/24/outline'
+
+const features = [
+ {
+ name: 'Documentation',
+ description: 'Documentation for Mycelium.',
+ href: 'https://threefold.info/mycelium_network/docs/',
+ icon: BookOpenIcon,
+ },
+ {
+ name: 'Support',
+ description: 'Talk to an expert.',
+ href: 'https://threefoldfaq.crisp.help/en/',
+ icon: LifebuoyIcon,
+ },
+ {
+ name: 'Forum',
+ description: 'Forum for all your questions.',
+ href: 'https://forum.threefold.io/',
+ icon: ChatBubbleOvalLeftEllipsisIcon,
+ },
+ {
+ name: 'Community',
+ description: 'Join our Developers community on telegram.',
+ href: 'https://t.me/threefoldtesting',
+ icon: UserGroupIcon,
+ },
+]
+
+export function DevHub() {
+ return (
+
+
+
+
+
Get Started
+
Developer Hub
+
+ Our Developer Hub is a resource center for developers looking to build on top of Mycelium.
+ Join our Developers community on telegram to get started.
+
+
+
+ {features.map((feature) => (
+
+
+ {feature.name}
+ {feature.description}
+
+ ))}
+
+
+
+
+ )
+}
diff --git a/src/pages/download/DownloadHero.tsx b/src/pages/download/DownloadHero.tsx
new file mode 100644
index 0000000..e9318e0
--- /dev/null
+++ b/src/pages/download/DownloadHero.tsx
@@ -0,0 +1,104 @@
+'use client'
+
+import { motion } from 'framer-motion'
+
+import appleIcon from '@/images/apple.svg'
+import windowsIcon from '@/images/windows.svg'
+import androidIcon from '@/images/android.svg'
+import linuxIcon from '@/images/linux.svg'
+
+const features = [
+ {
+ name: 'Download for iOS & MacOS',
+ description: 'Download Mycelium App from the Apple Store.',
+ href: 'https://apps.apple.com/us/app/mycelium-network/id6504277565',
+ icon: appleIcon,
+ alt: 'Apple logo',
+ },
+ {
+ name: 'Download for Windows',
+ description: 'Download the Mycelium App for Windows directly from its Github repository.',
+ href: 'https://github.com/threefoldtech/myceliumflut/releases',
+ icon: windowsIcon,
+ alt: 'Windows logo',
+ },
+ {
+ name: 'Download for Android',
+ description: 'Download Mycelium from the Google Play Store.',
+ href: 'https://play.google.com/store/apps/details?id=tech.threefold.mycelium&pli=1',
+ icon: androidIcon,
+ alt: 'Android logo',
+ },
+ {
+ name: 'Download for Linux',
+ description: 'Download the Mycelium binary for Linux directly from its Github repository.',
+ href: 'https://github.com/threefoldtech/mycelium/releases',
+ icon: linuxIcon,
+ alt: 'Linux logo',
+ },
+]
+
+export function DownloadHero() {
+ return (
+
+
+
+
+ Download Mycelium Network
+
+
+ Get Mycelium Network for Android, Windows, macOS, and iOS to securely connect, store, and interact with the decentralized network—seamlessly and efficiently. Not sure how it works?{' '}
+
+ Read the manual.
+
+
+
+
+
+ {features.map((feature) => (
+
+ ))}
+
+
+
+
+ )
+}
diff --git a/src/pages/download/DownloadPage.tsx b/src/pages/download/DownloadPage.tsx
new file mode 100644
index 0000000..669aea3
--- /dev/null
+++ b/src/pages/download/DownloadPage.tsx
@@ -0,0 +1,17 @@
+import { AnimatedSection } from '@/components/AnimatedSection'
+
+import { DownloadHero } from './DownloadHero'
+import { DevHub } from './DevHub'
+
+export default function DownloadPage() {
+ return (
+ <>
+
+
+
+
+
+
+ >
+ )
+}
diff --git a/src/pages/home/CallToAction.tsx b/src/pages/home/CallToAction.tsx
index f812f67..106d4a5 100644
--- a/src/pages/home/CallToAction.tsx
+++ b/src/pages/home/CallToAction.tsx
@@ -14,14 +14,17 @@ export function CallToAction() {
- Build the Future, Today
+ Activate Your Sovereign Mycelium Stack
- Ready to reclaim your digital freedom? Start building on a cloud that’s autonomous, efficient, and truly yours. Explore the documentation or join our community to get started.
+ Provision cloud workloads, mesh them through the encrypted Mycelium Network, and unlock AI experiences without surrendering control of your infrastructure or your data.
-
- Start Building
+
+ Start Deployment
+
+
+ Get Mycelium Connector
- Mycelium delivers enterprise-grade AI agents with unmatched customizability and the fastest time to production — all in the agent platform designed for real business use cases.
+ Mycelium delivers enterprise-grade AI experiences that run on sovereign compute and the Mycelium Network, so production agents can reason over private data, collaborate across sites, and stay fully under your governance.
diff --git a/src/pages/home/HomeAurora.tsx b/src/pages/home/HomeAurora.tsx
index 3c35c41..3985f83 100644
--- a/src/pages/home/HomeAurora.tsx
+++ b/src/pages/home/HomeAurora.tsx
@@ -1,35 +1,37 @@
"use client";
-import { motion } from "framer-motion";
-import { H1, H2, H3, H4, H5 } from "@/components/Texts";
+import { H1, H5 } from "@/components/Texts";
import { ScrollDownArrow } from '@/components/ScrollDownArrow';
export function HomeAurora() {
return (
-
-
-
Decentralized Autonomous Agentic Cloud.
-
-
-
Mycelium Project is a decentralized platform for autonomous AI, powered by distributed compute, sovereign memory, encrypted networking, and stateless GPU orchestration.
-
-
-
-
-
+
+
+
+
+ Project Mycelium.
+
+ Full Sovereignty for Cloud, Network & AI.
+
+
+
+
+
+ Build and run mission-critical workloads on distributed compute,
+ encrypted networking, and sovereign AI orchestration — all under your
+ control, without centralized gatekeepers.
+
+
+
+
+
+
);
}
diff --git a/src/pages/home/HomeBenefits.tsx b/src/pages/home/HomeBenefits.tsx
index 8dc3cca..0c79196 100644
--- a/src/pages/home/HomeBenefits.tsx
+++ b/src/pages/home/HomeBenefits.tsx
@@ -9,36 +9,30 @@ import { H2, P } from '@/components/Texts'
export function HomeBenefits() {
- const features = [
+ const features = [
{
title: "Sovereign",
description:
"Own your infrastructure and your data. Mycelium Cloud eliminates dependency on centralized providers, giving you full digital sovereignty.",
- icon:
,
- className:
- "col-span-1 lg:col-span-4 border-b lg:border-r dark:border-neutral-800",
+ icon:
,
},
{
title: "Autonomous",
description:
"The cloud that runs itself. From deployment to scaling, Mycelium Cloud automates everything — so your systems stay fast, resilient, and adaptive.",
- icon:
,
- className: "border-b col-span-1 lg:col-span-2 dark:border-neutral-800",
+ icon:
,
},
{
title: "Energy Efficient",
description:
"Built on distributed nodes designed for minimal energy use, Mycelium Cloud redefines sustainability without compromising performance.",
- icon:
,
- className:
- "col-span-1 lg:col-span-3 lg:border-r dark:border-neutral-800",
+ icon:
,
},
{
title: "Cost Efficient",
description:
"No middlemen. No inflated bills. Just pure compute power at a fraction of traditional cloud costs — optimized, transparent, and fair.",
- icon:
,
- className: "col-span-1 lg:col-span-3 border-b lg:border-none",
+ icon:
,
},
];
return (
@@ -49,18 +43,20 @@ export function HomeBenefits() {
- Mycelium Cloud isn’t just another cloud — it’s a new foundation for digital independence. A self-governing, AI-powered infrastructure that gives you control, efficiency, and trust without compromise.
+ Project Mycelium is a new foundation for digital independence. A self-governing, AI-powered infrastructure that gives you control, efficiency, and trust without compromise.
-
- {features.map((feature) => (
-
- {feature.title}
- {feature.description}
-
- ))}
+
+
+ {features.map((feature) => (
+
+ {feature.title}
+ {feature.description}
+
+ ))}
+
@@ -75,7 +71,7 @@ const FeatureCard = ({
className?: string;
}) => {
return (
-
+
{children}
);
@@ -85,7 +81,7 @@ const FeatureTitle = ({ children, icon }: { children?: React.ReactNode, icon?: R
return (
@@ -96,8 +92,8 @@ const FeatureDescription = ({ children }: { children?: React.ReactNode }) => {
return (
diff --git a/src/pages/home/HomeGlobe.tsx b/src/pages/home/HomeGlobe.tsx
index 69fdacf..5dbf5ee 100644
--- a/src/pages/home/HomeGlobe.tsx
+++ b/src/pages/home/HomeGlobe.tsx
@@ -27,14 +27,15 @@ export function WorldMap() {
{/* Title + Subtitle */}
- Network
- Mycelium Network is Live.
+ Decentralized Network
+ Project Mycelium is Live.
- Mycelium Cloud's advancement technology enables anyone to deploy
+ Project Mycelium's technology enables anyone to deploy
their own Internet infrastructure, anywhere.
@@ -44,8 +45,9 @@ export function WorldMap() {
{/* Globe Left Column */}
@@ -57,8 +59,9 @@ export function WorldMap() {
CORES
@@ -70,8 +73,9 @@ export function WorldMap() {
NODES
@@ -83,8 +87,9 @@ export function WorldMap() {
SSD CAPACITY
@@ -96,8 +101,9 @@ export function WorldMap() {
COUNTRIES
diff --git a/src/pages/home/HomeHero.tsx b/src/pages/home/HomeHero.tsx
deleted file mode 100644
index a9e4a7b..0000000
--- a/src/pages/home/HomeHero.tsx
+++ /dev/null
@@ -1,36 +0,0 @@
-'use client'
-
-import { H1, P } from '@/components/Texts'
-import { Button } from '@/components/Button'
-
-export function HomeHero() {
- return (
-
-
-
-
- Decentralized Autonomous Agentic Cloud.
-
-
- Mycelium's advancements in Agentic infrastructure supports private, secure and autonomous Agents that connect, learn and grow with you.
-
-
-
-
-
- )
-}
diff --git a/src/pages/home/HomeHeroDark.tsx b/src/pages/home/HomeHeroDark.tsx
deleted file mode 100644
index 7e21245..0000000
--- a/src/pages/home/HomeHeroDark.tsx
+++ /dev/null
@@ -1,35 +0,0 @@
-"use client";
-import React from "react";
-import { motion } from "motion/react";
-import { LampContainer } from "@/components/ui/lamp";
-
-export function HomeHeroDark() {
- return (
-
-
- Decentralized Autonomous Agentic Cloud.
-
-
- Mycelium Project is a decentralized platform for autonomous AI, powered by distributed compute, sovereign memory, encrypted networking, and stateless GPU orchestration.
-
-
- );
-}
diff --git a/src/pages/home/HomeHeroLight2.tsx b/src/pages/home/HomeHeroLight2.tsx
deleted file mode 100644
index cd13f00..0000000
--- a/src/pages/home/HomeHeroLight2.tsx
+++ /dev/null
@@ -1,69 +0,0 @@
-'use client'
-
-import { useRef, useEffect } from 'react'
-import { H1, H5 } from '@/components/Texts'
-
-export function HomeHeroLight2() {
- const videoRef = useRef(null);
-
- useEffect(() => {
- const video = videoRef.current;
- if (video) {
- video.playbackRate = 0.4;
- const playPromise = video.play();
- if (playPromise !== undefined) {
- playPromise.catch(error => {
- console.error("Video autoplay was prevented:", error);
- });
- }
- }
- }, []);
-
- return (
-
- {/* Background video */}
-
-
- {/* Global soft wash + blur (Temporarily commented out for debugging) */}
- {/*
*/}
-
- {/* Center “halo” for text legibility (Temporarily commented out for debugging) */}
- {/*
*/}
-
- {/* Content */}
-
-
-
-
- Decentralized Autonomous Agentic Cloud.
-
-
-
- Mycelium's advancements in Agentic infrastructure support private, secure, and
- autonomous Agents that connect, learn, and grow with you.
-
-
-
-
- )
-}
diff --git a/src/pages/home/StackSection.tsx b/src/pages/home/StackSection.tsx
index e08a262..e0c2a41 100644
--- a/src/pages/home/StackSection.tsx
+++ b/src/pages/home/StackSection.tsx
@@ -38,9 +38,9 @@ export function StackSectionLight() {
- Built with Mycelium technology, our AI infrastructure ensures
- unbreakable networks, complete data sovereignty, ultra-secure
- agent-human communication, and unhackable data storage systems.
+ Project Mycelium unifies compute, storage, networking, and AI into a resilient
+ ecosystem that preserves data sovereignty, powers seamless collaboration,
+ and keeps every layer of your infrastructure secure end to end.
diff --git a/src/pages/home/WorldMapSection.tsx b/src/pages/home/WorldMapSection.tsx
deleted file mode 100644
index 608baea..0000000
--- a/src/pages/home/WorldMapSection.tsx
+++ /dev/null
@@ -1,106 +0,0 @@
-import { motion } from 'framer-motion'
-import { Globe } from '../../components/ui/Globe2'
-import { CountUpNumber } from '../../components/CountUpNumber'
-import { Container } from '../../components/Container'
-
-export function WorldMapSection() {
- return (
-
-
-
-
- Mycelium Network is Live.
-
-
-
-
- {/* Globe */}
-
-
-
-
-
-
- {/* Stats Cards */}
-
-
- CORES
-
-
-
-
- Total Central Processing Unit Cores available on the grid.
-
-
-
-
- NODES
-
-
-
-
- Total number of nodes on the grid.
-
-
-
-
- SSD CAPACITY
-
-
-
-
- Total GB amount of storage (SSD, HDD, & RAM) on the grid.
-
-
-
-
- COUNTRIES
-
-
-
-
- Total number of countries with active nodes.
-
-
-
-
-
-
- )
-}
diff --git a/src/pages/network/CallToAction.tsx b/src/pages/network/CallToAction.tsx
index f69d02d..b102f09 100644
--- a/src/pages/network/CallToAction.tsx
+++ b/src/pages/network/CallToAction.tsx
@@ -21,7 +21,7 @@ export function CallToAction() {
- Get Mycelium
+ Get Mycelium Connector
) {
export function Hero() {
return (
-
+
-
+
Mycelium Network
-
+
Unleashing the Power of Decentralized Networks
-
+
Discover Mycelium, an end-to-end encrypted IPv6 overlay network. The future of secure, efficient, and scalable networking.
- Get Mycelium
+ Get Mycelium Connector
-