AppDevTools
AppDevTools
/
AppDevTools

AppDevTools

Welcome

Welcome to AppDevTools, a web app providing a number of free online developer tools. Whether you're a web or mobile app developer, let our tools assist your workflow.

We as developers realized that it'd be tiring and time consuming to search for each developer tool online just to solve small programming problems on a daily basis. So we aim to provide high quality developer tools in one place to assist both web and mobile app developers throughout the world for free, forever.

Whether you're a web or mobile app developer, you can make use of our tools to build your app easier. We have developer tools that cover a number of categories in programming, such as Case Converter, Lorem Ipsum Generator, SQL Escape, JSON Formatter, Regular Expression Tester, Password Generator, Base64 Encoder / Decoder, UNIX Timestamp Converter, and more.

Moreover, most of the developer tools we provide completely work on the client side so that you get the result instantly. We tend to build developer tools that process data on the client side if possible because not only is it fast and snappy but it's also safe and secure as everything is done on your device. However, some of our tools have to process data on the server according to the nature of the libraries we use. So you just have to wait for a few seconds to get the result, but you can rest assured that it still feels instant.

If you appreciate our developer tools or find them useful, please consider sharing AppDevTools with your developer friends. We'll be more than happy to have more users and learn more about valuable feedback from other developers.

You can keep in touch with the project by following us on Facebook and Twitter. In case you have any suggestions or encounter a bug, you can send an email to info[at]appdevtools.com or simply use the contact form. Thank you.

Text Tools

String Utilities

Counts the number of characters, words, lines, and substrings, converts a string to lowercase, uppercase, reverses a string, or splits a string with a separator.

Case Converter

Converts words or text to any case instantly, such as lowercase, uppercase, camel case, capital case, constant case, param case, pascal case, sentence case, title case, and more.

Sort Lines

Sorts lines alphanumerically and/or case-insensitively, reverses lines, shuffles lines, or adds line numbers to text with your preferred EOL for both UNIX and Windows.

Diff Checker

Compares text to find the differences between two text documents instantly with syntax highlighting. Supports over 170 programming languages.

Text Editor

Views and edits text or code with syntax highlighting and saves it into a file. Supports over 170 programming languages.

JSON Editor

Views, edits, and formats JSON data instantly with syntax highlighting and saves it into a file including JSON Viewer for in-depth JSON data inspection.

Lorem Ipsum Generator

Generates Lorem Ipsum as known as placeholder text in paragraphs, sentences, or words instantly. Supports both plain text and HTML.

URL Parser / Query String Splitter

Instantly parses a URL and splits a query string into individual components, such as protocol, path, host, port, username, password, and more.

Slug Generator

Instantly slugifies words or text to an SEO-friendly and human-readable URL slug for better SEO optimization.

HTML Stripper

Completely strips all the HTML tags from HTML code. Only text content inside the stripped HTML tags will remain. Supports optional allowed tags.

Pastebin

Pastes text or code for online public viewing via a share link with syntax highlighting and an optional expiration period. Supports over 170 programming languages.

Formatters

HTML Formatter / Minifier

Beautifully formats messed up HTML code as well as internal CSS and JavaScript code or minifies HTML code to make it compact for production.

CSS Beautifier / Minifier

Beautifully formats messed up CSS code with your preferred indentation level or minifies CSS code to make it compact for production.

JavaScript Beautifier / Minifier

Beautifully formats messed up JavaScript code with your preferred indentation level or minifies JavaScript code to make it compact for production.

JSON Formatter / Minifier

Beautifully formats messed up JSON data with your preferred indentation level or minifies JSON data to make it compact for production.

XML Formatter / Minifier

Beautifully formats messed up XML data with your preferred indentation level or minifies XML data to make it compact for production.

SQL Formatter / Minifier

Beautifully formats messed up SQL statements with your preferred indentation level or minifies SQL statements to make it compact for production.

Escape and Unescape Tools

HTML Escape / Unescape

Escapes special characters in HTML code to their HTML entities to ensure it's safe to render or unescapes HTML entities to their original characters.

JavaScript Escape / Unescape

Escapes special characters in JavaScript code to ensure it's safe to use or unescapes JavaScript special characters to their original ones.

JSON Escape / Unescape

Escapes special characters in JSON data to ensure it's safe to parse or unescapes JSON special characters their original ones.

XML Escape / Unescape

Escapes special characters in XML data to their XML entities to ensure it's safe to render or unescapes XML entities to their original characters.

SQL Escape / Unescape

Escapes unsafe characters in SQL statements to prevent SQL injection or unescapes SQL statements to their original unsafe characters. Supports backslash escapes.

Validators

HTML Validator

Validates HTML code against the W3C standards instantly as known as HTML linter. Supports partial HTML code validation. Errors and warnings including line numbers and excerpt code will be printed if any.

JSON Validator

