Best Products
Launches
Launch archive
Most-loved launches by the community
Launch Guide
Checklists and pro tips for launching
News
Newsletter
The best of Product Hunt, every day
Stories
Tech news, interviews, and tips from makers
Changelog
New Product Hunt features and releases
Forums
Forums
Ask questions, find support, and connect
Kitty Points Leaderboard
The highest scoring community members
Streaks
The most active community members
Events
Meet others online and in-person
Advertise
Subscribe
Sign in
Clear text
recent
p/webhook-debugger-logger-api-mocker
by
Ahmed Rehan
•
7mo ago
Webhook Debugger v2.8: Now Self-Hosted & on NPM (npx run)
... your own retention and payload sizes. But we didn't stop there. We also packed in: Hot-Reloading : Change settings (like adding more URLs) in real-time without restarting. SSRF Protection : Enterprise-grade security that blocks internal network scanning (
reqs
to localhost/10.x blocked). Deep Replay Search : Find that one failed event from 3 days ago in a stack of 100k requests without crashing memory. Why use this over RequestBin? Because this isn't just a logger it's a Workflow ...
0
2
p/self-promotion
by
Michael medvedev
•
9mo ago
Meebo - the missing API validation library for Express
... Meaning: - req.body could be literally anything - res.json() returns whatever you hand it - TypeScript just shrugs and says: any So I built Meebo to fix this. const router = TypedRouter(express.Router()); const schema = z.object({ id: z.number() }) router.post ("/users", { response: schema }, (
req
, res) => { res.json({ id: 1 }); <--- this is now validated and typed }); You get: - Real TypeScript types from your Zod schemas - Runtime validation on every request - Auto-generated Swagger UI No crazy syntax. No refactoring your whole app. It's free ...
0
2
Subscribe
Sign in