Development
Convert files into Data URIs (Base64 or percent-encoded) for inlining images, fonts, and assets directly into HTML, CSS, or Markdown
data-uri-generatorDevelopment
Calculate CSS selector specificity scores, compare multiple selectors, and get suggestions for avoiding cascade conflicts
css-selector-specificity-calculatorDeveloper Tools
Visualize JSON or JSONL as an expandable tree and copy JSONPath expressions for every node
json-path-visualizerDevelopment
Compare two API response payloads, highlight field-level diffs, and classify likely functional changes versus harmless runtime drift
api-response-diff-semantic-analyzerDevelopment
Generate pure CSS masonry-style layouts with responsive breakpoints, configurable gaps, and optional full-width skip selectors
css-masonry-layout-generatorDevelopment
Convert structured service logs into Mermaid or PlantUML sequence diagrams, with optional latency and error annotations
log-sequence-diagram-converterDevelopment
Mutate OpenAPI request fields into semantically risky variants and optionally send them to a real backend to check defensive validation coverage
api-contract-mutation-testerDevelopment
Validate a real API response JSON against the response schema declared in an OpenAPI 3.x specification
api-response-contract-validatorDevelopment
Compare two OpenAPI 3.x schemas, identify breaking changes, grade client impact, and suggest migration or compatibility strategies
api-breaking-changes-detector-migration-plannerDevelopment
Audit HTML or a URL for common WCAG issues and export a structured PDF report grouped by severity
accessibility-audit-report-generatorDevelopment
Simulate the next runs of one or two 5-part cron expressions, highlight overlaps, and warn about overly dense schedules
cron-job-simulatorDevelopment
Generate boundary-value test cases from an OpenAPI 3.x document and optionally send them to a real backend to spot contract mismatches
api-contract-stress-tester