DD
DevDash
108 tools · 100% client-side · no signup

DevToolHQ

Every tool a developer, writer, or data engineer needs. Free forever.

100% client-side · No data leaves your browser · Open-source libraries · Methodology

K

108 tools found

Epoch ConverterTime Tools

Convert Unix timestamps to human-readable dates and vice versa

Epoch CountdownTime Tools

Countdown timer to a specific Unix timestamp

UUID GeneratorID Tools

Generate UUID v4, v7, ULID, and nanoid identifiers

UUID ValidatorID Tools

Validate UUID format and detect version

Base64 EncodeEncoding Tools

Encode text to Base64 with URL-safe variant option

Base64 DecodeEncoding Tools

Decode Base64 strings to plain text

URL EncodeEncoding Tools

Encode text for safe use in URLs

URL DecodeEncoding Tools

Decode percent-encoded URL strings

Hex EncodeEncoding Tools

Convert text to hexadecimal representation

Hex DecodeEncoding Tools

Convert hexadecimal strings back to text

HTML EncodeEncoding Tools

Escape HTML entities for safe display

HTML DecodeEncoding Tools

Paste HTML with entities like & < > and instantly decode them back to readable characters. Supports named, decimal, and hex entities.

JWT DecoderSecurity Tools

Decode and inspect JSON Web Tokens with expiry status

Hash GeneratorSecurity Tools

Generate SHA-256, SHA-1, and MD5 hashes simultaneously

Password GeneratorSecurity Tools

Generate strong random passwords with customizable options

Regex TesterPattern Tools

Test regular expressions with live highlighting and capture groups

Cron BuilderPattern Tools

Build and explain cron expressions visually

Color ConverterPattern Tools

Convert between HEX, RGB, and HSL color formats

JSON FormatterText / Data Tools

Pretty-print and validate JSON data

Diff CheckerText / Data Tools

Compare two texts and highlight differences

CSS to Tailwind ConverterCode Converters

Convert CSS properties to Tailwind CSS utility classes

HTML to JSX ConverterCode Converters

Convert HTML markup to valid JSX for React

SVG to JSX ConverterCode Converters

Convert SVG markup to React JSX components

JSON to TypeScriptCode Converters

Generate TypeScript interfaces from JSON data

Markdown Table GeneratorGenerators

Generate formatted markdown tables from a grid or CSV data

Lorem Ipsum GeneratorGenerators

Generate placeholder text in paragraphs, sentences, or words

Chmod CalculatorGenerators

Visual Unix file permission calculator with octal and symbolic notation

Typing Speed TestGenerators

Test your typing speed in WPM. Real-time accuracy tracking, multiple passages, instant results.

IP Address InfoNetwork Tools

Detect your public IP address and view geolocation details

Unix Timestamp ConverterTime Tools

Convert Unix timestamps to dates and dates to timestamps — live current time

HTTP Status CodesNetwork Tools

Complete HTTP status code reference with explanations — 1xx to 5xx

CSS Unit ConverterCode Converters

Convert px to rem, em, vw, vh, pt — with custom base font size

Cron Expression BuilderPattern Tools

Build and explain cron expressions — see next run times in plain English

.gitignore GeneratorGenerators

Generate .gitignore files for Node, Python, React, Go, and 20+ more stacks

WCAG Contrast CheckerPattern Tools

Check color contrast ratios for WCAG AA and AAA accessibility compliance

UPPERCASE Converter

Convert any text to UPPERCASE letters instantly.

lowercase Converter

Convert any text to lowercase letters instantly.

Title Case Converter

Capitalize the first letter of each major word (skipping articles and prepositions).

Sentence Case Converter

Capitalize the first letter of each sentence.

camelCase Converter

Convert text to camelCase — the standard for JavaScript variables.

PascalCase Converter

Convert text to PascalCase — the standard for class names.

snake_case Converter

Convert text to snake_case — the standard for Python and Ruby variables.

kebab-case Converter

Convert text to kebab-case — perfect for URLs and CSS class names.

CONSTANT_CASE Converter

Convert text to CONSTANT_CASE — all uppercase with underscores.

dot.case Converter

Convert text to dot.case — words separated by periods.

aLtErNaTiNg CaSe Converter

Convert text to aLtErNaTiNg CaSe — every other letter is capitalized.

InVeRsE cAsE Converter

Flip the case of every character — uppercase becomes lowercase and vice versa.

Word CounterText / Data Tools

Count words, characters, sentences, paragraphs, and estimate reading time.

Remove Duplicate LinesText / Data Tools

Remove duplicate lines from your text, keeping only unique entries.

Sort LinesText / Data Tools

Sort lines of text alphabetically.

Reverse TextText / Data Tools

Reverse the entire string of text character by character.

