The ɳClaw web client gives you a full browser interface to your self-hosted AI assistant. All data stays on your server.
The main chat view streams responses in real time over WebSocket. Messages are stored in your Postgres database. Conversations persist across sessions and devices — any browser pointing at the same server sees the same history.
Conversations are organized into threads. Threads can be grouped into projects. Use projects to keep work topics, research, and personal conversations separate without switching accounts.
ɳClaw maintains three memory layers across conversations:
You can view, edit, and delete memory entries from the Memory panel in the sidebar.
Connect a Google account via the Settings panel (requires nself-google plugin). Once connected, ɳClaw can read Gmail, check Calendar events, and access Drive files in response to your messages.
Pair the web UI with the ɳClaw iOS or Android app for cross-device continuity. Messages and memory sync through your server, not a third party. See Threads and Projects for pairing instructions.
The Co-Founder agent is an always-on background agent that monitors GitHub activity, summarizes issues and PRs, and surfaces action items during your next conversation. Enable it in Settings after connecting a GitHub token.
Ask ɳClaw to store structured data and it creates typed Postgres tables on demand. Query them with natural language or the standard GraphQL API. Tables appear in the Tables tab of the web UI.
The Settings panel lets you: