A developer utility desktop app built with Electron + Vite + React. 10 tools organized by category, accessible from a searchable sidebar.
| Tool |
Description |
| List Formatter |
Turn a list of fields or parameters into a formatted string — SQL IN lists, code arrays, CSV, and more |
| JSON Beautify / Minify |
Pretty-print or compact JSON, with validation and indent control |
| Case Converter |
Convert strings between camelCase, snake_case, kebab-case, CONSTANT_CASE, and more |
| Tool |
Description |
| Base64 Encode / Decode |
Unicode-safe Base64 both ways, with optional URL-safe alphabet |
| URL Encode / Decode |
Percent-encode or decode URLs and query components |
| Hash Generator |
MD5, SHA-1, SHA-256/384/512 digests of any text |
| Tool |
Description |
| UUID Generator |
Batch-generate v4 UUIDs with formatting options |
| Timestamp Converter |
Convert between epoch, ISO, local, and relative time |
| Tool |
Description |
| Diff / Compare |
Line-by-line comparison of two blocks of text |
| Tool |
Description |
| Word → PDF |
(coming soon) Convert .docx documents to PDF |
| Tool |
Description |
| Monitor Config |
Fetch a GA monitor by name/type and generate APP/JSON_PARAM config output |
npm install
npm run dev # start dev server
npm run build # build + package
npm run pack # build without installer