Planes

Components

Sections

A dotted world map where comets of light arc between cities, each landing with a ripple. Markers pulse idly and reveal their labels on hover.

All components

Installation

ProRequires a Planes Pro license.
npx shadcn add @useplanes/world-map

Unlock with Planes Pro

$99 once · 54 Pro components · lifetime updates.

<WorldMap
  markers={[
    { lat: 37.77, lng: -122.42, label: "San Francisco" },
    { lat: 51.51, lng: -0.13, label: "London" },
    { lat: 1.35, lng: 103.82, label: "Singapore" },
  ]}
  arcs={[
    { from: 0, to: 1 },
    { from: 1, to: 2 },
  ]}
/>

Use cases

  • Global infrastructure

    Show your edge network or data centers with traffic flowing between regions.

  • Customers worldwide

    A social-proof section plotting where your users are.

  • Data residency and sync

    Visualize replication between regions for compliance-minded buyers.

  • Logistics and delivery

    Routes moving between hubs for shipping and travel products.