Skip to main content
7BBusyBoss
← Back to all categories

Developer Tools

Formatters, encoders, generators and testers every developer needs.

16 tools across 3 sub-categories

Code Formatters

Format and validate JSON, HTML, CSS.

6 tools

Code Generators

Passwords, UUIDs, regex, CSS.

4 tools

Encoders & Decoders

Base64, URL, JWT, hash.

6 tools

Converters that fit Developer Tools

Free in-browser converters from our full toolkit. Open one here or browse all in Converters.

24 tools

Roman Numeral Converter

Converter

Convert numbers (1-3999) to Roman numerals and back.

Number Converters

CSV to Markdown Table Converter

Converter

Convert CSV to a properly-aligned Markdown table. Great for GitHub READMEs, docs, and Notion pages.

Data Converters

CSV to TSV Converter

Converter

Convert CSV to TSV. Tabs avoid CSV's comma-escaping pain and copy-paste cleanly into spreadsheets.

Data Converters

Excel to HTML Table Converter

Converter

Convert a sheet to a styled HTML table. Live preview, copy or download as .html. Browser-only.

Excel Converters

File Decrypter

Converter

Decrypt a .enc file produced by our File Encrypter using its password. Runs in your browser, AES-256-GCM.

File Security

HTML to JSX Converter

Converter

Convert HTML to JSX. Renames class → className, for → htmlFor, kebab-case SVG attrs to camelCase, inline styles to object form.

Code Converters

HTML to Markdown Converter

Converter

Convert HTML to clean Markdown. Powered by Turndown — preserves headings, lists, code blocks, links, blockquotes.

Markdown Converters

JSON to Markdown Table Converter

Converter

Convert a JSON array of objects to a Markdown table. Union of keys becomes the header row.

Data Converters

JSON to TypeScript Interface Converter

Converter

Generate TypeScript interfaces from any JSON sample. Nested objects become nested interfaces; arrays become typed unions.

Code Converters

Markdown to HTML & HTML to Markdown

Converter

Round-trip Markdown ↔ HTML converter with live preview. CommonMark + GFM via marked; clean MD output via Turndown.

Markdown Converters

Number System Converter

Converter

Convert between binary, octal, decimal and hexadecimal — all four directions.

Number Converters

CSV to Excel Converter

Converter

Build a .xlsx workbook from CSV data. Handles quoted fields, embedded commas/newlines. Browser-only.

Excel Converters

Excel to CSV Converter

Converter

Convert .xlsx (or .xls / .ods) workbooks to clean CSV. Pick which sheet to export. Browser-only.

Excel Converters

Excel to JSON Converter

Converter

Convert an Excel workbook into a JSON array of row-objects. First row becomes the keys. Browser-only.

Excel Converters

File Encrypter

Converter

Encrypt any file with a password using AES-256-GCM. Browser-only — files never upload. Output is a .enc file readable only with the same password.

File Security

File Hash Generator

Converter

Compute SHA-1, SHA-256, SHA-384, SHA-512 of any file. Verify downloads, dedupe files, check integrity. Browser-only.

File Security

JSON to Excel Converter

Converter

Convert a JSON array of objects into a .xlsx workbook. Object keys become column headers. Browser-only.

Excel Converters

JSON to Go Struct Converter

Converter

Generate Go structs (with JSON tags) from any JSON sample. Nested objects become nested types.

Code Converters

JSON to XML Converter

Converter

Convert JSON to XML in your browser. Object keys become tag names; arrays become repeated tags.

Data Converters

Markdown to Plain Text Converter

Converter

Strip all Markdown formatting and get clean plain text. Useful for word counts, exports, accessibility.

Markdown Converters

Password-Protect a ZIP

Converter

Build an AES-256 password-protected ZIP from any files. Compatible with WinRAR, 7-Zip, and macOS Archive Utility.

File Security

Query String to JSON Converter

Converter

Convert a URL query string to JSON. Handles repeated keys (arrays) and PHP-style bracket nesting like filters[year]=2026.

Code Converters

Remove ZIP Password

Converter

Unlock a password-protected ZIP using its password and repack it without encryption. Browser-only.

File Security

SQL INSERT to JSON Converter

Converter

Convert SQL INSERT INTO … VALUES (…) statements to a JSON array of rows. Supports NULL, booleans, numbers, quoted strings.

Code Converters