110 dev tools — zero server round trips

The dev tab you never close.

Your JWT. Your schema. Your .env. It never leaves this tab.

Every tool runs entirely in your browser — no server, no uploads, no logs.

Why "runs in your browser" matters

Every tool you google — jwt.io, regex101, random JSON formatters — sends your input to somebody's server. That's your JWT, your API keys, your .env, your production schema sitting in a request log you don't control. DevTab doesn't do that.

Zero network requests

Client-side tools run in pure TypeScript. Open DevTools → Network while using any tool — nothing fires.

No accounts, no logs

Free tools need no signup. There is nothing to log because there is no server call.

AI tools are the exception

Only marked ✨ AI tools call our servers, and only when you click the button. Everything else stays local.

Most Popular

Featured Tools

Quick access to our daily most-used client-side developer utilities.

All tools

110 tools across 12 categories

📝

Text & Diff

8
🔐

Security & Encoding

15

JWT Decoder

Decode JWT header and payload, and see the expiry countdown. Zero network requests, ever.

Base32 / Base58 / Base85

Encode and decode inputs across Base32, Base58 (Bitcoin), and Base85 (Z85) formats.

Hash Generator

Calculate MD5, SHA-1, SHA-256, and SHA-512 hashes for text or files locally.

HMAC Generator

Generate hash-based message authentication codes (HMAC) using standard SHA algorithms client-side.

AES Encrypt / Decrypt

Encrypt and decrypt text messages using standard AES-GCM-256 and PBKDF2 key derivation.

bcrypt Verifier

Validate bcrypt hash structures, cost factors, salts, and versions client-side.

TOTP / 2FA Code Generator

Generate RFC 6238 TOTP (Google Authenticator) 2FA verification codes client-side.

QR Code Generator

Generate scannable QR codes client-side, supporting custom foreground/background colors.

Password Breach Checker

Audit password strength against leak datasets securely using k-anonymity checks.

Passphrase Generator

Generate cryptographically secure Diceware passphrases with custom separators client-side.

PEM / Certificate Decoder

Decode X.509 certificates to extract Issuer, Subject, Expiry, and Serial Number details.

RSA Key Pair Generator

Generate RSA key pairs with custom sizes and signature hash algorithms client-side.

SSH Key Generator

Generate and format Ed25519/RSA SSH key pairs client-side using WebCrypto.

ROT13 / Caesar Cipher

Process character rotation shifts for Caesar and ROT13 ciphers.

QR Code Reader

Decode QR code images client-side using the browser-native BarcodeDetector API.

🔄

Converters

18

CSV ↔ JSON Converter

Convert CSV to JSON and JSON to CSV bidirectionally with support for nested object flattening.

YAML ↔ JSON

Convert YAML configurations to JSON structures and JSON keys back to YAML client-side.

UUID / ULID Generator

Bulk-generate UUID v1, UUID v4, and ULID identifiers with custom formatting options.

JSON ↔ XML

Convert JSON structure data payloads to XML formats and XML back to JSON client-side.

Number Base Converter

Convert numbers between binary, octal, decimal, and hexadecimal.

Unit Converter

Convert units of length, data size, temperature, speed, and weight instantly.

JSON → Types

Paste JSON, get a TypeScript interface, Pydantic model, Go struct, or Zod schema.

Slug Generator

Generate clean URL slugs from text strings, supporting word filtering and custom delimiters.

Strip HTML Tags

Strip HTML tags from text payloads, yielding clean markup-free string content.

Fake Data Generator

Generate realistic mock data records in JSON or CSV formats using a custom schema.

JSON Path Tester

Evaluate JSONPath query selectors to locate and match nodes in JSON documents client-side.

HEX Dump Viewer

Format paste strings or file bytes as hexadecimal grids with side-by-side ASCII maps client-side.

YAML ↔ TOML

Convert YAML parameter files to TOML formatting and TOML lines back to YAML client-side.

JSON Flattener / Unflattener

Flatten nested JSON object fields or unflatten dot-separated structures back to nested maps client-side.

JSON Array Tools

Sort, group, filter, and deduplicate JSON array structures client-side.

JSON Merger

Deep merge two JSON objects recursively with custom conflict resolution rules client-side.

Markdown Table Generator

Convert JSON array maps or CSV lines to formatted Markdown table syntax client-side.

Table → CSV / JSON

