Launched this week

SpecGuardian API validator that works
Validate API requests & responses against your OpenAPI spec
12 followers
Validate API requests & responses against your OpenAPI spec
12 followers
It's an OpenAPI 3.x reverse proxy that validates HTTP requests and responses against your spec. Invalid requests get rejected with 422, bad upstream responses return 502. All with structured RFC 7807 error details showing exactly which field failed and why. Drop it in front of any REST API. No code changes needed.


API issues usually become expensive long before anyone notices them.
Curious—what's the most common mistake you've seen teams repeatedly make with OpenAPI specs that SpecGuardian catches early?
honestly the RFC 7807 error details are exactly what i've been begging for at work, makes it so much easier to figure out which field actually broke. dropped it in front of our staging api in like five minutes.
Would love to see a mode where you can dry-run it in shadow mode and just log validation failures without rejecting anything, super helpful for safely rolling it out in front of legacy services that might have weird edge cases in their docs.
The RFC 7807 error format with field-level failure details is genuinely well thought out, makes debugging upstream contract drift way less painful.