Category
Dev
Code formatters, minifiers, beautifiers — HTML, CSS, JS, SQL, XML, YAML.
25 free dev tools — no sign-up, runs in your browser.
url-parser
DevBreak a URL into its components — protocol, host, port, path, query parameters, hash — with each query param listed individually.
user-agent-parser
DevParse a browser User-Agent string into structured browser/engine/OS/device fields.
http-status-code
DevLook up any HTTP status code — title, category, RFC explanation, and the situations it's actually used for.
mime-type-lookup
DevLook up the MIME type for a file extension, or the canonical extensions for a MIME type — covering 100+ common types.
subnet-calculator
DevCalculate network/broadcast addresses, host range, mask, wildcard mask, host counts, and IP class from a CIDR.
css-minifier
DevMinify CSS — strip whitespace, comments and unused syntax to ship smaller stylesheets.
css-beautifier
DevPretty-print CSS — choose 2-space, 4-space or tab indentation for readable stylesheets.
html-minifier
DevMinify HTML — collapse whitespace, drop comments and optionally compress inline JS and CSS.
html-beautifier
DevPretty-print HTML — readable indentation with nested tags on their own lines.
js-minifier
DevMinify JavaScript with Terser — compress, mangle and ship the smallest possible bundle.
js-beautifier
DevPretty-print JavaScript — consistent indentation and one statement per line for readable code.
sql-formatter
DevFormat SQL queries for every major dialect — Postgres, MySQL, SQLite, BigQuery, Snowflake and more.
xml-formatter
DevPretty-print XML documents — indent nested tags with 2 or 4 spaces for readable markup.
yaml-formatter
DevReformat YAML — normalize indentation, line wrapping and quoting for tidy config files.
csv-validator
DevValidate CSV data — check column consistency, count rows and surface parse errors.
htaccess-to-nginx
DevConvert Apache .htaccess rewrite rules and directives to nginx configuration — free, in your browser.
regex-cheat-sheet
DevInteractive regex reference — anchors, quantifiers, groups, character classes, lookaround, and flags with examples.
json-validator
DevValidate JSON and see errors with line numbers — plus auto-format/beautify. Free, instant, in-browser.
chmod-calculator
DevConvert between numeric (755) and symbolic (rwxr-xr-x) Unix file permissions. Free, instant, in-browser.
meta-tag-generator
DevGenerate HTML meta tags for SEO, Open Graph, and Twitter Cards. Free, instant, copy-paste ready.
csp-header-builder
DevBuild a Content-Security-Policy header interactively — select policies for each directive and get the full header string.
robots-txt-tester
DevTest whether a URL path is allowed or blocked by robots.txt rules for a specific crawler.
hreflang-tag-generator
DevGenerate hreflang alternate link tags from language codes and localized URLs.
instagram-id-finder
DevFind the numeric Instagram user ID for a public profile URL or username.
facebook-id-finder
DevFind the numeric Facebook profile or page ID from a public URL, username, or ID link.
Frequently asked
Are MyAITools developer tools free?
Yes. Formatters, minifiers, beautifiers, and validators for HTML, CSS, JS, SQL, XML, YAML, and JSON are all free.
Do these tools run offline?
Yes. All developer tools on MyAITools are client-side, so once the page is loaded they work without a network connection.
Can I use these in a script or CI?
MyAITools is a UI for one-off transformations. For scripting, the underlying libraries (Prettier, esbuild, jsbeautify, etc.) are open source and run in Node.