Founder demos from localhost:
share before you ship.
Share the build running on your machine with advisors, investors, and first customers. Skip staging, deployment, and screen shares that cut out mid-demo.
Three steps in under thirty seconds.
If your app is running on localhost, you can create a shareable link in 30 seconds and keep live session signals in view.
Run wiremaven
Point wiremaven at the port your app is listening on. Set an expiry, then create the link.
$ wiremaven --port 3000 --expires 30m
✓ relay active
✓ tunnel: relay.wm/p/investor-demo
✓ expires: 30m · overlay: enabled
Share the link
Copy the relay URL from your terminal and drop it into Slack, email, or a calendar invite.
Watch the session
The overlay shows viewer joins, request outcomes, and errors as they happen without switching tabs.
Stop guessing what happened during the demo.
The call ends and you may not know which flows they clicked, whether anything broke, or if they were paying attention. wiremaven gives you the session record.
Show the build, not a slide.
Advisors and investors want to click through the actual product. wiremaven shares the live local build.
Know who reviewed it.
See when the investor opened the link, which flows they clicked through, which requests failed, and when they left. You can skip the follow-up email.
Keep the window scoped.
Set an expiry before you share. The link closes when the window ends.
No deployment required.
If it's running on localhost, you can share it in under 30 seconds.
Before: guessing. After: a full session record.
- Zoom share drops 10 minutes in
- No idea which flows they clicked
- Silent errors you can't see on your screen
- There is no staging URL yet
- Tunnel left open long after the call ended
- Reviewer clicks your link without Zoom or install
- Viewer count and request feed visible in real time
- Errors surface with request context
- Share localhost with no staging
- Link expires when the session ends
Everything the review needs, without extra setup.
Expiry you control
Set the link lifetime: 15 minutes to 8 hours. It closes when you decide.
Live viewer count
See the active viewer count and when each reviewer joined. Skip the 'are you there?' check.
Request outcome feed
Every request the reviewer triggers is visible: successes, failures, and timing.
No reviewer account
Reviewers click the link and land on your local build. No signup, no install.
Encrypted tunnel
Traffic flows over an encrypted relay. Your local server never opens a public port.
Closes on expiry
When the window closes, access closes with it.
Share your first build
in under 30 seconds.
If your app is running, you're ready. Skip staging and reviewer accounts.
Read the docs →Common questions
- Does the investor need to install anything?
- No. They get a URL. They click it. They see your local build. Nothing to install, no account to create.
- What if my local server crashes mid-demo?
- The overlay shows the connection drop as a session event. You restart your server; the tunnel reconnects within seconds.
- How is this different from ngrok?
- ngrok gives you a tunnel. wiremaven gives you a tunnel plus a live session overlay: viewer count, request outcomes, errors, and expiry, visible to you during the walkthrough.
- Can I use wiremaven for a group investor call?
- Yes. Multiple reviewers can share the same link at once. You see each viewer in the overlay.
- Is the local port public?
- No. Your machine connects outbound to the wiremaven relay. Reviewers access the relay URL; no inbound port is opened on your machine.