npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2025 – Pkg Stats / Ryan Hefner

instatunnel

v1.1.3

Published

Expose your localhost to the internet instantly - the ngrok alternative that's 40% cheaper with superior UX

Readme

InstaTunnel

InstaTunnel is a fast, reliable, and developer-friendly tunneling service that makes your localhost accessible from anywhere on the internet. Built as the professional ngrok alternative that's 40% cheaper with a more generous free tier.

🚀 Features

  • 🎯 Zero Configuration: Just run instatunnel or it - auto-detects your running app
  • ⚡ Lightning Fast: Tunnel setup in under 2 seconds
  • 🔗 Custom Subdomains: Get memorable URLs like myapp.instatunnel.my (free!)
  • 🔄 Multiple Tunnels: Run 3 simultaneous tunnels on free tier
  • 📊 Built-in Analytics: Real-time request tracking and visitor stats
  • ⏰ Extended Sessions: 24+ hour sessions (vs 2 hours on ngrok free)
  • 🔒 Security Features: Password protection, basic auth, HTTPS by default
  • 📱 Mobile Testing: Built-in QR code generation
  • 🏢 Custom Domains: Use your own domain (Pro tier)
  • 👥 Team Features: Share tunnels with your team

⚡ Quick Start

Install CLI

# Install globally via NPM (recommended)
npm install -g instatunnel

# Verify installation
instatunnel --version

Start Tunneling (Zero Config!)

# Auto-detect and expose your app instantly (easiest!)
instatunnel
# 🔍 Auto-detected service on port 3000
# ✅ Tunnel created: https://abc123.instatunnel.my

# Ultra-short alias (even faster)
it
# 🔍 Auto-detected service on port 3000
# ✅ Tunnel created: https://def456.instatunnel.my

# Specify port manually if needed
instatunnel 3000

# Use custom subdomain (free tier!)
instatunnel 3000 --subdomain myapp
# ✅ Tunnel created: https://myapp.instatunnel.my

Advanced Features

# Password protect your tunnel
instatunnel 3000 --password secret123

# Generate QR code for mobile testing
instatunnel 3000 --qr

# Multiple tunnels simultaneously
instatunnel 3000 --subdomain frontend &
instatunnel 8000 --subdomain api &

# Framework-specific shortcuts
instatunnel --react    # Auto-detects React dev server
instatunnel --next     # Auto-detects Next.js
instatunnel --laravel  # Auto-detects Laravel

📋 Common Usage Patterns

# Frontend Development
instatunnel --react     # Auto-detect React (port 3000)
instatunnel --next      # Auto-detect Next.js (port 3000)
instatunnel 5173        # Vite dev server

# API Development  
instatunnel --laravel   # Auto-detect Laravel (port 8000)
instatunnel 8000        # Express/Node.js API
instatunnel 4000        # Custom API port

# Full-Stack Development
instatunnel 3000 -s frontend
instatunnel 8000 -s api
instatunnel 5432 -s database

# Quick Sharing & Mobile Testing
it                      # Auto-detect and share instantly
instatunnel --qr        # Auto-detect with QR code for mobile
instatunnel -s demo     # Auto-detect with memorable name

🛠 Management Commands

# List active tunnels
instatunnel --list

# Stop specific tunnel
instatunnel --kill myapp

# View live request logs
instatunnel --logs

# Check usage statistics
instatunnel --stats

# Generate sharing templates
instatunnel --share

# Get help
instatunnel --help

💰 Pricing & Plans

Free Tier (Perfect for Development)

  • ✅ 3 simultaneous tunnels
  • ✅ 24+ hour sessions
  • ✅ Custom subdomains
  • ✅ Basic analytics
  • ✅ Password protection
  • ✅ QR code generation

Pro Tier ($5/month) - 40% cheaper than ngrok Pro

  • ✅ Unlimited tunnels
  • ✅ Custom domains
  • ✅ Advanced analytics
  • ✅ Team collaboration
  • ✅ Priority support

View full pricing →

🏗 Why InstaTunnel vs ngrok?

| Feature | InstaTunnel Free | ngrok Free | InstaTunnel Pro | ngrok Pro | |---------|------------------|------------|-----------------|-----------| | Price | Free | Free | $5/month | $8/month | | Sessions | 24+ hours | 2 hours | Unlimited | Unlimited | | Tunnels | 3 simultaneous | 1 | Unlimited | Unlimited | | Subdomains | ✅ Custom | ❌ Random only | ✅ Custom | ✅ Custom | | Setup Time | < 30 seconds | ~1 minute | < 30 seconds | ~1 minute |

🌐 Links

🚀 Get Started Now

npm install -g instatunnel
instatunnel

That's it! Your local app is now live on the internet. 🎉


Made with ❤️ for developers worldwide. Start your free account →