All Your Developer Tools in One Place

All your developer tools in one place. Format, encode, convert, test. Fast, private, always free.

Everything runs in your browser. Your data never leaves your device. No signup. No tracking. Always free.

Showing all tools

Encoders & Decoders

Encode stuff. Decode stuff.

Base64 Encoder/Decoder
Encode anything to Base64. Text, files, images — whatever. Decode it back just as easily.

Encode text, files, and images to Base64. Decode them back to files you can download. Generate data URIs for embedding images in HTML or CSS. Drag and drop files. See image previews instantly. Get data URIs with the correct MIME type. URL-safe encoding when you need it. Everything runs in your browser. Your files never touch a server. Works offline after it loads.

🔗URL Encoder/Decoder & Toolkit
Encode URLs. Decode them. Parse them into parts. Manage query parameters without the headache.

Encode and decode URLs using different methods (encodeURI, encodeURIComponent, form data). Parse URLs into protocol, domain, path, query, and fragment. Edit each part separately and rebuild the URL. Query Manager gives you a table to add, edit, and delete parameters without messing with ampersands and equals signs. Compare encoding methods side-by-side to see the difference. Handle Punycode domains. Detect double-encoded URLs. Works in your browser. Never sends URLs to a server.

🔓JWT Decoder
Decode JWT tokens. See header, payload, and claims. Check expiration with live countdown. Compare two tokens side-by-side.

Paste a JWT token. See the header, payload, and signature decoded instantly. Color-coded structure shows you exactly what's in each part. Live countdown shows time until expiration. Security warnings flag weak algorithms ('none' is bad). Claims validation shows what's missing. Compare two tokens side-by-side to spot differences. Everything happens in your browser. Your tokens never leave your device. Get code examples in JavaScript, Python, PHP, Go, C#.

Text Tools

Work with text

↔️Diff Checker
Compare text or code. See what changed. Split view (side-by-side) or unified view (like git diff).

Paste two versions of text or code. See what changed. Split view shows them side-by-side. Unified view shows changes inline like git diff. Ignore whitespace to focus on actual changes. Word-level highlighting shows exactly which characters changed. Navigate with keyboard shortcuts (n for next, p for previous). Click line numbers to get a permalink. Everything runs in your browser.

📝Word Counter
Count words, characters, sentences, paragraphs. Calculate reading time. Check readability scores.

Type or paste text. See word count, character count, sentence count, paragraph count instantly. Calculate reading time. Check readability scores (Flesch-Kincaid, Gunning Fog). Word frequency shows which words you use most. Writing goal tracking. Text transformations (uppercase, lowercase, sentence case). All updates in real-time as you type. Perfect for essays, articles, blog posts, content writing. Everything runs in your browser.

📋Markdown Editor & Preview
Write markdown. See live preview. Export to HTML or PDF. GitHub-flavored markdown with tables, code blocks, diagrams.

Write markdown on the left. See the rendered preview on the right. Updates as you type. GitHub Flavored Markdown (GFM) with tables, task lists, strikethrough, auto-linking. Code blocks with syntax highlighting. Mermaid diagrams (flowcharts, sequence diagrams). Math rendering with LaTeX. Export to HTML, PDF, or markdown file. Toolbar for quick formatting. Templates for README, blog posts, docs. Auto-save to localStorage. Works offline. Everything runs in your browser.

🔍RegEx Tester & Builder
Test regex patterns. See matches highlighted in real-time. Pattern library for common cases. Code generation for 10+ languages.

Type a regex pattern. See all matches highlighted in real-time. Capture groups shown with different colors. Match count, positions, and statistics displayed instantly. Pattern library has common regexes: email, URL, phone, dates, IPs. Find & replace with backreferences and named groups. Pattern explainer breaks down what each part does in plain English. Code generation for JavaScript, Python, Java, PHP, Ruby, Go, C#, Rust, SQL, Perl. Warns about catastrophic backtracking. Everything runs in your browser.

One Site for All Your Dev Tools

Stop hunting across different sites. Format JSON, encode URLs, decode JWTs, convert timestamps, test regex — everything's here. Bookmark once, use forever.

Everything runs in your browser. Your data stays on your device. Works offline after it loads. No servers, no tracking, no accounts.

What Makes These Tools Good

  • Your data never leaves your browser
  • No signup or account needed
  • Works offline after it loads
  • Works on your phone
  • Dark mode for late-night coding
  • Fast and lightweight

What You'll Use Them For

Real things developers do every day:

  • Format API responses so you can actually read them
  • Encode images as Base64 for HTML/CSS
  • URL-encode query params without breaking things
  • Check if your JSON is valid
  • Decode JWTs to see what's in them
  • Quick data transforms while debugging