Developer Tools
Free Online Tools
Handy utilities for your everyday development workflow. No sign-up required — just open and use.
Formatters
Encoders & Decoders
Generators
Converters
Inspectors
Text & Code
JSON to TypeScript
Paste JSON and get TypeScript interfaces generated automatically
SQL Formatter
Format and beautify SQL queries with proper indentation
Code Minifier
Minify HTML, CSS, and JavaScript code to reduce file size
String Case Converter
Convert text between camelCase, snake_case, PascalCase, kebab-case, and more
Text Counter
Count characters, words, sentences, paragraphs, and reading time
Text Inspector
Visualize whitespace, convert line endings, and escape/unescape text
Character Picker
Search Unicode characters and emojis by name and copy them
Find & Replace
Bulk find and replace in text with regex support and live preview
HTML to JSX Converter
Convert HTML to JSX — class to className, for to htmlFor, style objects, and self-closing tags
Tailwind to CSS Converter
Convert Tailwind CSS utility classes to plain CSS properties
Code Screenshot Generator
Generate beautiful code screenshots with custom themes, fonts, and backgrounds
Networking & API
cURL to Code Converter
Convert cURL commands to JavaScript fetch, Python requests, and Node.js axios code
HTTP Status Codes
Searchable reference of all HTTP status codes with descriptions
Query String Parser
Parse URLs into components and query parameters, or build URLs from params
CORS Header Builder
Configure CORS headers and get config snippets for Express, Next.js, and nginx
DNS Record Reference
Searchable reference of all DNS record types with descriptions and examples
Security & Crypto
Password Generator
Generate strong passwords with configurable length and character sets
TOTP Generator
Generate time-based one-time passwords from a secret key
RSA Key Pair Generator
Generate RSA public/private key pairs using Web Crypto API
ROT13/Caesar Cipher
Encrypt and decrypt text with ROT13 and configurable Caesar cipher shifts
Data & Conversion
SEO
Open Graph Preview
Preview how your page looks when shared on Twitter, Facebook, and LinkedIn
Meta Tag Generator
Generate HTML meta tags for SEO, social sharing, and browser behavior
Robots.txt Generator
Build robots.txt files with a visual rule editor
XML Sitemap Generator
Create valid XML sitemaps from a list of URLs
JSON-LD Generator
Build structured data markup for Google rich results (Article, FAQ, HowTo, etc.)
CSS & Design
CSS Gradient Generator
Visual gradient builder with live preview and CSS output
Flexbox Playground
Interactive flexbox property configurator with live preview
CSS Grid Generator
Visual CSS Grid layout builder with code output
CSS Effect Generator
Generate box shadows, border radius, and glassmorphism effects
Screen Calculator
Calculate aspect ratios, PPI, and physical screen dimensions
Responsive Breakpoint Calculator
Calculate responsive breakpoints and generate media queries for popular frameworks
Font & Spacing Scale Generator
Generate typographic and spacing scales from a base size and ratio
Favicon Generator
Upload an image and generate multi-size favicons (16px to 512px) as downloadable PNGs
Dev Productivity
Chmod Calculator
Visual file permission calculator with numeric and symbolic notation
JavaScript Keycode Finder
Press any key to see its keyCode, key, code, and which values
User Agent Parser
Parse user agent strings into browser, OS, and device details
.gitignore Generator
Generate .gitignore files by selecting languages and frameworks
License Generator
Browse and generate open source license files (MIT, Apache, GPL, etc.)
Docker Run to Compose
Convert docker run commands to docker-compose.yml format
Server Config Generator
Generate .htaccess and nginx config snippets for common rules
SSH Config Generator
Visual builder for ~/.ssh/config host entries
Environment Variable Validator
Validate .env files for missing values, duplicates, and formatting issues
NPM Package Comparator
Compare package.json files to find dependency differences and version mismatches
API Response Mocker
Define mock API responses and generate handler code for Express, Next.js, and Hono