Getting Started
Installation
Install the Clivly runtime package and the peers your app needs.
Clivly ships as a single runtime package. Install it in the app you want the CRM to read from.
terminal
npm install clivlyOptional peer dependencies
Each Clivly subpath that wraps another library leaves that library to you, so you only install what you actually import.
terminal
npm install drizzle-orm # for clivly/drizzle
npm install vite # for clivly/vite
npm install @clerk/backend # for clivly/auth/clerk
npm install @workos-inc/node # for clivly/auth/workosRequirements
Clivly requires Node 22 or newer, and a Postgres database reachable from your app's server runtime.