FeaturesGuidesDocumentationPricingGet Started

Share Localhost with a Client

Give clients and stakeholders a preview URL for work-in-progress without deploying to staging.

When to use a tunnel for client previews

A tunnel lets you share live work-in-progress without deploying to staging. The client opens a URL in their browser while you iterate locally.

npx localtolink --port 5173

Send them the public URL: https://k7m2x9p4q1.localtolink.com

Best practices

Limitations to communicate

| Limit | Impact on client previews | |-------|---------------------------| | 2-hour session | Schedule reviews within the window or restart | | Random subdomain | URL changes on new session — send updated link | | 1 GB bandwidth | Sufficient for UI review; not for load testing | | 10 req/s | Fine for normal browsing |

Alternatives for longer reviews

Mobile client reviews

Scan the terminal QR code so clients can open the preview on their phone. See Test Localhost on Your Phone.

Try it now

Start a tunnel from your project directory — no account required.

$ npx localtolink

See the full CLI reference for flags and exit codes.

LocalToLink CLI 1.0.1 — verified 2026-09-05