Skip to main content

💻Development Tools

Development tools for the small utilities that show up on every engineer's desktop and never feel important enough to install an app for: a strong password generator, a JSON validator and formatter with sane error messages, a JSON schema stripper for trimming a schema down to fit a model context window, a tokenizer for cost-estimating LLM prompts, a screen resolution simulator, a What-Is-My-IP analyzer, and a prompt chain tool for building multi-step model interactions. Everything runs client-side so the values you paste are not transmitted, which is the right answer for anything that contains keys, tokens, internal endpoints, or proprietary prompts. The common mistake when working with model context windows is counting words instead of tokens; the ratio differs by language and prompt style, and a long technical document can use 30 to 50 percent more tokens than its word count suggests, which is why the Token Calculator reports per-model token counts rather than a single average. If you are new to the category, start with the JSON Validator and Formatter for any malformed payload you need to debug, the Password Generator for any new credential, and the Token Calculator before sending a prompt that approaches a model's context limit. The Prompt Chain Tool is the right place to start when you are decomposing a single large prompt into a more reliable multi-step sequence.

22 tools available

BBCode to HTML Converter

Convert BBCode markup to clean HTML output or reverse the process by transforming HTML back into BBCode.

14 views
v1.0.0

Basic Color Contrast and Font Size Legibility Checker

Evaluate foreground and background color pairs against WCAG 2.

52 views
v1.0.0

Basic Formatting to Raw HTML Converter

Convert bold, italic, heading, link, and list patterns from plain or Markdown-style text into clean, semantic HTML markup.

44 views
v1.0.0

Extract Text From Tool

Strip markup and data formatting from HTML, BBCode, JSON, CSV, XML, Markdown, and YAML to produce clean plain text with character, word...

17 views
v1.0.0

HTML to PHP Converter

Convert raw HTML markup into PHP echo, print, heredoc, or concatenation statements with configurable quote styles and variable names.

16 views
v1.0.0

HTML to YAML Converter

Convert HTML markup into structured YAML output by parsing elements, attributes, and text nodes into a hierarchical key-value representation.

15 views
v1.0.0

JSON Converter

Convert structured data between JSON, TSV, and XML formats with automatic type detection and bidirectional transformation.

16 views
v1.0.0

JSON Schema Stripper

Walks a JSON tree and drops null, empty-string, empty-array, or empty-object leaves under independent toggles.

180 views
v1.0.0

JSON Validator and Formatter

Validates JSON and either pretty-prints with two-space indentation or compresses to a single line.

391 views
v1.0.0

JSON Viewer

Parse, format, and explore JSON data through a collapsible tree view with expand and collapse controls at every nesting level.

16 views
v1.0.0

JSON to One Line Formatter

Condense multi-line JSON into a single compact line by stripping whitespace, newlines, and indentation while preserving structure.

18 views
v1.0.0

Java Viewer

Paste Java source code and view it with syntax highlighting, line numbering, and code statistics such as comment density.

13 views
v1.0.0

JavaScript Tester

Run JavaScript code snippets directly in the browser and capture console output, return values, and runtime errors without any server or build...

25 views
v1.0.0

Javascript Obfuscator

Obfuscate JavaScript by renaming variables, encoding strings as hex escape sequences, and replacing numeric constants with arithmetic expressions.

13 views
v1.0.0

Password Generator

Random password generator with selectable length (4 to 128 characters) and character classes (upper, lower, digits, symbols, or a custom set).

396 views
v1.0.0

Prompt Chain Tool

Build and manage AI prompts visually by structuring reusable phrase pills with drag-and-drop editing, validation, and export features to improve productivity and...

344 views
v1.0.0

Regex Tester

Test and debug regular expressions against a test string, listing each match with its index, capture groups, and an optional replacement preview.

45 views
v1.0.0

Screen Resolution Simulator

Reports the browser's screen size, viewport size, device pixel ratio, and color depth on load and on every resize.

144 views
v1.0.0

Structured Text to Markdown Converter

This tool formats basic structured text blocks from a Word document into clean, consistent Markdown based on a predefined schema.

733 views
v1.0.0

Token Calculator

Counts tokens in pasted text with OpenAI's o200k_base byte-pair tokenizer, exact for GPT-4o and newer and approximate for other providers.

2,332 views
v1.0.0

UUID Generator

Generate universally unique identifiers (UUIDs) in v1, v4, and v7 formats with batch output up to 1000 at a time.

53 views
v1.0.0

XML Formatter

Format and beautify raw XML with customizable indentation levels from 1 to 16 spaces and optional alphabetical attribute sorting.

48 views
v1.0.0