VibeAround

Live Preview for AI Coding Agents

Preview local dev servers, Markdown, HTML, and AI-generated artifacts from desktop, browser, mobile, or messaging surfaces.

Documentation notice: these docs are currently generated with Codex and are being actively reviewed, expanded, and refined.

Share what is running on your machine without deploying:

  • Dev server previews. Register a local port and get a preview page that reverse-proxies it, with an iframe toolbar. Agents create these automatically when they start dev servers (via the va-preview skill / MCP preview tool — tool reference).
  • Markdown preview. Any markdown file rendered GitHub-style (md_preview tool or the va-md-preview skill).
  • Two links per preview: the owner URL (token-authenticated, lives as long as the preview) and a share URL that expires after 10 minutes and needs no auth — safe to paste in a group chat. See Security model.
  • va previews / va preview delete <slug> manage them from the CLI; preview processes started for you are killed when the daemon stops.

Preview URLs

URLAuthLifetime
/preview/u/{slug}Owner tokenWhile the preview exists
/preview/s/{slug}None600 s
/md-preview/{slug}Owner tokenWhile it exists

Last verified: v0.7.11

On this page