Launched this week

Inspekt
AI-powered API proxy for automated debugging and security
82 followers
AI-powered API proxy for automated debugging and security
82 followers
Inspekt is a TypeScript-native proxy that diagnoses API errors in real-time. Instead of just returning raw data, it uses AI to analyze headers, status codes, and bodies to provide actionable fixes for 4xx/5xx errors







Hey Product Hunt! 👋
I’m Jamaldeen, and I built Inspekt because I got tired of "log-diving" every time a 4xx error popped up. Most debuggers just show you the raw data; I wanted something that told me the solution.
Inspekt isn't just a status-code checker. It’s a semantic proxy. By intercepting the full request/response cycle (headers + body), it uses AI to diagnose exactly why a request failed even in tricky scenarios like GraphQL returning a 200 OK with an error payload inside.
Key features to test:
Deep Packet Diagnosis: It analyzes the full JSON body and headers to find the "invisible" bugs.
Security Audit: It automatically flags missing CORS headers, insecure routes, or accidental credential leaks.
Context-Aware Fixes: It doesn't just say "403 Forbidden"; it tells you which specific permission or header is missing from your request.
Smart Truncation: It handles massive payloads by intelligently trimming data to keep your AI tokens low while keeping the core logic intact.
Roadmap based on today's feedback:
Local Privacy Scrubbing: Stripping PII/Auth tokens locally before they ever hit the AI.
Custom Error Triggers: Allowing you to define what counts as a "failure" even on 200-status responses
Thank you for all the incredible technical questions so far. I’ve been reading every single comment, and based on your feedback regarding PII and edge cases, I just pushed Update 01 to the live proxy.
Here is a quick FAQ to cover the most common questions and the new security features
1. How do you handle sensitive data (API Keys/Tokens)?
2. Does it support GraphQL?
3. What happens with massive JSON payloads?
4. Can I self-host this?
5. What’s next on the roadmap?