Developer Utilities & Security Suite
Fast, client-side, privacy-first web tools for software engineers, DevOps, and security specialists.
🔒 100% Client-Side In-Memory Processing
🚀 Zero Server Telemetry & Tracking
⚡ Instant WebCrypto & WASM Engines
JSON Formatter & Validator
Format, prettify, repair, and validate JSON data instantly with syntax highlighting.
Base64 Encoder / Decoder
Encode strings and images to Base64 format or decode Base64 back into readable text.
Unix Timestamp Converter
Convert Unix epoch timestamps (seconds/ms) to ISO-8601 and local human dates.
Bcrypt Password Hash Tool
Compute salted bcrypt password hashes ($2a$, $2b$) with custom rounds client-side.
JavaScript Compiler (ES6+ to ES5)
Transpile modern ES6+ arrow functions and syntax to legacy ES5 JS.
JWT Decoder & Inspector
Decode JSON Web Tokens (JWT) client-side to inspect payload, headers, and expiration dates.
Cron Expression Generator
Generate, parse, and translate complex crontab schedules into human-readable English.
IP Subnet & CIDR Calculator
Calculate IPv4 subnet masks, CIDR notation, network IPs, broadcast ranges, and host limits.
CSS Glassmorphism Generator
Design modern frosted glass UI cards with live backdrop-filter CSS output controls.
SQL Query Formatter
Beautify, indent, and format raw SQL queries for MySQL, PostgreSQL, Oracle, and SQLite.
Image to Base64 Data URI Converter
Convert PNG, JPG, WebP, SVG, and GIF images into Base64 Data URIs and inline CSS background strings 100% client-side.
URL Encoder / Decoder
Convert URI components and query strings into percent-encoded RFC 3986 format.
UUID / GUID v4 Generator
Generate cryptographically strong random v4 UUIDs and GUIDs individually or in bulk.
Regex Pattern Tester
Test regular expressions with real-time group matching, flags, and regex cheat sheets.
Code & Text Diff Checker
Compare two text or code snippets side-by-side to highlight additions, deletions, and diffs.
CSS Minifier & Formatter
Compress raw CSS styles to boost website load performance or un-minify stylesheet code.
PX to REM / EM Converter
Convert pixel font sizes to CSS REM and EM units based on customizable base root sizes.
RGB to HEX Color Converter
Convert RGB / RGBA color values to Hexadecimal hex codes with interactive visual picker.
cURL to Code Converter
Transform cURL terminal commands into JavaScript fetch, Python requests, Node, or Go code.
Multi-Hash Digest Generator
Generate MD5, SHA-1, SHA-256, and SHA-512 cryptographic digests simultaneously.
HMAC Hash Signature Generator
Compute Hash-based Message Authentication Codes (HMAC) with custom secret keys.
Apache .htpasswd Generator
Generate Apache and Nginx basic auth password hashes using Bcrypt or APR1 MD5 algorithms.
JSON to CSV Converter
Transform JSON arrays and nested object datasets into downloadable CSV spreadsheets.
YAML to JSON Converter
Convert YAML configuration files to formatted JSON code and validate syntax trees.
HTML Entity Encoder / Decoder
Safely encode special HTML characters into named or numeric entities to prevent XSS.
XML Formatter & Validator
Format, indent, and validate XML documents with configurable indentation spaces.
Lorem Ipsum Dummy Text Tool
Generate custom dummy placeholder text paragraphs, sentences, or word lists for UI design.
Word & Character Counter
Count characters, words, sentences, reading time, and keyword density in real-time.
Text Line Deduplicator
Remove duplicate lines from lists, sort strings alphabetically, and strip empty lines.
Base32 Encoder / Decoder
Encode and decode RFC 4648 Base32 strings commonly used in TOTP 2FA secret keys.
String Case Converter
Convert text to camelCase, PascalCase, snake_case, kebab-case, CONSTANT_CASE, or Title Case.
AES Encryption & Decryption
Encrypt and decrypt text using AES-128/256 GCM or CBC modes 100% client-side.
DES & Triple-DES (3DES) Cipher
Encrypt and decrypt payloads with DES and Triple-DES (3DES TDEA) block ciphers.
RSA Key Pair Generator (2048/4096)
Generate secure 2048-bit and 4096-bit RSA public/private key pairs in PKCS#8 PEM format.
SHA-384 & SHA-512 Hash Checksum
Compute cryptographic SHA-384 and SHA-512 SHA-2 family digests 100% locally.
SHA-3 & Keccak-256 Hash Tool
Compute SHA3-224, SHA3-256, SHA3-512, and Ethereum Keccak-256 digests.
MD5 Hash Checksum Generator
Compute 128-bit MD5 checksum digests for string validation and legacy checksums.
SHA-1 Hash Generator & Checksum
Generate 160-bit SHA-1 cryptographic digests for Git commit object validation.
Base85 / Ascii85 Encoder Decoder
Convert binary data and text into Adobe PostScript / RFC 1924 Base85 string format.
Caesar Cipher & ROT13 Tool
Shift text letters with custom numeric offsets and reciprocal ROT13 transformation.
Password Generator & Entropy Tool
Generate secure passwords and compute Shannon Entropy (bits) & cracking estimates.
HTML Entity Unescaper & Sanitizer
Convert escaped HTML entities (<, >, &) back into literal HTML characters.
Unicode Escape & Unescape (\uXXXX)
Convert text to JavaScript/Java \uXXXX notation and unescape UTF-16 sequences.
Hexadecimal to ASCII & String
Convert raw Hex byte strings to ASCII text and encode text into Hex format.
PBKDF2 Password Key Derivation
Compute derived key hashes using PBKDF2-HMAC-SHA256 with custom iterations.
CRC32 Checksum Calculator
Compute 32-bit Cyclic Redundancy Check polynomials for network and file integrity.
HTML Formatter & Code Beautifier
Indent, format, and structure raw HTML code 100% client-side.
CSS Formatter & Beautifier
Beautify, indent, and organize CSS stylesheets with uniform formatting.
JavaScript Code Beautifier
Beautify, format, and indent unformatted JavaScript script code.
HTML Code Minifier & Compressor
Compress HTML markup and remove comments & whitespace client-side.
JavaScript Minifier & Compressor
Compact JavaScript source code and remove comments for production.
JSON Minifier & Compact Tool
Compress JSON documents into a single line with zero extra spaces.
XML to JSON Converter
Transform XML documents and SOAP payloads into clean JSON objects.
CSV to JSON Converter
Convert CSV spreadsheet files into formatted JSON array objects.
CSV to SQL INSERT Statement Generator
Convert CSV spreadsheet rows into SQL INSERT commands for databases.
JSON to YAML Converter
Convert JSON documents to human-readable YAML for Docker & K8s.
YAML Formatter & Syntax Prettifier
Beautify, validate, and fix 2-space indentation in YAML files.
GraphQL Query Formatter
Prettify, indent, and format GraphQL queries, mutations, and schemas.
JSON to TypeScript Interface Generator
Convert raw JSON objects into strongly typed TS interface definitions.
JSON to Go Struct Generator
Convert JSON payloads to Go struct definitions with json tags.
JSON to Rust Struct Generator (Serde)
Convert JSON payloads into strongly typed Rust structs with Serde.
JSON to Python Dataclass Generator
Convert JSON objects to Python @dataclass and Pydantic models.
TypeScript to JavaScript Transpiler
Strip type annotations, interfaces, and generics into plain ES6 JS.
TOML to JSON Converter
Convert TOML configuration files (Cargo, pyproject) to JSON.
URL Query String to JSON Converter
Parse URL search parameters and query strings into JSON objects.
Java & C# String Escaper / Unescaper
Convert raw strings to escaped literals (\n, \", \t) for C-family code.
PHP Serialize to JSON Converter
Parse PHP serialize() payload strings into readable JSON objects.
MongoDB BSON / Extended JSON Converter
Parse MongoDB $oid, $date, and Extended JSON into standard JSON.
Protobuf (Proto3) to JSON Schema
Convert proto3 message definitions to JSON Schema and payloads.
IPv6 Subnet & CIDR Prefix Calculator
Calculate IPv6 CIDR prefixes, expanded/compressed addresses, and subnets.
User-Agent Header Parser & Inspector
Inspect HTTP User-Agent headers to identify Browser, OS, Engine, and Bots.
HTTP Status Code Reference & Guide
Look up HTTP status codes (1xx-5xx), RFC 9110 specs, and fixes.
MAC Address OUI Lookup & Formatter
Inspect MAC addresses, decode IEEE OUI vendors, and format hex strings.
DNS Zone File & Record Decoder
Parse raw DNS Zone files, BIND records, A, AAAA, MX, TXT, and DKIM entries.
Multi-Stage Dockerfile Generator
Generate multi-stage Dockerfiles for Node, Python, Go, Rust with non-root security.
Nginx Reverse Proxy & Server Block Builder
Generate Nginx server blocks with SSL/TLS 1.3, HSTS, CORS, and rate limits.
Kubernetes (K8s) Manifest Builder
Generate Deployment, Service, and Ingress YAML manifests for Kubernetes.
SSL / TLS X.509 Certificate Decoder
Parse PEM X.509 certificates to inspect Subject, Issuer, Validity, and SANs.
SSH Public Key Inspector & Formatter
Inspect SSH public keys, verify algorithms (Ed25519, RSA), and compute fingerprints.
Network Port Number Lookup & Reference
Search well-known TCP/UDP service ports (0-65535) and IANA assignments.
Network Latency RTT & BDP Calculator
Calculate theoretical fiber latency RTT, Bandwidth Delay Product, and TCP Window.
Linux systemd Service Unit Generator
Generate Linux systemd .service unit files with restart policies & cgroups.
Crontab Schedule to systemd Timer
Convert traditional Crontab schedules into systemd .timer and .service pairs.
HTTP Security Headers & CSP Generator
Generate HSTS, CSP Level 3, X-Frame-Options, and Referrer-Policy headers.
CSS Box Shadow Generator & Previewer
Design smooth CSS box shadows with live color, blur, spread, and inset controls.
CSS Gradient Generator (Linear, Radial & Conic)
Design modern CSS linear, radial, and conic gradients with live preview, color stops, angle controls, and instant CSS code output.
CSS Flexbox Layout Generator & Visual Builder
Build CSS Flexbox layouts interactively. Visual controls for flex-direction, justify-content, align-items, flex-wrap, and gap.
CSS Grid Layout & Area Generator
Generate CSS Grid layouts with custom rows, columns, gaps, and grid-template-areas. Live interactive grid builder with CSS code output.
WCAG Color Contrast Ratio Checker (AA & AAA)
Check color contrast ratio compliance for WCAG 2.1 Level AA and AAA standards. Test foreground and background hex colors with live accessibility pass/fail indicators.
CSS clamp() Fluid Typography & Spacing Calculator
Calculate fluid CSS clamp(min, val, max) formulas for responsive typography and spacing without media queries. Custom viewport range controls.
Fancy 8-Point CSS Border-Radius Generator
Generate organic, asymmetrical 8-point CSS border-radius shapes with interactive corner sliders and live visual preview.
SVG to CSS Data URI & Background Converter
Convert raw SVG graphics into optimized URL-encoded CSS background-image Data URIs and base64 strings client-side.
Pixel to Viewport (PX to VW / VH) Calculator
Convert pixel dimensions (px) into fluid viewport width (vw) and viewport height (vh) units for responsive web layouts.
CSS Animation & Keyframes Generator
Build CSS keyframe animations with visual duration, delay, easing presets, iteration counts, and live animated preview card.
CSS clip-path Polygon & Shape Maker
Create CSS clip-path shapes including polygons, circles, ellipses, and stars. Drag nodes on interactive canvas to generate clip-path code.
CSS Filter & Backdrop-Filter Generator
Apply and chain CSS filter effects (blur, brightness, contrast, grayscale, hue-rotate, invert, opacity, saturate, sepia) with live image preview.
CSS 3D Transform & Perspective Generator
Generate CSS 3D matrix transforms (rotateX, rotateY, rotateZ, scale3d, translate3d, perspective) with live 3D card preview.
Custom CSS Scrollbar Styling Generator
Design custom webkit and Firefox scrollbars (::-webkit-scrollbar, scrollbar-color, scrollbar-width) with live scroll area preview.
Pure CSS Border Triangle Generator
Generate pure CSS triangles pointing top, right, bottom, left, top-left, etc. using border width tricks with instant CSS output.
Aspect Ratio Calculator & CSS aspect-ratio Generator
Calculate video, image, and screen aspect ratios (16:9, 4:3, 21:9, 1:1) and generate modern CSS aspect-ratio property code.
CSS Text Shadow & Neon Glow Generator
Create layered CSS text-shadow effects, 3D text extrusions, and neon glow effects with live editable typography preview.
SVG Cleaner & SVGO Optimizer
Clean and optimize SVG code client-side. Remove metadata, comments, editor namespaces, empty tags, and minifying path data.
Web Font Line-Height & Rem / Weight Ratio Calculator
Calculate optimal font line-height ratios, REM base conversions, and font-weight CSS mapping for web typography design systems.
CSS cubic-bezier() Easing Curve Generator
Design custom cubic-bezier timing functions for CSS transitions and animations with interactive control points and animated ball comparison.
Monochromatic & Complementary Color Palette Generator
Generate harmonious color palettes (Monochromatic, Complementary, Triadic, Analogous) with Hex, RGB, HSL codes and CSS variables.
Markdown to HTML Converter
Convert Markdown markup text to clean, semantic HTML5 code in real-time.
Base64 to Image Decoder & Saver
Decode Base64 Data URIs and raw Base64 strings into downloadable PNG, JPG, or WebP images 100% in-browser.
Favicon Generator & HTML Head Snippet Builder
Generate multi-size browser favicons (16x16, 32x32, 180x180 Apple Touch Icon) with HTML link tag markup from any image 100% client-side.
HTML5 Canvas Image Color Picker & Eyedropper
Pick exact Hex, RGB, HSL color codes from any uploaded image using an interactive HTML5 Canvas eyedropper magnifying loupe.
Client-Side Image Resizer & Aspect Ratio Cropper
Resize and crop PNG, JPEG, WebP images to exact pixel dimensions or preset aspect ratios (16:9, 1:1, 4:3) in local memory.
Image Format Converter (PNG, JPEG, WebP & AVIF)
Convert images between PNG, JPEG, WebP, and AVIF formats with quality compression sliders 100% locally in your browser.
Image EXIF Privacy Metadata Viewer & Stripper
View and strip sensitive GPS location, camera model, lens settings, and date EXIF metadata from JPEG and PNG images for privacy protection.
Color Blindness Vision Simulator & Accessibility Checker
Simulate how images and UI designs appear to people with Protanopia, Deuteranopia, Tritanopia, and Achromatopsia color vision deficiencies.
SVG Seamless Background Pattern Generator
Create seamless geometric SVG background patterns (polka dots, isometric grids, chevrons, waves) with live color and stroke customization.
Image Dominant Color Palette Extractor
Extract dominant color palettes, accent swatches, and Hex/RGB color codes from any uploaded photo using k-means canvas clustering.
CSS Cursor Property Visualizer & Reference
Browse and preview all standard CSS cursor values (pointer, grab, crosshair, wait, zoom-in, not-allowed) with live hover sandbox.