Developer tools

Browse all tools in the "Developer tools" category and subcategories.

Code generation

SQL Generator (toolpods.io)

Describe a database operation in natural language and AI generates the corresponding SQL query. Supports SELECT, INSERT, UPDATE, and DELETE.

Encode & decode

URL Encode/Decode (toolpods.io)

Encode and decode URLs. Convert special characters using percent-encoding and decode them back.

Code generation

UUID Generator (toolpods.io)

Generate UUIDs (Universally Unique Identifiers). Create multiple v4 UUIDs at once.

Code generation

HTML Table Generator (boost-tool.com)

A free online tool to generate HTML table code through a GUI interface. Intuitively add or remove rows and columns, edit cells, and copy the generated HTML code directly.

Code generation

Text to List Converter (tool.muzin.org)

A tool to convert line-separated text into an HTML list using `<li>` tags. Each line is converted to a `<li>` element, wrapped in a `<ul>` tag to produce a ready-to-use HTML list.

Code generation

Line Break to br/p Tag Converter (tool.muzin.org)

A tool to convert line breaks in text into HTML `<br>` or `<p>` tags. Includes an option to prevent block elements (div, h1–h6, etc.) from being wrapped in `<p>` tags, streamlining HTML conversion tasks.

Encode & decode

HTML Tag Character Replacement Tool (tool.muzin.org)

A tool to convert HTML special characters (<, >, &) and their entity references (&lt;, &gt;, &amp;) bidirectionally. Useful for escaping/unescaping HTML tags to enable or disable them.

...910