Vector Vesper Docs

Build motion that belongs in the product.

Vector Vesper is a library of editable motion components, a runtime that decides when motion runs and at what quality, and tools that help people and coding agents use both correctly.

Quick Start in 30 Seconds
Full Guide

1. Initialize your project and add a component:

npx vectorvesper init
npx vectorvesper add scroll-highlighter

2. Import the component directly into your React tree:

import { ScrollHighlighter } from "@/components/vv/scroll-highlighter";

export default function Hero() {
  return <ScrollHighlighter text="Vector Vesper motion toolkit" />;
}

Tools and workflows

Components are only useful when they fit the rest of the page. The CLI and MCP server make that workflow repeatable—from adding source to writing your own on the runtime and checking what came out.

How to use these docs

Using a coding agent?

Run npx vectorvesper init to add the shared-runtime rule to your project. Connect MCP when the agent is building something of your own: it plans the motion, hands over the runtime contracts, and reviews the file before it ships.

Set up MCP