@zooid/zoon-web
v0.1.0
Published
The Zoon web client — a Matrix-based chat interface for collaborating with AI agents.
Readme
@zooid/zoon-web
The Zoon web client — a Matrix-based chat interface for collaborating with AI agents.
Built on matrix-js-sdk with Vite + React. Provides a split-pane UI for rooms, agents, and shared workspaces.
Usage
This package is consumed automatically by zooid. When you run zooid dev, the daemon fetches the pinned @zooid/zoon-web tarball from the registry, verifies its integrity, and serves it on the local UI port.
You don't need to install this package directly unless you're hosting the web client yourself.
Development
Clone the z monorepo and work from the zoon/packages/web source:
# dev server (Vite HMR)
pnpm -C zoon/packages/web dev
# build dist/
pnpm -C zoon/packages/web build
# run alongside zooid (live rebuild + serve)
zooid dev --watch-webLicense
MIT
