Demos

vmux in action.

ASCII Waves
Waves live

Real-time ASCII ocean wave simulation with physics models: trochoidal, spectrum, basin, and tsunami. Interactive controls with scroll gestures.

Collaborative Terminal
Collaborative Terminal live

WebSocket-powered terminal in the browser. Share the URL with anyone—they get the same tmux session.

Burrow Dashboard
Burrow live

Real-time dashboard with WebSocket-powered updates. Tracks rabbit commodities, warren metrics, and price history.

examples → github

Coding Agents claude / codex

Install the vmux skill for Claude Code or Codex. Then just ask: "train nanogpt on an H100" — the agent spins up GPU, clones repo, trains.

vmux claude install
# then ask: "deploy this with a GPU"
LLM Chat vLLM + Next.js

Full-stack LLM chat with vLLM backend and Next.js frontend. Model downloads, loads, and serves — all in one command.

vmux run --provider modal --gpu A10G -dp 8000 uv run llm-chat/main.py
JupyterLab GPU notebooks

JupyterLab in the cloud with GPU access. Torch, JAX, matplotlib pre-installed. No password, accessible via preview URL.

vmux run --provider modal --gpu T4 -dp 8888 python jupyter.py
Web Apps preview URLs

Deploy FastAPI, Gradio, Streamlit instantly. Get a public URL. WebSockets work. Share with anyone.

vmux run -dp 8000 python server.py