Stop sending ngrok links that change every time. Create a tunnel once, keep the same address forever.
curl -sL https://prismnotes.app/install.sh | bash -s -- <token> 3000
Pick your subdomain. Get a consistent URL like myapp.yourdomain.com instead of random garbage.
Lock down your tunnel with a password. Basic auth keeps strangers out of your dev environment.
See requests as they come in. Track bandwidth, response times, status codes. Debug faster.
Set request limits per IP. Prevent abuse without extra configuration.
Share tunnels with teammates. Roles keep changes safe while everyone stays in the loop.
Point your own domain at your tunnel. CNAME it, verify it, done. Auto SSL included.
Linux, Mac, Windows. Single binary, no dependencies. Just download and run.
Stay current without the hassle. The client can notify you when updates are ready.
Sign up, pick a subdomain, get your token.
One command connects your local port to the internet.
Your local server is now accessible from anywhere.
curl -sL https://prismnotes.app/install.sh | bash -s -- YOUR_TOKEN 3000
Download the exe from your dashboard and run:
tunnel.exe -server prismnotes.app -token YOUR_TOKEN -port 3000
Your local port 3000 is now available at https://yoursubdomain.prismnotes.app.com