DEV Community

Rajvi Ahmed
Rajvi Ahmed

Posted on • Edited on

Easily Share Your Localhost with a Public URL β€” No Signup Needed!

πŸ“Œ Shared by Md. Arif Hossain – MERN Stack Developer
🌐 Try it here: scripts.devarif.me/port-share.html
πŸ’‘ Tool Credit: All props to the original author – I'm just sharing a useful gem I found!

⚑ What Is This?

Ever wanted to share a local project running on localhost with someone else β€” a teammate, client, or a mobile device? Tools like ngrok are great, but sometimes they require signups, tokens, or CLI setups.

This tool gives you a simple, web-based way to expose your localhost port to the internet β€” no login, no install, no hassle.

βœ… Features

  • 🌍 Get a public URL for your localhost port
  • πŸ§ͺ Great for testing APIs or showing in-progress UI
  • 🧱 No installation or signup required
  • βš™οΈ Built with simplicity and dev workflows in mind
  • πŸ§‘β€πŸ’» Works well for local React/Vite/Next.js/Node apps

πŸ›  How to Use It

  1. Go to: scripts.devarif.me/port-share.html
  2. Enter your localhost port (e.g., 3000, 5173, etc.)
  3. Click "Share"
  4. You'll get a public URL you can share with anyone!

⚠️ Make sure the port you're sharing is accessible (not blocked by a firewall or VPN).

πŸ” Is It Safe?

Always treat tools like this as temporary development utilities β€” don’t use them to share sensitive production environments. It’s great for:

  • Showing your in-progress app to clients or teammates
  • Testing webhooks from external services
  • Mobile browser testing on the same network

πŸ™Œ Final Thoughts

I’m not the creator of this tool β€” just someone who stumbled across it and thought other devs would find it super useful. It’s saved me time during development and demos, so I figured it’s worth a share!

If you find it helpful, feel free to bookmark it or share with your team.

πŸ‘‹ Let’s Connect

Let’s keep sharing cool tools and shortcuts that make dev life easier! πŸš€

Top comments (0)