Install

Get the Nevo TypeScript SDK running in your project.

npm install nevo-sdk

Node 22+ (the SDK uses native WebSocket and fetch) or a modern browser. TypeScript types ship with the package; no @types/nevo-sdk needed.

import { Nevo } from "nevo-sdk";

Verify

node -e "import('nevo-sdk').then(m => console.log(m.version))"

Next

Write a handler in Quickstart.