Blue-Idea Code Tools

HTML Minifier (Initial Tool)

Neon Code Converters

Floating menu on the right opens each converter in its own neon modal. All tools are real, not demos.

HTML, Markdown, BBCode, JSON, YAML, CSV, XML, encoders, minifiers, JWT decoder, regex tester, and more—optimized for mobile and desktop.

Tools Guide & Reference Table

Review what each code tool does and follow the quick instructions below to run them seamlessly.

Tool Name What It Does Instructions
HTML Minifier
(Initial Tool)
Removes unnecessary whitespace, line breaks, and comments from HTML code. 1. Paste HTML into the top box.
2. Click Minify HTML.
3. Copy optimized code.
HTML ⇄ Markdown Converts HTML structures into clean Markdown text, or vice versa. 1. Open via menu.
2. Paste text.
3. Click target conversion button.
HTML ⇄ BBCode Translates HTML tags into bulletin board BBCode formatting, and vice versa. 1. Open via menu.
2. Input code.
3. Click direction button.
JSON ⇄ YAML Converts structured JSON data into YAML syntax, or vice versa. 1. Open via menu.
2. Paste text.
3. Click conversion choice.
CSV ⇄ JSON Transforms comma-separated spreadsheet data (CSV) into a JSON array. 1. Open via menu.
2. Paste CSV/JSON.
3. Click conversion button.
XML ⇄ JSON Parses XML elements and attributes into a JSON object, and vice versa. 1. Open via menu.
2. Input raw syntax.
3. Click conversion action.
HTML ⇄ XML Normalizes regular HTML into valid XML format, or displays XML as HTML. 1. Open via menu.
2. Paste markup.
3. Click respective button.
CSS ⇄ SCSS Adds base variables to CSS to build SCSS, or flattens SCSS back to CSS. 1. Open via menu.
2. Paste styles.
3. Click processing choice.
JS Minifier Strips code comments and redundant whitespace from JavaScript files. 1. Open via menu.
2. Paste JS code.
3. Click Minify JS.
CSS Minifier Compresses stylesheets by stripping out comments, spaces, and delimiters. 1. Open via menu.
2. Paste CSS rules.
3. Click Minify CSS.
URL Encode / Decode Safely escapes characters for URLs using percent-encoding, or decodes them. 1. Open via menu.
2. Enter text/URL.
3. Click Encode/Decode.
Base64 Encode / Decode Encodes strings into Base64 format (UTF-8 safe) or decodes back to text. 1. Open via menu.
2. Enter string.
3. Click Encode/Decode.
JWT Decoder Inspects JSON Web Tokens (JWT) to display their header and payload data. 1. Open via menu.
2. Paste token string.
3. Click Decode JWT.
Regex Tester Tests regular expression patterns against target text for matches and groups. 1. Open via menu.
2. Add pattern & text.
3. Click Test Regex.
HTML Escape / Unescape Converts reserved characters into safe HTML entities, or unescapes them. 1. Open via menu.
2. Input text string.
3. Click Escape/Unescape.