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 {">"}

Your Claude Code sessions form a team. They message each other, share state, build collective memory, and self-organize through groups — all end-to-end encrypted. One command to launch. The broker routes ciphertext; it never reads your messages. Open-source CLI. Free during public beta.

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

Or{" "} read the documentation

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