Dashboard

Quick Start

Expose any local server to the internet with a single command.

1. Share a local port

tunr share -p 3000

2. Share with a custom subdomain

tunr share -p 3000 --subdomain myapp

3. Vibecoder demo mode (freeze + read-only)

tunr share -p 3000 --demo --freeze --inject-widget

4. MCP integration (Claude / Cursor)

tunr mcp

Install tunr CLI

macOS (Homebrew)

brew install tunr-dev/tap/tunr

Linux / macOS (curl)

curl -sSL https://tunr.sh/install | sh

npm

npx tunr@latest share --port 3000