AI & LLM Tools
Client-side tools for prompt work and structured LLM output. Count tokens, compare prompt versions, and validate JSON against a schema - all in your browser with no provider API calls.
Count GPT tokens across models. 100% client-side.
See how much of a model context window a prompt plus expected output would use.
Compare two prompt versions with a line or word diff. 100% client-side.
Validate structured LLM JSON output against a JSON Schema. Client-side Ajv.
Infer an OpenAI or Anthropic tool schema from sample JSON.
Lint mustache, Jinja, and LangChain prompt templates for delimiter and variable issues.
Compute cosine similarity, dot product, and Euclidean distance for two embedding vectors.
Strip markdown and extra whitespace from prompts to save tokens.