DevKits
209 tools · runs 100% in your browser

Developer tools that respect your privacy

Fast, privacy-first formatters, converters, encoders, and reference guides — your data never leaves your device.

  • No upload
  • Instant
  • No sign-up
  • Docs on every tool

Base64

Encode and decode Base64 strings online. Supports UTF-8 text and URL-safe Base64. All processing runs locally in your browser.

Base32

Encode and decode Base32 strings online (RFC 4648). Handles TOTP / Google Authenticator secrets, DNSSEC records, and other case-insensitive binary-to-text formats. 100% local.

Base58

Encode and decode Base58 strings online — the alphabet used by Bitcoin addresses, Solana public keys, IPFS CID v0, and Flickr short links. 100% local, no padding, human-safe.

Punycode

Convert internationalized (IDN) domain names to and from their ASCII xn-- form. Follows RFC 3492 exactly — the same encoding your browser and DNS resolver use. 100% local.

Unicode Escape

Escape and unescape Unicode sequences online. Convert any text to \uXXXX / \u{XXXX} form, or reverse escape sequences back to readable text. Handles surrogate pairs and emoji. 100% local.

URL Encode/Decode

Percent-encode and decode URLs online. Handles query strings, path segments, and special characters correctly.

HTML Encode/Decode

Encode and decode HTML entities (&, <, >, ", numeric references). Useful for sanitizing user content or debugging escaped markup.

ROT13

Apply ROT13 to any text online — a symmetric letter-rotation cipher (rot13(rot13(x)) == x). Also supports ROT-N with custom shift, and ROT47 for full ASCII coverage. Runs 100% locally.

Image → Base64

Convert images to Base64 data URLs online. Drop or select any image and copy the ready-to-paste data URI for CSS, HTML, or JSON.

Base64 Image Decoder

Decode Base64 strings back to images. Paste a data:image/... string or raw Base64, and see the decoded image instantly. Useful for debugging data URIs and embedded images. 100% local.

Timestamp Converter

Convert Unix timestamps to human-readable dates and vice versa. Supports seconds, milliseconds, ISO 8601, and every timezone. Free, no signup, runs entirely in your browser.

Timezone Converter

Convert any date and time between IANA time zones — UTC to EST, PST to Tokyo, Sydney to London. Correct DST handling, compare multiple zones side-by-side. 100% local.

Working Days

Count business (working) days between two dates. Customize your workweek (M-F, M-Sat, custom) and paste a list of holidays to exclude them. Also shows total days, weekend days, and calendar span. 100% local.

Age Calculator

Calculate your exact age in years, months, and days from a date of birth. Shows total weeks, days, hours, and minutes lived, plus the countdown to your next birthday. 100% local — nothing uploaded.

Date Diff

Calculate the exact duration between two dates in years, months, and days, plus total weeks / days / hours / minutes and business days. Optional time-of-day precision. 100% local.

Cron Generator

Build cron expressions from a friendly UI — every N minutes, daily at HH:MM, weekdays only, weekly, monthly, yearly. Preview the next 5 runs and a plain-English description. 100% local.

ISO 8601 Duration

Parse ISO 8601 duration strings (P3Y6M4DT12H30M5S, PT1H30M, P2W) into human-readable form, or convert total seconds into a canonical ISO 8601 duration. 100% local — used by REST APIs, video metadata, and scheduling systems.

Cron Parser

Parse and explain cron expressions in plain English. See the next 5 upcoming run times for any schedule.

PDF Metadata Viewer

View PDF metadata online: title, author, subject, producer, creation date, PDF version, page count, encryption status. 100% local — your PDF never leaves your browser.

PDF Page Counter

Count the pages in a PDF instantly, right in your browser. Drop one or many PDFs, get a total — no uploads, no sign-up, no size limit beyond your device's memory.

PDF Text Extractor

Extract text from any digital PDF in seconds — copy to clipboard or download as .txt. 100% client-side: no upload, no watermark, no size cap.

Merge PDF

Merge two or more PDF files into a single document, right in your browser. Reorder pages before combining. 100% local — no upload, no watermark, no sign-up.

Split PDF

Split a PDF by page range, into fixed-size chunks, or into one file per page. Runs entirely in your browser — nothing is uploaded and there is no size cap.

Remove PDF Pages

Delete specific pages from a PDF: single pages, ranges, or 'last'. 100% local — no upload. Get a trimmed PDF with the surviving pages in original order.

Rotate PDF

Rotate all pages or a selected range by 90°, 180°, or 270°. Fixes sideways scans and portrait/landscape mixes. Runs entirely in your browser — no upload.

Images → PDF

Convert one or many images (JPG, PNG, WebP, GIF, BMP) into a single PDF. Reorder, pick page size (A4, Letter, or auto), and download. 100% local — no upload.

PDF → Images

Convert each page of a PDF to a PNG or JPG image at your chosen DPI (72–300). Download every page in a single ZIP. Runs locally in your browser.

PDF Password Remover

Strip owner-password restrictions (print / copy / edit locks) from a PDF you own. Runs entirely in your browser — the file and password never leave your device.

Interactive Visualizers

Paste in your input and see every part color-coded and explained.

4

Developer References

Look-up guides and cheat sheets that pair with our tools.

6

Common developer workflows

Task-focused shortcuts that combine our tools for real day-to-day debugging.

Debug an API response

Paste a webhook or third-party API body, format it, then decode any embedded token.

Troubleshoot a JWT

See every claim explained, verify expiration, then generate a fresh test token if needed.

Convert data between formats

Move records between JSON, CSV, YAML, and typed structs without hand-editing.

Ship a secure endpoint

Generate a strong secret, sign the payload with HMAC, and pick the right HTTP status.

DevKits groups 209 developer utilities across 11 categories — from JSON tooling and encoders to security helpers. Everything runs client-side — no uploads, no accounts, no tracking. Explore the interactive visualizers for regex, JWT, and URL anatomy, or the reference libraries for HTTP headers, MIME types, regex patterns, and the ASCII table. For deeper reading, browse developer concept guides and side-by-side tool comparisons.