Developer Tools
276+ tools · 15 categories · REST API live · CLI coming soon
Coming soon
Run any tool from your terminal via npx. No install required.
Image processing, AI-assisted regex, DNS propagation checker, and more in the pipeline.
276+ tools · 15 categories · REST API live · CLI coming soon
Run any tool from your terminal via npx. No install required.
Image processing, AI-assisted regex, DNS propagation checker, and more in the pipeline.
17 AI tools
Generate SVG illustrations, icons, and graphics from a text description using GPT-4o
Describe what you want to match in plain English: get a regex pattern, explanation, and test cases powered by GPT-4o mini
Describe a terminal task in plain English: get the exact shell command with a breakdown of every flag, powered by GPT-4o mini
Paste any CSS and get a plain-English breakdown of every selector and property: powered by GPT-4o mini
Describe your data in plain English: get a production-ready JSON Schema (Draft-07) instantly, powered by GPT-4o mini
Paste a git diff and get a Conventional Commits-style commit message back: type, scope, subject, and body, powered by GPT-4o mini
Paste an error stack trace and get the likely error type, a plain-English explanation of the cause, and a suggested fix, powered by GPT-4o mini
Describe your app in plain English and get a production-ready Dockerfile back, with multi-stage builds, layer caching, and a non-root user, powered by GPT-4o mini
Paste a SQL query and get a plain-English explanation of what it returns, how it is evaluated step by step, which tables it touches, and what to check for performance, powered by GPT-4o mini
Paste a compiler, linker, or package-manager error message and get a plain-English explanation, the usual root causes, and a concrete next step, powered by GPT-4o mini
Paste any regex pattern and get a plain-English, token-by-token breakdown of what it matches, powered by GPT-4o mini
Paste a function or class and get a documentation comment written in the idiomatic style for its language, JSDoc, a Google-style Python docstring, Javadoc, rustdoc, and similar, plus the original code with the comment inserted above it.
Paste a function and get back a set of proposed unit test cases, concrete inputs, expected outputs, and whether each covers a happy path, edge case, or error case, powered by GPT-4o mini
Paste a git diff and get back a structured pull request description: a title, a bulleted summary of what changed, and a test plan checklist, powered by GPT-4o mini
Paste a shell or bash command and get a plain-English, flag-by-flag breakdown of what it does, plus a warning if it's destructive, powered by GPT-4o mini
Describe a schedule in plain English and get back a standard 5-field cron expression, a plain-English recap of when it fires, and a field-by-field breakdown, powered by GPT-4o mini
Paste a Dockerfile and get a plain-English, instruction-by-instruction walkthrough plus a list of concrete issues worth fixing, powered by GPT-4o mini