Development
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-converterMath & Numbers
Run one-way ANOVA across multiple groups and inspect sums of squares, F statistic, and p-value
anova-calculatorDevelopment
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-generatorAI Tools
Use a vision LLM to recognize the image and automatically retouch it
ai-image-style-sharp-optimizerDocument Tools
Fetch a GitHub README and render it to a styled PDF
github-readme-to-pdfDocument Tools
Render a limited HTML subset into a PDF with a deterministic layout
html-to-pdf-rendererFormat Conversion
Convert GeoJSON format to GPX (GPS Exchange Format) format
geojson-to-gpxFormat Conversion
Convert GeoJSON format to KML (Keyhole Markup Language) format
geojson-to-kmlFormat Conversion
Convert GeoJSON format to OpenStreetMap (OSM) XML format
geojson-to-osmFormat Conversion
Convert GPX (GPS Exchange Format) to GeoJSON format
gpx-to-geojsonData Processing
Get a value at a path using lodash _.get
get-path