Skip to main content

claw-web

claw-web — ɳSelf documentation.

Claw Web Plugin

Self-hosted browser UI for the ɳSelf Claw AI assistant. Pro plugin.

Requires: Basic license tier or higher. nself license set nself_pro_...

Install

nself license set nself_pro_xxxxx...
nself plugin install claw-web

What It Does

Provides a full-featured web interface for conversations, tool results, and agent history powered by the ɳSelf Claw AI assistant. Built on Next.js, it renders SSE-streamed responses in real time and displays tool call traces alongside assistant replies. Requires the claw plugin to supply the agent backend.

Dependencies

Requires the claw plugin.

Configuration

Env VarDefaultDescription
CLAW_WEB_PORT3004Claw web UI service port
CLAW_API_URLnoneURL of the running claw plugin API
NEXTAUTH_SECRETnoneNextAuth.js secret for session signing
NEXTAUTH_URLnonePublic base URL of this UI

Ports

PortPurpose
3004Claw web UI (Next.js)

Database Tables

0 tables added. All conversational state is stored by the claw plugin.

Nginx Routes

RouteTarget
/Claw web UI