instatunnel 1.1.3 → 1.1.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,160 +1,89 @@
1
1
  # InstaTunnel
2
2
 
3
- 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.
3
+ InstaTunnel is a secure localhost tunnel for developers who want a fast ngrok alternative.
4
4
 
5
- ## 🚀 Features
5
+ It helps you expose local apps, APIs, webhook endpoints, and MCP services over HTTPS in seconds.
6
6
 
7
- - **🎯 Zero Configuration**: Just run `instatunnel` or `it` - auto-detects your running app
8
- - **⚡ Lightning Fast**: Tunnel setup in under 2 seconds
9
- - **🔗 Custom Subdomains**: Get memorable URLs like `myapp.instatunnel.my` (free!)
10
- - **🔄 Multiple Tunnels**: Run 3 simultaneous tunnels on free tier
11
- - **📊 Built-in Analytics**: Real-time request tracking and visitor stats
12
- - **⏰ Extended Sessions**: 24+ hour sessions (vs 2 hours on ngrok free)
13
- - **🔒 Security Features**: Password protection, basic auth, HTTPS by default
14
- - **📱 Mobile Testing**: Built-in QR code generation
15
- - **🏢 Custom Domains**: Use your own domain (Pro tier)
16
- - **👥 Team Features**: Share tunnels with your team
7
+ ## Why developers choose InstaTunnel
17
8
 
18
- ## Quick Start
9
+ - Fast setup: tunnel your local app with one command
10
+ - Custom subdomains: create memorable URLs on `instatunnel.my`
11
+ - Dashboard analytics: inspect traffic and usage
12
+ - Pro features: custom domains and MCP endpoint tunnels
13
+ - Built for daily dev workflows: demos, QA, webhooks, mobile testing
14
+
15
+ ## InstaTunnel vs ngrok
16
+
17
+ If you are searching for:
18
+ - ngrok alternative
19
+ - localhost tunnel alternative
20
+ - free tunnel for webhook testing
21
+ - custom subdomain tunneling tool
22
+
23
+ InstaTunnel is designed for the same core use case with a simpler setup and strong defaults.
24
+
25
+ ## Install
19
26
 
20
- ### Install CLI
21
27
  ```bash
22
- # Install globally via NPM (recommended)
23
28
  npm install -g instatunnel
24
-
25
- # Verify installation
26
- instatunnel --version
27
29
  ```
28
30
 
29
- ### Start Tunneling (Zero Config!)
31
+ ## Quick start
32
+
30
33
  ```bash
31
- # Auto-detect and expose your app instantly (easiest!)
34
+ # Auto-detect your local app
32
35
  instatunnel
33
- # 🔍 Auto-detected service on port 3000
34
- # ✅ Tunnel created: https://abc123.instatunnel.my
35
36
 
36
- # Ultra-short alias (even faster)
37
- it
38
- # 🔍 Auto-detected service on port 3000
39
- # ✅ Tunnel created: https://def456.instatunnel.my
40
-
41
- # Specify port manually if needed
37
+ # Tunnel a specific local port
42
38
  instatunnel 3000
43
39
 
44
- # Use custom subdomain (free tier!)
40
+ # Use a custom subdomain
45
41
  instatunnel 3000 --subdomain myapp
46
- # ✅ Tunnel created: https://myapp.instatunnel.my
47
42
  ```
48
43
 
49
- ### Advanced Features
50
- ```bash
51
- # Password protect your tunnel
52
- instatunnel 3000 --password secret123
44
+ ## MCP tunnel support (Pro and Business)
53
45
 
54
- # Generate QR code for mobile testing
55
- instatunnel 3000 --qr
46
+ ```bash
47
+ # Login once
48
+ instatunnel auth login
56
49
 
57
- # Multiple tunnels simultaneously
58
- instatunnel 3000 --subdomain frontend &
59
- instatunnel 8000 --subdomain api &
50
+ # MCP tunnel (default transport v1)
51
+ instatunnel 8787 --mcp
60
52
 
61
- # Framework-specific shortcuts
62
- instatunnel --react # Auto-detects React dev server
63
- instatunnel --next # Auto-detects Next.js
64
- instatunnel --laravel # Auto-detects Laravel
53
+ # MCP tunnel with streaming transport v2
54
+ instatunnel 8787 --mcp --transport v2
65
55
  ```
66
56
 
67
- ## 📋 Common Usage Patterns
57
+ Optional staged MCP token header:
68
58
 
69
59
  ```bash
