whatisgithub

What is ngrok?

payhon/ngrok — explained in plain English

Analysis updated 2026-07-18 · repo last pushed 2020-06-12

Audience · developerComplexity · 2/5DormantSetup · easy

In one sentence

A tool that gives your local computer a public internet address so anyone can reach an app running on your laptop, without deploying to a server.

Mindmap

mindmap
  root((repo))
    What it does
      Tunnels to localhost
      Bypasses firewall NAT
      Public web address
    Tech stack
      Reverse proxy
      Secure tunnel
    Use cases
      Test webhooks locally
      Hackathon demos
      Debug requests
    Audience
      Developers
      Hackathon builders
    Caveat
      Old 1.x version
      Not for production

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

What do people build with it?

USE CASE 1

Expose a local web server to the internet for quick testing.

USE CASE 2

Receive and test webhooks from services like Stripe or GitHub without deploying.

USE CASE 3

Demo an app running on your laptop at a hackathon.

USE CASE 4

Inspect and replay HTTP requests flowing through your app.

What is it built with?

Reverse ProxyTunneling

How does it compare?

payhon/ngrok0verflowme/alarm-clock0verflowme/seclists
LanguageCSS
Last pushed2020-06-122022-10-032020-05-03
MaintenanceDormantDormantDormant
Setup difficultyeasyeasyeasy
Complexity2/52/51/5
Audiencedevelopervibe coderops devops

Figures from each repo's GitHub metadata at analysis time.

How do you get it running?

Difficulty · easy Time to first run · 5min

This is the unmaintained 1.x version, use ngrok 2.x for production.

Copy-paste prompts

Prompt 1
Help me install and run ngrok 1.x to expose my local web server on port 3000 to the internet.
Prompt 2
Show me how to point a Stripe webhook at my ngrok tunnel URL for local testing.
Prompt 3
Walk me through using ngrok's inspection panel to see and replay HTTP requests hitting my local app.
Prompt 4
Explain why this ngrok 1.x repo is unmaintained and what I should use instead for a production tunnel.

Frequently asked questions

What is ngrok?

A tool that gives your local computer a public internet address so anyone can reach an app running on your laptop, without deploying to a server.

Is ngrok actively maintained?

Dormant — no commits in 2+ years (last push 2020-06-12).

How hard is ngrok to set up?

Setup difficulty is rated easy, with roughly 5min to a first successful run.

Who is ngrok for?

Mainly developer.

Open on GitHub → Ask about another repo

This repo across BitVibe Labs

Verify against the repo before relying on details.