Tradefacts.io – US HTS tariff schedule, a JSON API and change detection
Wraps chaotic USITC API into versioned JSON; nightly diffs + webhooks beat scraper maintenance.

Detects breaking JSON schema changes and generates test data.
Backend developers and API maintainers managing schema versions
OpenAPI Diff · Schemathesis
Wraps chaotic USITC API into versioned JSON; nightly diffs + webhooks beat scraper maintenance.
Replaces tariff scraper maintenance with nightly diffs and webhooks, but solves a narrow domain problem.
Claude Code safety gate that blocks breaking changes; solves real foot-gun but limited to one AI tool.
TypeScript AST contracts feed LLMs correct props; stops AI from hallucinating missing fields.
Standardizes breaking change alerts so CI pipelines can gate deploys before production breaks.
Build-time llms.txt generation before the spec becomes mandatory everywhere.