Every capability is deterministic, local-first and agent-callable via URL deep links. No API keys. No servers.
| ID | Tool | Category | Deep Link |
|---|---|---|---|
json.repair | JSON Repair | JSON | ?input= |
token.counter | Token Counter | AI / LLM | ?text= |
base64.convert | Base64 Converter | Encoding | ?text= |
json.format | JSON Format | JSON | ?input= |
json.validate | JSON Validate | JSON | ?input= |
url.encode | URL Encode/Decode | Encoding | ?text= |
case.convert | Case Converter | Text | ?text= |
text.sort | Sort Lines | Text | ?text= |
text.dedup | Deduplicate | Text | ?text= |
markdown.render | Markdown Render | Markdown | ?text= |
markdown.toHTML | Markdown to HTML | Markdown | ?text= |
markdown.toImage | Markdown to Image | Markdown | ?text= |
image.toBase64 | Image to Base64 | Image | ?text= |
gen.password | Password Generator | Generators | ?length= |
gen.lorem | Lorem Ipsum | Generators | ?paragraphs= |
jwt.decode | JWT Decoder | Security / Auth | ?input= |
uuid.generate | UUID Generator | Generators | ?version=&count= |
Every tool is callable via a plain GET request — perfect for agents (Claude, GPT, custom workflows) that need deterministic utilities:
All processing happens in the browser of the requesting client — no server-side state, no logs, no API keys.
100% client-side processing. Your data never leaves your browser — no uploads, no tracking, no server-side logs. Safe for production configs, proprietary JSON, and auth tokens.
Full guarantees: guarantees.html · Machine-readable catalog: llms.txt · API contract: openapi.json