BrowserDevTools

Developer tools that never upload your files

Every tool here runs entirely in your browser. No signup, no paywall, no server round-trip — open the page, paste your input, take the result. Built for the workflows generic converter sites handle badly: batch operations, real parsing, and code you can paste straight into a Vue 3 project.

Available now

SVG to Vue Component

Paste an SVG, get a Vue 3 SFC — with props passthrough, currentColor theming and id prefixing.

Code generation

JWT Batch Decoder

Decode dozens of JWTs at once — header, payload, exp/nbf scan, CSV export. Tokens never leave the browser.

Security & keys

Favicon & App Icon Generator

One image in, a whole icon set out: favicon.ico, every PNG size, apple-touch-icon, a maskable icon, site.webmanifest and copy-paste markup.

Images

OpenAPI to Vue 3

Paste an OpenAPI or Swagger spec and get typed Vue 3 composables and SFC components — no CLI, no install, nothing uploaded.

Code generation

PDF to Image Converter

Turn PDF pages into PNG or JPEG at the DPI you choose — all pages, a range like 1-3,7, or odd/even. The file never leaves your browser.

Documents

Vite .env Validator

Check a Vite .env against .env.example: missing, extra and empty variables, duplicate keys, and secrets you accidentally exposed to the client.

Data & config

Regex Generator from Examples

Paste your text and the parts you want to match — get ranked regex candidates, each verified against your own text before it is suggested.

Data & config

Image Format Converter

Convert between PNG, JPEG and WebP in any direction — batch, resize, quality, ZIP. Decoding and encoding happen in your browser.

Images

Encode & Decode Toolbox

Base64, Base64URL, URL, HTML entities, hex, binary, \uXXXX escapes, ROT13 and naming styles — batch, with the equivalent command line for every step.

Security & keys

Crypto Toolbox

SHA-1/256/384/512, MD5, HMAC, CRC32, file hashing, AES-GCM, password strength and TOTP — offline, in one page, each step with its command line.

Security & keys

Data Format Toolbox

Format, validate and convert JSON, YAML, XML and TOML — keeping the comments other formatters throw away, with errors located to the line.

Data & config

Bundle Budget Analyzer

Drop your dist folder: per-chunk sizes, real gzip, entry vs lazy, and which chunk blows the budget — without uploading your build.

Code generation

Vite Config Generator

Tick what your project needs and get a clean vite.config.ts — aliases, dev proxy with rewrite and ws, build target, manual chunks — plus the install command.

Code generation

Vite Config Checkup

Paste vite.config.ts and package.json: a plugin imported but never installed, a define value that is not stringified, an empty envPrefix, an es5 target — found before your build runs.

Code generation

In the pipeline (2)

Ordered by keyword research, not by enthusiasm. Each entry has a verified gap in its SERP.

Private by architecture

There is no backend. Parsing, conversion and generation all happen inside your tab.

Batch-first

Real projects have hundreds of files, not one. Where it matters, tools accept a folder and return a ZIP.

Vue 3 fluent

Code generators target <script setup> and composables, not just TypeScript types.