Validates JSON data against the JSON specification instantly as known as JSON linter. Errors including line numbers and excerpt code will be printed if any.

YAML Validator

Validates YAML data against the YAML specification instantly as known as YAML linter. Errors including line numbers and excerpt code will be printed if any.

Credit Card Validator

Safely validates a credit card number instantly to check if it's a valid card and find the card type. Completely works on your browser for your safety and privacy.

Regular Expression Tester

Tests a regular expression against any string instantly with matches highlighted including a cheat sheet and a reference.

Cryptography and Security

Hash Generator

Generates the hash value of a string instantly and compares against it to check integrity. Supports MD5, SHA-1, SHA-224, SHA-256, SHA-512, SHA-384, SHA-3, and RIPEMD160.

HMAC Generator

Generates an HMAC from a string with a secret key instantly and compares against it to check integrity. Supports MD5, SHA-1, SHA-224, SHA-256, SHA-512, SHA-384, SHA-3, and RIPEMD160.

Checksum Calculator

Calculates the checksum of a file or text and compares against it on your browser without uploading anything. Supports MD5, SHA-1, SHA-224, SHA-256, SHA-512, SHA-384, SHA-3, and RIPEMD160.

Password Generator

Cryptographically generates strong and secure passwords that are difficult to crack with your preference, such as password length, numbers, symbols, lowercase, uppercase, and excluding similar and custom characters.

Bcrypt Generator / Checker

Securely generates a strong bcrypt password hash from a string instantly or compares a bcrypt password hash against a test string to check if it matches.

UUID Generator

Generates one or multiple universally unique identifiers (UUIDs) instantly. Supports version 1 (timestamp) and version 4 (random) UUIDs and optional uppercase and braces.

Encoders and Decoders

URL Encoder / Decoder

Encodes URL strings to comply with the URL standard or decodes URL strings to a human-friendly and more readable one.

HTML Entity Encoder / Decoder

Encodes a string to HTML entities or decodes HTML entities to their original characters. Supports named references and decimal values.

Base32 Encoder / Decoder

Encodes text to Base32 or decodes Base32 to text according to RFC 4648. Supports UTF-8.

Base58 Encoder / Decoder

Encodes either text or HEX to Base58 or decodes Base58 to text or HEX.

Base64 Encoder / Decoder

Encodes text to Base64 or decodes Base64 to text. Supports UTF-8.

Base64 Image Encoder / Decoder

Encodes a binary image to Base64 or decodes Base64 to a binary image on your browser without uploading it.

JWT Decoder

Decodes a JSON Web Token (JWT) instantly to view the claims inside, such as the algorithm used to sign it and the attached data.

Converters

JavaScript / JSON Converter

Converts between JavaScript objects and JSON data instantly with your preferred indentation level.

CSV / JSON Converter

Converts between CSV and JSON data with highly customizable options.

JSON / XML Converter

Converts between JSON and XML data with your preferred indentation level.

JSON / PHP Array Converter

Converts between JSON data and PHP arrays instantly with your preferred indentation level and quote type.

Text / HEX Converter

Converts between text and HEX and gets the result instantly. Supports Unicode characters.

Base Converter

Freely converts base numbers between binary, octal, decimal, and hexadecimal and gets the result instantly, such as BIN to DEC, OCT to BIN, DEC to HEX, HEX to BIN, and so on.

Unit Converter

Converts a value from a unit to another and gets the result instantly, such as length, area, mass, volume, temperature, time, digital, speed, and more.

UNIX Timestamp Converter

Converts between Epoch/UNIX timestamps and datetimes instantly via the datetime picker. Supports both UTC and local timezone.

Image Tools

Color Picker

Picks a color from the palette and gets the color code in HEX, RGB, and HSL instantly including the color converter between HEX and RGB color codes.

QR Code Generator

Generates a QR code image from words or text instantly. Supports plain text, URL, WiFi, email, phone number, SMS, and geolocation.

QR Code Reader

Reads the text data from a QR code image instantly without uploading it. Supports colored QR code images.

EXIF Viewer

Views the EXIF metadata of an image file if exists instantly without uploading it. Supports both JPEG and TIFF formats.

Network Tools

My IP

Checks your current public IP address and looks up for the info regarding the geolocation of your IP, such as city, region, country, timezone, ASN, and ISP.

IP Lookup

Looks up for the geolocation of a given IP address, such as city, region, country, latitude, longitude, timezone, ASN, and ISP. Supports both IPv4 and IPv6.

IP / Number Converter

Converts between IP addresses and numbers instantly; i.e. binary, decimal, and hexadecimal. Supports both IPv4 and IPv6.

CIDR / IP Converter

Converts CIDR to IP ranges instantly, such as network address, first address, last address, netmask, total IPs, and more.

WHOIS Lookup

Looks up for the ownership and registration info of a given domain name as known as WHOIS data, such as registrar, creation date, expiration date, contact info, and more.

Share