import { useId } from 'react' import { Container } from '@/components/Container' import { Button } from '@/components/Button' import phoneFrame from '../../images/phoneframe.png' import { H3, P, CT } from "@/components/Texts"; function BackgroundIllustration(props: React.ComponentPropsWithoutRef<'div'>) { let id = useId() return (
) } export function Hero() { return (

Mycelium Network

Encrypted Peer-to-Peer Connectivity Across the Globe

Mycelium Network provides an unbreakable sovereign IPv6 mesh that connects people, nodes, and applications directly, with no central servers.

Works Alone. Works Together. Mycelium Network can be used standalone, or together with Mycelium Cloud for full-stack sovereignty.

Mycelium application demo
) }