Ship & run
Tunnel localhost, stream live traffic
Run npx apiblaze dev to expose your local server through a public, secured endpoint — and watch every request, header and response stream into your terminal in real time.
- One command: npx apiblaze dev 3000
- Captures requests even before your server is up
- Secrets masked, JWTs decoded in the live log
- Append traffic to a file with --capture-file
npx apiblaze dev
$ npx apiblaze dev 3000
✓ tunnel open → https://braveotter42.abz.run → http://localhost:3000
200 GET /users/42 18ms
201 POST /orders 31ms
200 GET /users/42/cart 22msBuilt for the inner loop
Live request stream
Method, path, status and latency for every call as it happens.
Webhook-ready
Hand third parties a stable public URL that forwards to localhost.
Capture to file
--capture-file writes JSON-lines for post-mortem debugging.
Auto-create
No proxy yet? dev spins up a throwaway one for you.
Try it in 30 seconds
No signup required. Claim it to your account whenever you’re ready.