Skip to content

specstoryai/share-localhost

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Share localhost. Get live feedback, instantly.

sharelocalhost.mp4

Built by SpecStory, makers of Stoa, so you can ship a half-finished feature, hand a friend a link, and hear what they actually thought without spinning up staging or shipping a PR preview. One command turns localhost into a public URL, your viewer leaves a voice memo on the page, and the transcript lands in your terminal ready for your agent.

Install the Stoa CLI ──▶   Homebrew Other install options

Connect with us ───▶  X LinkedIn Site

🎙️ Read the docs for the full reference, or jump straight to installation.

How It Works

 Your dev server         Stoa CLI                 Public viewer
 ───────────────         ────────                 ─────────────
                                                  (no login, no install)

 localhost:PORT  ──►  stoa sharelocalhost  ──►  https://abc123.share.withstoa.com
                      (live for 1 hour)         (records voice memo)
                              ▲                            │
                              └──────  transcript  ────────┘
                                      ~/.stoa/feedback/
                                      (agent-ready)

Workflow

  1. Install. Run brew tap specstoryai/tap && brew install stoa. One binary. A free Stoa account is required to share.
  2. Run one command. stoa sharelocalhost lists your running dev servers. Pick one. You get a public URL back, live for one hour.
  3. Hand over the link. Viewers open it on their own machine. A small button sits in the corner of every page. They click, record a voice memo, send.
  4. Hear the feedback. Audio and transcript stream back to your terminal and drop into ~/.stoa/feedback/ next to the original recording.
  5. Pipe it to your agent. Hand the transcript file straight to Claude Code, Cursor, Codex, or whatever's building the next change.

Installation

Platform Source Install Min Version
macOS / Linux (Homebrew) Closed brew tap specstoryai/tap
brew update
brew install stoa
v0.7.0+
Direct download Closed See docs.withstoa.com/reference/cli#installation v0.7.0+
Other package managers Closed See docs.withstoa.com/reference/cli#installation v0.7.0+

Note

A free Stoa account is required to share. Sign in once, then stoa sharelocalhost from any project.

Quick start

# 1. Install
brew tap specstoryai/tap
brew install stoa

# 2. Start your dev server (anything works)
npm run dev      # or pnpm dev, bun dev, rails s, uvicorn, etc.

# 3. Share it
stoa sharelocalhost          # interactive: pick from running servers
stoa sharelocalhost 3000     # or pass the port directly

# → https://abc123.share.withstoa.com
# Listening for feedback. Press Ctrl+C to stop.

When a viewer records a voice memo, audio and transcript appear in your terminal and land in:

~/.stoa/feedback/
├── 2026-05-05T14-22-31_abc123.mp3
└── 2026-05-05T14-22-31_abc123.txt

Pipe the .txt straight to your agent of choice.

More Than a Tunnel

ngrok and Cloudflare give you a public URL. stoa sharelocalhost gives you the URL and the feedback loop.

stoa sharelocalhost ngrok Cloudflare
Free account to share
Voice memo capture
Auto-transcription
Agent-ready transcript file
Feedback in your terminal
WebSocket / HMR

A public URL is the start. The feedback loop is the point.

The Bigger Picture ☁️

stoa sharelocalhost is the smallest piece of a much bigger loop. Stoa runs the same loop across your whole team. Every meeting, every agent run, every change in the codebase, captured as it happens and kept next to the work. The full version is multiplayer AI for teams.

See Stoa for teams →

Documentation & Support

Tip

This repo is the home for stoa sharelocalhost issues and feature requests. Found a bug, hit a rough edge, or have an idea for what should ship next? Open an issue and we'll see it.

Reviews & Feedback

Using stoa sharelocalhost? Tag @specstoryai on X with what you're shipping. We read everything.

About

Share localhost. Get live feedback, instantly. One command, public URL, voice memos that land in your terminal as agent-ready transcripts. https://withstoa.com/sharelocalhost

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors