Prod.bd – Open-Source Ngrok Alternative Powered by Cloudflare Workers
Ngrok alternative on Cloudflare Workers, but signup-free determinism is the only real edge.
Replay button and localhost dashboard beat console.log debugging for API work.
Backend developers debugging APIs locally
HTTP Toolkit · Requestly · morgan
add console.log → redeploy → reproduce → squint
Built reqlog. One import, a dashboard opens at localhost:9000, you see everything in real time — payload, response, latency, replay button.
NestJS: @Module({ imports: [ReqlogModule.forRoot()] })
Express: app.use(require('reqlog-express')())
That is the entire setup.
github.com/FirasLatrech/reqlog
Ngrok alternative on Cloudflare Workers, but signup-free determinism is the only real edge.
ngrok alternative that's free, open-source, EU-hosted, zero tracking.
local.vibe gives localhost ports real names — ngrok local mode does this already.
Production-grade router from Liveblocks; mandatory auth and zod validation, not bolted-on.
Browser-accessible Linux shell in a container, but unclear what problem it solves.
Finally, HTTP/3 and async in a requests-compatible library after years of feature freeze.