Skip to content

Package Overview

This page maps every published package in the repo to its primary use case and the matching guide.

PackageUse it forInstallDocs
@slop-ai/coreshared types, helpers, tree utilitiesbun add @slop-ai/coreAPI
@slop-ai/clientbrowser and SPA providersbun add @slop-ai/clientAPI, Vanilla guide
@slop-ai/reactReact hooksbun add @slop-ai/client @slop-ai/reactAPI, Guide
@slop-ai/vueVue composablesbun add @slop-ai/client @slop-ai/vueAPI, Guide
@slop-ai/solidSolid primitivesbun add @slop-ai/client @slop-ai/solidAPI, Guide
@slop-ai/angularAngular signal integrationbun add @slop-ai/client @slop-ai/angularAPI, Guide
@slop-ai/svelteSvelte 5 rune integrationbun add @slop-ai/client @slop-ai/svelteAPI, Guide
@slop-ai/serverserver, desktop, and CLI providersbun add @slop-ai/serverAPI, Guide
@slop-ai/consumercustom agents, inspectors, and bridgesbun add @slop-ai/consumerAPI, Guide
@slop-ai/tanstack-startTanStack Start full-stack adapterbun add @slop-ai/server @slop-ai/tanstack-startAPI, Guide
@slop-ai/discoveryauto-discovery, bridge, relay, AI tool formattingbun add @slop-ai/discoverySDK docs
@slop-ai/openclaw-pluginOpenClaw integrationbun add @slop-ai/openclaw-pluginAPI, Guide
PackageUse it forInstallDocs
slop-ai for PythonFastAPI, services, local tools, Python consumerspip install slop-ai[websocket]API, Guide
slop-ai for Gonet/http services, daemons, CLI tools, Go consumersgo get github.com/devteapot/slop/packages/go/slop-aiAPI, Guide
slop-ai for RustAxum apps, services, daemons, CLI tools, Rust consumerscargo add slop-aiAPI, Guide
  • Building a browser app: start with @slop-ai/client and add your framework adapter if one exists.
  • Building a server-backed or native app: start with @slop-ai/server.
  • Building a full-stack TanStack Start app: use @slop-ai/tanstack-start.
  • Building an agent, bridge, or test harness: use @slop-ai/consumer.
  • Building an AI tool integration with auto-discovery: use the discovery layer on top of the consumer SDK.
  • Working outside TypeScript: use the language-specific SDK pages for Python, Go, or Rust.