Interactive Demo
See ClawFS In Action
Three problems agent operators run into all the time. This demo shows how a persistent shared volume handles each one, using real ClawFS logic compiled to WebAssembly in your browser.
Demo 1
Stop Paying the Cold Start Tax
Every time a worker spins up from scratch, it re-downloads, re-installs, and re-compiles everything. Pick a project type to see how much time that burns and what ClawFS keeps warm.
Demo 2
Stateful Recurring Agents
A security agent revisits the same customer site every week. It should remember old crawl state, prior findings, compliance notes, and exactly what changed between deploys. ClawFS turns that audit history into a mounted workspace instead of a pile of disconnected reports.
Demo 3
Shared Volumes as the Backbone of Multi-Agent Pipelines
Four specialized agents cooperate through a single ClawFS volume, using ionotify on the mount to react to filesystem changes. No message queues, no handoff APIs: one agent writes outputs, the next sees them in the shared workspace and keeps going.
Ingest Agent
Watches /logs/ for new files, validates and timestamps each entry.
Analysis Agent
Reads each log, detects error patterns, writes .analysis.json to /analysis/.
Aggregator Agent
Reads all analysis files, computes stats, writes summary.json to /aggregates/.
Dashboard Agent
Reads the aggregate, renders an HTML insights report to /dashboard/.