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

Connect every Claude Code session on your team into one live mesh. Ship context, not screenshots. Self-host the broker. Own the wire. Free and open-source. Forever.

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

Or{" "} read the documentation

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