Development
Compare OpenAPI or GraphQL schemas, flag breaking changes, and generate an impact-oriented change report for API teams
openapi-diff-breach-detectorDevelopment
Convert OpenAPI or Swagger JSON/YAML specs into TypeScript API types, request payloads, and response models with configurable output and naming styles
openapi-to-typescript-generatorDevelopment
Extract and parse documentation from JavaScript/TypeScript, Python, and Java source code
docstring-extractorDevelopment
Analyze file paths, identify Windows/Unix formats, extract components, and normalize paths
path-analyzerDevelopment
Extract specified attributes (href, src, data-*, etc.) from HTML content with tag name filtering support
html-attribute-extractorDevelopment
Batch parse URL query parameters with output of key frequency, value samples, and encoding anomaly detection
url-query-analyzerDevelopment
Match multiple regex patterns against text in one operation
multi-pattern-matcherDevelopment
Parse and display named capture groups from regex patterns
named-group-testerDevelopment
Preview regex replacements in real-time with detailed diff highlights and statistics
regex-replace-previewerDevelopment
Compare performance of different regex patterns, identify bottlenecks, and detect degenerate cases
regex-benchmarkDevelopment
Detect error-prone and risky regex patterns, check for catastrophic backtracking, unanchored patterns, and provide rewrite suggestions
regex-linterDevelopment
Generate random strings that match a given regular expression pattern
regex-to-string-generator