Skip to content

All developer tools

60 tools, grouped by what you are working on. Every one runs client-side — your input is never uploaded.

AI

Count tokens, estimate model cost, clean up prompts and generate tool-calling schemas before you spend money on an API call.

Prompt CleanerFind and remove the smart quotes, zero-width characters and hidden Unicode that a copy-paste puts into an AI prompt — and see exactly what was in there.Prompt Token CounterCount the tokens in a prompt exactly, in your browser, with a real BPE tokenizer — then see the cost across GPT, Claude and Llama models before you send it.LLM Cost CalculatorPrice a real workload across GPT and Claude models — requests per day, tokens in and out, and the prompt cache hit rate that usually decides the bill.Context Window CalculatorSee where a model's context window actually goes — prompt, tools, history, attachments and the reply's own space — and exactly what to cut when it overflows.Prompt Diff ViewerCompare two versions of a prompt word by word, and see what the edit costs — token delta, monthly bill, and the share of the total it accounts for.Prompt OptimizerTighten a prompt with named, reversible rules, then see the token and cost saving. Deterministic — no model call, nothing rewritten silently.JSON to Prompt GeneratorTurn a JSON sample into a structured prompt template — typed field list, worked example and a JSON Schema, all derived from one document.Function Calling GeneratorPaste a TypeScript or Python function signature and get the tool-use schema for OpenAI, Anthropic and Gemini. Unreadable types are reported, never guessed.OpenAI Structured Output Schema BuilderCheck a JSON Schema against the structured-outputs strict subset, or build one from a sample response. Finds why the API returns a 400.AI Output FormatterRecover usable JSON from a model's reply — strips fences, repairs trailing commas and smart quotes, and lists every repair it made.AI Temperature & Top-p SimulatorWatch temperature, top-p, top-k and min-p reshape a token distribution, with the arithmetic shown at each stage. Paste your own logprobs, or start from the sample.

JSON

Format, validate, compare and convert JSON. Everything runs in your browser — payloads never leave your machine.

SQL

Format, beautify and minify SQL, and turn queries into something a reviewer can read.

API

Convert cURL commands into real code and inspect HTTP headers without leaving the browser.

OpenAPI

Validate specs, diff versions and generate clients from an OpenAPI document.

Regex

Test, explain and build regular expressions with live match highlighting.

Security

Decode JWTs, encode Base64 and generate credentials locally. Nothing is transmitted or logged.

DevOps

Validate Docker Compose and Kubernetes manifests, and tidy up YAML and .env files.

Database

Generate identifiers, format schemas and build queries.

Utilities

Timestamps, URL encoding, QR codes, Markdown preview — the small things you look up constantly.