29 tools available

Explore Web Tools

A curated collection of developer tools I build and maintain.

Base64 Encoder/Decoder

Encode and decode Base64 strings instantly. Supports text and file input.

JSON Formatter

Beautify, minify, and validate JSON data with syntax highlighting.

UUID Generator

Generate unique UUIDs (v4) with one click. Bulk generation supported.

Color Converter

Convert colors between HEX, RGB, HSL, and more. Includes a visual picker.

Markdown Preview

Write Markdown and see a live preview side by side with export options.

Hash Generator

Generate MD5, SHA-1, SHA-256 hashes from text input instantly.

Regex Tester

Test and debug regular expressions with real-time match highlighting.

URL Encoder/Decoder

Encode and decode URLs for safe use in web applications.

ASCII Art Text Generator

Transform plain text into stunning ASCII art with multiple font styles and instant copy support.

BCrypt Hash Generator

Generate and verify BCrypt password hashes with configurable salt rounds for secure authentication.

BIP39 Passphrase Generator

Generate cryptographically secure BIP39 mnemonic passphrases for wallets and key management.

Barcode Generator

Create barcodes in CODE128, EAN-13, UPC, and other formats with instant download as PNG.

Barcode Scanner

Scan barcodes from your camera or uploaded images using the browser's native BarcodeDetector API.

Base58 Encoder / Decoder

Encode and decode data in Base58 format, commonly used in Bitcoin addresses and IPFS hashes.

Basic Auth Generator

Generate HTTP Basic Authentication headers from username and password pairs, ready to use in API requests.

Faker

Generate realistic fake data for testing — names, emails, addresses, phone numbers, and more.

Favicon Generator

Create favicons from text, emoji, or uploaded images and download them in multiple sizes.

Glyph Inspector

Inspect Unicode characters — view code points, UTF-8 bytes, glyph names, and character properties.

GraphQL Formatter

Beautify and format GraphQL queries and schemas with proper indentation and syntax structure.

HMAC Generator

Generate HMAC signatures using SHA-1, SHA-256, or SHA-512 with a secret key for message authentication.

HTML Entities Encoder / Decoder

Encode special characters to HTML entities or decode entities back to their original characters.

HTML Formatter

Beautify and indent HTML code for better readability with configurable indentation options.

HTML Preview

Write HTML code and see a live rendered preview in real time within a sandboxed iframe.

HTML Sanitizer

Sanitize HTML to remove potentially dangerous XSS vectors while preserving safe content.

HTML To Markdown

Convert HTML markup to clean Markdown syntax with support for tables, links, and code blocks.

HTML To Text

Strip all HTML tags and extract clean plain text content from any HTML markup.

HTML Validator

Validate HTML structure and detect common issues like unclosed tags, missing attributes, and nesting errors.

HTML to PDF

Convert HTML content to a downloadable PDF document using client-side rendering.

Haml To HTML

Convert Haml template syntax to clean HTML markup with proper indentation and tag expansion.