QR Code Reader (web-toolbox.dev)
Free tool for reading QR codes by uploading an image file or using a camera. Results are displayed instantly in the browser with no installation required.
Rounded Corner Image Generator (web-toolbox.dev)
Free tool for applying rounded corners (border-radius) to images. Adjust the corner radius and download the result as a PNG file.
SQL Formatter (web-toolbox.dev)
Free tool for formatting SQL queries to improve readability. Capitalizes keywords and standardizes indentation. Supports major dialects including MySQL, PostgreSQL, and SQLite.
Subdomain Lookup (web-toolbox.dev)
Free tool for researching subdomains of a specified domain. Enumerates subdomains from DNS databases and public sources, useful for security research and understanding site structure.
Suggestion Extractor (web-toolbox.dev)
Free tool for bulk-fetching keyword suggestions from search engines like Google. Useful for SEO keyword research and content planning.
SVG Blob Generator (web-toolbox.dev)
Free tool for generating random organic-shaped SVG blobs. Great for design accents or website background decorations.
SVG to CSS (web-toolbox.dev)
Free tool for converting SVG data to Data URI format for use as a CSS background-image. Useful when you want to use SVG icons in CSS without external files.
Text Case Converter (web-toolbox.dev)
Free tool for converting text to camelCase, snake_case, PascalCase, kebab-case, and more. Useful for naming convention conversion in programming and data processing.
Text Diff Checker (web-toolbox.dev)
Free tool for comparing two texts and highlighting the differences. Color-codes additions, deletions, and changes for easy review, useful for code reviews and document comparison.
Text Duplicate Remover (web-toolbox.dev)
Free tool for detecting and removing duplicate lines from text. Useful for removing duplicates from lists or cleaning up log files.
Text Line Joiner (web-toolbox.dev)
Free tool for joining multiple lines of text into one with a specified delimiter. Useful for creating comma-separated lists or SQL IN clauses from multi-line input.
Text Prefix / Suffix (web-toolbox.dev)
Free tool for bulk-adding specified strings to the beginning or end of each line of text. Streamlines text editing tasks such as adding quote marks or inserting comment symbols.