Development
Query arbitrary JSON with JSONPath expressions, preview matches, switch output modes, and save reusable query templates
jsonpath-query-toolDevelopment
Parse cron schedules, validate standard or Quartz syntax, and visualize the next execution times on a timeline and grouped calendar view
cron-expression-visualizerDevelopment
Generate polished API documentation from OpenAPI or annotated comments
api-doc-generatorDevelopment
Measure cyclomatic and cognitive complexity across multiple programming languages
code-complexity-analyzerDevelopment
Compare two database schemas and generate migration-oriented change reports
database-schema-diffDevelopment
Generate cURL and common language code snippets from a request URL, method, headers, query parameters, and body
api-request-code-snippet-generatorDevelopment
Convert JSON Schema JSON/YAML definitions into ready-to-use Zod schemas with nested objects, arrays, enums, and common validation rules
json-schema-to-zod-schema-converterDevelopment
Generate a runnable Redis-backed mock API server with 1-hour TTL, hot updates, and dynamic templated responses
api-mock-serverDevelopment
Infer JSON Schema from sample JSON, optionally merge manual schema edits, and validate data against the active schema
json-schema-generatorDevelopment
Parse and extract structured data from changelogs and release notes in multiple formats
changelog-extractorDevelopment
Use AI to break down regular expressions into readable explanations
ai-regex-explainerDevelopment
Convert file matching patterns (Glob) to regular expressions
glob-to-regex