Packages
Understand the consolidated package story, the scaffolder, and the import surface the current product expects developers to use.
clivly
Runtime imports + CLI
Consolidated runtime package plus the CLI command developers keep using after setup.
create-clivly
App creation bootstrap
Scaffolder for `npm create clivly`, wrapping the init flow for greenfield starts.
@clivly/sdk
Cloud connection SDK
Still the package-local README source for heartbeat, sync, serverless, and diagnostics guidance.
@clivly/chat-widget
Visitor chat widget
Embeddable React and script-tag widget with a host-side session bootstrap route.
@clivly/auth-clerk
Clerk auth adapter
Clerk adapter for host session resolution.
@clivly/auth-workos
WorkOS auth adapter
WorkOS adapter for host session resolution.
@clivly/auth-better-auth
better-auth adapter
better-auth adapter with no runtime dependency lockstep.
@clivly/core
Contracts + config
Entity config and schema discovery contracts that the runtime shares.
import { createClivlySDK, defineClivlyConfig } from "clivly/sdk";
import { fromDrizzle } from "clivly/drizzle";
import { clivlyVite } from "clivly/vite";
import { createClerkAuthAdapter } from "clivly/auth/clerk";
import { createWorkOSAuthAdapter } from "clivly/auth/workos";
import { createBetterAuthAdapter } from "clivly/auth/better-auth";