Remove Line BreaksText / Data Tools

Join all lines into a single paragraph by replacing line breaks with spaces.

Remove Extra SpacesText / Data Tools

Collapse multiple spaces and tabs into single spaces and trim each line.

Add Line NumbersText / Data Tools

Prepend line numbers (1. 2. 3. ...) to each line of text.

Text Diff CheckerText / Data Tools

Compare two texts side by side and highlight the differences.

Base64 EncodeEncoding Tools

Encode text to Base64 format.

Base64 DecodeEncoding Tools

Decode Base64-encoded text back to its original form.

URL EncodeEncoding Tools

Encode text for safe use in URLs using percent-encoding.

URL DecodeEncoding Tools

Decode percent-encoded URL strings back to readable text.

HTML EncodeEncoding Tools

Convert special characters to HTML entities for safe embedding in web pages.

HTML DecodeEncoding Tools

Convert HTML entities back to their original characters.

JSON Formatter

Format and pretty-print JSON with proper indentation.

JSON Minifier

Minify JSON by removing all whitespace and formatting.

UUID Generator

Generate random UUID v4 identifiers.

URL Slug Generator

Convert text to a clean, URL-safe slug.

SHA-256 Hash Generator

Generate SHA-256 hash of your text using the Web Crypto API.

Epoch/Unix Timestamp Converter

Convert between Unix timestamps and human-readable dates.

JWT Decoder

Decode JSON Web Tokens (JWT) to inspect header and payload.

Clean AI Output

Strip markdown formatting from ChatGPT, Claude, and other AI outputs to get clean plain text.

Extract Email Addresses

Extract all email addresses from text using regex pattern matching.

Extract URLs

Extract all URLs (http/https) from text using regex pattern matching.

Extract Code Blocks

Extract content from markdown code blocks (``` markers) in AI responses.

AI Token Counter

Estimate token count and API costs for GPT-4o, Claude Sonnet, and Gemini Flash.

Markdown to HTML Converter

Convert basic Markdown syntax to HTML markup.

Lorem Ipsum Generator

Generate lorem ipsum placeholder paragraphs for designs and mockups.

Password Generator

Generate strong, cryptographically secure random passwords of various lengths.

Random Number Generator

Generate random numbers within a specified range.

Headline Analyzer

Score your headlines on a 1-100 scale with word balance, readability, and actionable suggestions.

Email Subject Line Tester

Test email subject lines for spam risk, personalization, and engagement with a 1-100 score.

Corporate BS Detector

Score any corporate email, LinkedIn post, or press release for buzzword overload (0-100).

JSON Validator

Validate JSON with precise error locations

JSON Minifier

Compress JSON to a single line

JSON Tree Viewer

Interactive tree view with search

AI JSON Fixer

Auto-repair broken JSON from AI outputs

JSON to CSV Converter

Convert JSON arrays to CSV format

JSON to YAML Converter

Convert JSON to YAML format

JSON to XML Converter

Convert JSON to XML format

JSON to Zod Schema

Generate Zod schemas from JSON

JSON to Go Struct

Generate Go structs from JSON

JSON to Python Dataclass

Generate Python dataclasses from JSON

CSV to JSON Converter

Convert CSV data to JSON arrays

YAML to JSON Converter

Convert YAML to JSON format

JSON Diff & Compare

Compare two JSON documents structurally

JSONPath Query Tool

Query JSON with JSONPath expressions

JSON Schema Generator

Generate JSON Schema from example data

JSON to URL Parameters

Convert JSON to URL query strings

URL Parameters to JSON

Convert URL query strings to JSON

JSON to Java Class Generator

Generate Java POJO classes from JSON

JSON to Python Dataclass Generator

Generate Python dataclasses from JSON

JSON to C# Class Generator

Generate C# classes from JSON

JSON to Kotlin Data Class Generator

Generate Kotlin data classes from JSON

JSON to Swift Struct Generator

Generate Swift Codable structs from JSON

JSON to Rust Struct Generator

Generate Rust structs with serde from JSON

JSON to Dart Class Generator

Generate Dart classes with fromJson/toJson from JSON

JSON to Ruby Class Generator

Generate Ruby classes from JSON

JSON to PHP Class Generator

Generate PHP classes from JSON

JSON to Scala Case Class Generator

Generate Scala case classes from JSON

Privacy ScannerSecurity Tools

Detect exposed API keys, passwords & secrets

⚙️Dev Tools(0)

Encoding, JWT, UUID, timestamps, and more

✍️Text Tools(10)

Case conversion, word count, transforms

{ }JSON & Data(0)

Format, validate, convert, and generate code

100% Client-Side

Every tool runs in your browser. Your JWTs, secrets, and data never leave your machine.

Want API access + no ads? Pro coming soon.