Sher: Instant Local Dev Previews That Actually Work
Skip the deployment dance — one command turns your localhost into a shareable URL for client demos and mobile testing.
Sher: Instant Local Dev Previews That Actually Work
You haven't heard of Sher, but it solves a daily developer frustration that bigger tools ignore: instantly sharing local development previews.
The Problem
You're building a feature locally. Your client wants to see progress, your teammate needs to review on mobile, or you want to test across devices. Your options suck:
- Deploy to staging (slow, overkill)
- Create a GitHub repo and Vercel deploy (heavyweight)
- Describe it over Slack (useless)
- Screen share (awkward, not interactive)
What Sher Does Differently
One command generates a public URL for your localhost. That's it. No configuration, no deployment pipelines, no repository requirements.
npx sher
Your local Vite/Next.js/Astro server becomes instantly accessible via a public URL. Share the link, get feedback, iterate. When you're done, kill the process and the link dies.
Why It's Underrated
Sher focuses specifically on the dev preview use case with framework-aware optimization. While ngrok and similar tools exist, they're general-purpose tunneling solutions. Sher knows about development servers and optimizes for that workflow.
It's freemium and lightweight — perfect for the "just show me quickly" moments that happen multiple times per day.
The Comparison
ngrok costs $8/month for basic features and feels like using a sledgehammer for a thumbtack. Vercel previews require Git commits and deployment overhead. CloudFlare Tunnel needs configuration.
Sher is the bicycle solution: simple, fast, and perfectly suited for the job.
Try It
Next time you need to share local work, try npx sher instead of your usual workflow. The best tools are often the ones that solve unglamorous but real problems.
Sometimes you don't need enterprise features — you just need your localhost to have a public URL for five minutes.
More Articles
This Token-Saving Hero Nobody Talks About
Markdown for Agents cuts LLM costs by 80% on every web scraping call—and it's completely free.
The Middleware Wave: Building AI's Missing Layer
Developers are building the unsexy but critical infrastructure that makes AI agent development actually scalable.
Three Infrastructure Tools Just Shipped to Fix Agent Development
MCPorter makes Anthropic's MCP actually usable, dmux enables parallel AI coding agents, and Safe Solana Builder generates security-first programs.
RedAmon: The First AI That Actually Breaks Into Your Systems (Then Fixes Them)
Finally, an AI security tool that goes beyond scanning—it breaks in, finds real vulnerabilities, and automatically patches what it discovers.
sher: The Localhost Sharing Tool You Haven't Heard Of
Free ngrok alternative that just works with Vite, Next.js, and Astro — why isn't everyone using this?