Introduction

Production-grade WebGL, R3F & motion components for React, copied into your codebase and owned by you.

VV brings high-end creative engineering to React. Implement immersive WebGL canvases, 3D, scroll animations and much more in seconds. No bloated packages just clean, customizable source code copied directly into your project.

You run a CLI that copies each component's source straight into your project, so you own the code: read it, edit it, theme it, with no runtime dependency on us.

Add your first component in seconds

terminal
BASH
npx vectorvesper init
npx vectorvesper add video-card
source
TSX
import { VideoCard } from "@/components/vv/video-card";

export default function Page() {
  return <VideoCard src="/clip.mp4" />;
}

The CLI detects your framework, copies the source into @/components/vv/, installs any dependencies, and prints the import line. From there, the component is part of your codebase.

Pro

The full premium toolkit launches in July 2026.

Requirements

VV requires React 18+, Node.js 18+, and works with Next.js (App Router) or Vite. See the Installation guide for details.

Next step

Head to Installation to set up the CLI, or jump straight to the components.