SQL Generator (toolpods.io)
Describe a database operation in natural language and AI generates the corresponding SQL query. Supports SELECT, INSERT, UPDATE, and DELETE.
URL Encode/Decode (toolpods.io)
Encode and decode URLs. Convert special characters using percent-encoding and decode them back.
UUID Generator (toolpods.io)
Generate UUIDs (Universally Unique Identifiers). Create multiple v4 UUIDs at once.
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.
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.
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.
HTML Tag Character Replacement Tool (tool.muzin.org)
A tool to convert HTML special characters (<, >, &) and their entity references (<, >, &) bidirectionally. Useful for escaping/unescaping HTML tags to enable or disable them.