/ Docs

vibeclaw

The fastest way to try OpenClaw — boot a sandbox agent in your browser, or connect to your live gateway. No server required.

What is vibeclaw?

vibeclaw.dev is an open-source OpenClaw dashboard and sandbox platform. It runs entirely in the browser, powered by almostnode — a browser-native Node.js runtime.

Two Modes

📦 Sandbox 🔴 Live Gateway
RequiresNothing — free model includedGateway token + URL
InstallNone — runs in browserRunning OpenClaw instance
DataEphemeral (in-memory VFS)Real sessions, files, history
ChatVia OpenRouter (server-proxied)Through gateway (streaming)
DashboardTerminal + chatFull 3-column dashboard
Best forTrying OpenClaw instantlyMonitoring your real agent

Sandbox Mode

Hit Start Now on the homepage. vibeclaw will:

  1. Load the OpenClaw runtime (~23MB VFS snapshot)
  2. Spin up a browser-native container via almostnode
  3. Install the agent workspace (67 files)
  4. Connect to a free LLM via OpenRouter

No API key needed. The server proxies requests to OpenRouter using a server-side key, locked to free models only.

Live Gateway Mode

Connect to your running OpenClaw instance via the Gateway Dashboard. Enter your gateway token and URL to see:

The dashboard connects via WebSocket using Ed25519 authentication. No API keys are exposed — just your gateway token.

Architecture

vibeclaw is a static site built with Vite. Under the hood:

External Documentation

📦 almostnode

Browser-native Node.js runtime — VirtualFS, Runtime, PackageManager, API reference, security guides.

🦀 OpenClaw

AI coding agent framework — gateway setup, agent config, skills, sessions, cron, and API reference.

Source Code

github.com/jasonkneen/vibeclaw — MIT licensed. PRs welcome.