Convert pasted spreadsheet rows or HTML table structures to CSV or JSON arrays client-side.

🎨

CSS & Design

19

CSS Formatter

Format or minify CSS and see the byte savings.

Color Converter

Convert between HEX, RGB, and HSL in any direction, with a live swatch preview.

WCAG Contrast Checker

Check relative luminance and contrast ratio of text and background colors for WCAG compliance.

CSS to Tailwind Converter

Map standard CSS declarations to utility Tailwind CSS class lists client-side.

CSS Gradient Builder

Generate linear and radial CSS gradient rules with multiple color stops and real-time previews.

Box Shadow Generator

Generate CSS box shadow rules with offset, blur, spread, color, and opacity sliders.

CSS Clip-Path Generator

Design CSS clipping shapes using standard presets and drag-and-drop coordinates editor.

Flexbox Visualizer

Configure and visualize flexbox alignments with growth, shrink, and wrap selectors.

CSS Grid Visualizer

Build and visualize grid layouts with columns count, gaps, and custom col/row spans.

CSS Specificity Calculator

Calculate and analyze the specificity score of CSS selectors according to W3C standards.

HTML Color Names

Browse and search W3C named CSS colors, hex codes, and categories.

Color Blend Mode Calculator

Preview all 12 CSS/Photoshop blend modes between two colors with adjustable opacity client-side.

SVG Optimizer

Optimize and compress SVG vector markup by stripping editor namespaces and comments.

Favicon Pack Generator

Generate standard web and mobile favicon assets from master images.

Font Pairing Previewer

Select and audit Google Fonts pairing combinations with dynamic styling imports.

Cubic Bezier Builder

Design custom spline timing curves with drag handles and transition comparison.

CSS Animation Generator

Configure keyframe animations with custom speeds, delays, and iterations.

Media Query Builder

Generate clean responsive CSS wrappers matching custom screen resolutions.

z-index Visualizer

Audit layering order on an isometric 3D stacking visualizer panel.

🌐

Network & API

13
🕐

Time & Date

11
Coming soon

Upcoming features

Tools in the pipeline — have a request? Drop us a line.

🌐

API Mock Server

Spin up mock REST endpoints instantly in-browser.

Network & API
soon
🌐

HTTP Request Builder

Craft and replay HTTP requests with full control.

Network & API
soon
🌐

OpenAPI / Swagger Viewer

Visualise and explore OpenAPI specs interactively.

Network & API
soon
🌐

WebSocket Tester

Open WS connections and inspect frames live.

Network & API
soon
⚙️

Docker Compose Validator

Lint and validate docker-compose YAML client-side.

DevOps
soon
⚙️

Kubernetes YAML Linter

Spot K8s manifest issues before applying.

DevOps
soon
⚙️

Terraform Formatter

Format HCL / Terraform files in the browser.

DevOps
soon
📝

Git Conflict Resolver

Visual 3-way merge for conflict markers.

Text & Diff
soon
📝

Markdown Slides

Turn Markdown into a simple slide deck.

Text & Diff
soon

SQL Schema Visualizer

Draw ER diagrams from CREATE TABLE statements.

Formatters
soon

Protobuf / gRPC Decoder

Decode binary protobuf payloads in the browser.

Formatters
soon
🔐

OTP / HOTP Verifier

Verify time-based and counter-based OTPs.

Security & Encoding
soon
🔐

Steganography Tool

Hide and reveal text inside PNG images.

Security & Encoding
soon
🔢

Number Base Converter

Convert between any bases 2–36 with full breakdown.

Number & Math
soon
🔢

Matrix Calculator

Multiply, transpose, and find determinants.

Number & Math
soon
🎉

Code Complexity Scorer

Estimate cyclomatic complexity of any JS/TS snippet.

Fun & Viral
soon

AI Code Reviewer

Get AI-powered inline feedback on any code snippet.

AI Tools
soon

AI Regex Builder

Describe what you want — get a working regex.

AI Tools
soon

Pricing

Simple. No surprises.

Free forever

$0

Every client-side tool, unlimited use, no account needed.

  • 108+ browser-native tools
  • Unlimited usage
  • No signup, no tracking
  • Light & dark mode

Pro

Popular

$5/mo

AI-powered tools, saved workflows, and history.

  • AI SQL explainer & optimizer
  • AI stack trace explainer
  • Saved workflows & history
  • Team sharing