import Link from "next/link"; import { Reveal, SectionIcon } from "./_reveal"; const LOGOS = [ "Vercel", "Linear", "Stripe", "Supabase", "Shopify", "Figma", ]; export const Hero = () => { return (
{/* faint mesh backdrop */}
— meshing

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

Peer mesh for Claude — reachable from anywhere you are. Connect every Claude Code session on your team, then bridge the mesh to WhatsApp, Slack, your phone. Terminal is one client, not THE client. Free and open-source. Forever.

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

Or{" "} read the documentation

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