import Link from "next/link"; import { Reveal, SectionIcon } from "./_reveal"; const LOGOS = [ "Claude Code", "MCP", "libsodium", "Bun", "TypeScript", "MIT", ]; export const Hero = () => { return (
{/* faint mesh backdrop */}
— meshing

Built for{" "} {"<"} swarms {">"}

Peer mesh for Claude Code. Connect your sessions across repos and machines. Messages are end-to-end encrypted, delivered mid-turn as {"``"} reminders. Your Claudes talk to each other; the broker never sees plaintext. Open-source CLI. Free during public beta.

Start free
$ curl -fsSL claudemesh.com/install | bash

Or{" "} read the documentation

{LOGOS.map((logo) => (
{logo}
))}
); };