"use client" import { useSectionReveal } from "@/hooks/use-section-reveal" const ASCII_NETWORK = ` [node-01] ──── [node-02] │ │ │ ┌─────────┘ │ │ [node-03] ──── [node-04] │ │ └──────┬───────┘ │ [mesh-05] │ ┌──────┴───────┐ │ │ [node-06] ──── [node-07]` export function UndernetSection() { const sectionRef = useSectionReveal() return (

The Undernet

> connecting nodes... building resilience... _
{/* Description */}

Community-Owned Infrastructure

Beneath the extractive platforms, a different kind of infrastructure is growing. Self-provisioned. Privacy-first. Data sovereign. Locally resilient.

Community servers. Encrypted mesh networks. Open protocols that no corporation can shut down. Hardware owned by the people who depend on it. Software that serves its users instead of surveilling them.

This is the{" "} undernet.earth {" "} — the network beneath the network. Where the{" "} psilo-cyber.net work grows, encrypted and entangled, through the substrate of the old world.

protocol: fog computing
governance: mycological consensus
ownership: community
surveillance:{" "} none
{/* ASCII Network Diagram */}
{ASCII_NETWORK}

// every node is sovereign
// every connection is encrypted
// the network has no center

) }