Developer tools that run locally in your browser.
Format JSON and CSV, test regex, generate agent tool schemas, validate JSONL, render prompts, and handle common text or data tasks without uploading browser-mode input or creating an account.
Keep common developer workflows in the browser
Each entry solves a concrete problem and documents input rules, steps, practical uses, and known limits instead of offering only an unexplained conversion box.
Inspect API and configuration data
Format JSON first, test extraction with JSONPath, then convert to YAML or CSV only when the destination requires it.
Debug encodings and authentication payloads
Handle Base64, URLs, Unicode, and HTML in context, and remember that decoding a JWT does not verify it.
Compare and normalize text
Use Diff to locate edits, Regex to test rules, and case or slug tools to standardize names.
Prepare tool contracts for AI agents
Generate OpenAI Responses or MCP tool schemas, infer JSON Schema, and validate evaluation or batch JSONL.
How we maintain useful, verifiable tool content
ToolFable does not substitute mass-produced keyword pages for product value. Every tool page documents the current implementation and exposes relevant precision, security, and format boundaries.
Content follows the implementation
Guides are based on the current browser engine, supported inputs, outputs, and options.
Limitations stay visible
Large-number precision, unverified JWTs, nested CSV values, and regex backtracking are documented as part of the page.
Local processing comes first
Current public tools do not intentionally send input to ToolFable servers, and share links exclude input and output.
Explore every tool
- JSON Formatter & Validator
- JSON ↔ YAML Converter
- JSONPath Tester
- CSV ↔ JSON Converter
- Number Base Converter
- Unix Timestamp Converter
- Base64 Encode / Decode
- URL Encode / Decode
- URL Parser & Query Inspector
- Unicode Escape & HTML Entity Converter
- JWT Decoder
- Diff Viewer
- Regex Tester
- Line Sorter & Deduplicator
- Text Case Converter
- Slug Generator
- Text Counter
- Secure Password Generator
- UUID Generator
- AI Agent Tool Schema Builder
- JSON Schema Generator for Agents
- JSONL Validator for Agent Data
- Prompt Template Renderer for Agents