70
- # Frontend Development
71
- instatunnel --react # Auto-detect React (port 3000)
72
- instatunnel --next # Auto-detect Next.js (port 3000)
73
- instatunnel 5173 # Vite dev server
74
-
75
- # API Development
76
- instatunnel --laravel # Auto-detect Laravel (port 8000)
77
- instatunnel 8000 # Express/Node.js API
78
- instatunnel 4000 # Custom API port
79
-
80
- # Full-Stack Development
81
- instatunnel 3000 -s frontend
82
- instatunnel 8000 -s api
83
- instatunnel 5432 -s database
84
-
85
- # Quick Sharing & Mobile Testing
86
- it # Auto-detect and share instantly
87
- instatunnel --qr # Auto-detect with QR code for mobile
88
- instatunnel -s demo # Auto-detect with memorable name
60
+ export INSTATUNNEL_MCP_TOKEN="your-shared-secret"
61
+ instatunnel 8787 --mcp --transport v2
89
62
  ```
90
63
 
91
- ## 🛠 Management Commands
92
-
93
- ```bash
94
- # List active tunnels
95
- instatunnel --list
96
-
97
- # Stop specific tunnel
98
- instatunnel --kill myapp
64
+ ## Popular use cases
99
65
 
100
- # View live request logs
101
- instatunnel --logs
66
+ - Localhost API sharing for frontend-backend integration
67
+ - Webhook testing for Stripe, GitHub, Slack, and custom integrations
68
+ - QA and client demos from local machines
69
+ - Mobile device testing against local environments
70
+ - MCP endpoint exposure for remote AI tooling workflows
102
71
 
103
- # Check usage statistics
104
- instatunnel --stats
105
-
106
- # Generate sharing templates
107
- instatunnel --share
108
-
109
- # Get help
110
- instatunnel --help
111
- ```
112
-
113
- ## 💰 Pricing & Plans
114
-
115
- ### Free Tier (Perfect for Development)
116
- - ✅ 3 simultaneous tunnels
117
- - ✅ 24+ hour sessions
118
- - ✅ Custom subdomains
119
- - ✅ Basic analytics
120
- - ✅ Password protection
121
- - ✅ QR code generation
122
-
123
- ### Pro Tier ($5/month) - 40% cheaper than ngrok Pro
124
- - ✅ Unlimited tunnels
125
- - ✅ Custom domains
126
- - ✅ Advanced analytics
127
- - ✅ Team collaboration
128
- - ✅ Priority support
129
-
130
- [View full pricing →](https://instatunnel.my/pricing)
131
-
132
- ## 🏗 Why InstaTunnel vs ngrok?
133
-
134
- | Feature | InstaTunnel Free | ngrok Free | InstaTunnel Pro | ngrok Pro |
135
- |---------|------------------|------------|-----------------|-----------|
136
- | **Price** | Free | Free | **$5/month** | $8/month |
137
- | **Sessions** | **24+ hours** | 2 hours | Unlimited | Unlimited |
138
- | **Tunnels** | **3 simultaneous** | 1 | Unlimited | Unlimited |
139
- | **Subdomains** | ✅ **Custom** | ❌ Random only | ✅ Custom | ✅ Custom |
140
- | **Setup Time** | **< 30 seconds** | ~1 minute | **< 30 seconds** | ~1 minute |
141
-
142
- ## 🌐 Links
143
-
144
- - **Website**: [instatunnel.my](https://instatunnel.my)
145
- - **Dashboard**: [dashboard.instatunnel.my](https://dashboard.instatunnel.my)
146
- - **Documentation**: [instatunnel.my/docs](https://instatunnel.my/docs)
147
- - **Status Page**: [status.instatunnel.my](https://status.instatunnel.my)
148
-
149
- ## 🚀 Get Started Now
150
-
151
- ```bash
152
- npm install -g instatunnel
153
- instatunnel
154
- ```
72
+ ## Common search terms
155
73
 
156
- That's it! Your local app is now live on the internet. 🎉
74
+ People usually find InstaTunnel via terms like:
75
+ - ngrok alternative
76
+ - localhost tunnel
77
+ - expose localhost to internet
78
+ - webhook testing tool
79
+ - https tunnel for local development
80
+ - custom subdomain tunnel
81
+ - MCP tunnel
82
+ - tunnel for local API
157
83
 
158
- ---
84
+ ## Links
159
85
 
160
- Made with ❤️ for developers worldwide. [Start your free account →](https://dashboard.instatunnel.my)
86
+ - Website: https://instatunnel.my
87
+ - Docs: https://instatunnel.my/docs
88
+ - Pricing: https://instatunnel.my/pricing
89
+ - Dashboard: https://dashboard.instatunnel.my
package/bin/instatunnel CHANGED
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "instatunnel",
3
- "version": "1.1.3",
4
- "description": "Expose your localhost to the internet instantly - the ngrok alternative that's 40% cheaper with superior UX",
3
+ "version": "1.1.5",
4
+ "description": "Expose localhost instantly with custom domains, analytics, and MCP tunnel support",
5
5
  "main": "install.js",
6
6
  "bin": {
7
- "instatunnel": "./instatunnel-wrapper.js",
8
- "it": "./it-wrapper.js"
7
+ "instatunnel": "instatunnel-wrapper.js",
8
+ "it": "it-wrapper.js"
9
9
  },
10
10
  "scripts": {
11
11
  "postinstall": "node install.js",