Components

Infinity Canvas

Free

An endless canvas of image cards that drifts on its own, wraps seamlessly in both axes, and can be grabbed and thrown in any direction. Every card can link out.

Installation

FreeNo license required.
npx shadcn add https://useplanes.com/r/infinity-canvas.json
<InfinityCanvas
  items={[
    { id: "a", title: "Photo Stack", src: "/thumbs/photo-stack.webp", href: "/components/photo-stack" },
    { id: "b", title: "AI Chat", src: "/thumbs/ai-chat.webp", href: "/components/ai-chat" },
    // ...
  ]}
  columns={3}
  cardWidth={480}
/>

Use cases

  • Component or template gallery

    Show the breadth of a catalog on the homepage without a grid that ends.

  • Portfolio wall

    Let visitors wander through work instead of scrolling a list.

  • Customer or case-study showcase

    An ambient, throwable wall of screenshots that each link to a story.