An interactive cloud architecture visualization component featuring animated SVG flow paths, glowing data particles, node badges, and a central hub with layered motion effects—ideal for showcasing distributed systems, API traffic, and real-time infrastructure flows.
Distributed Cloud Architecture
HUB
Live Traffic
Sync Active
Installation
pnpm dlx shadcn@latest add @gammaui/cloud-flow
Usage
import CloudFlow from "@/components/gammaui/cloud-flow"export default function Demo() { return <CloudFlow />}