Tools
Tool category

AI developer tools

The numbers you check every day when building on LLMs — tokens, API cost, GPU memory, RAG chunks, fine-tuning data, broken JSON — worked out in your browser with no key needed.

22 toolsSorted by the GitHub stars of each tool's open-source project · snapshot Sep 16, 2026
#01

Ollama Modelfile generator

Build an Ollama Modelfile — base model, system prompt, sampling parameters, stop sequences — plus the ollama create command.

181.1KRuns in your browser
#02

RAG text chunker

Split a document into overlapping chunks exactly as LangChain's RecursiveCharacterTextSplitter would, with Chinese punctuation understood.

146.4KRuns in your browser
#03

LLM VRAM calculator

Estimate the GPU memory an open model needs under llama.cpp or Ollama — weights, KV cache and overhead — and which graphics cards it fits.

128.3KRuns in your browser
#04

MCP config generator

Tick the MCP servers you want and get a working config for Claude Desktop, Cursor, VS Code or Claude Code.

90.4KRuns in your browser
#05

Fine-tuning JSONL validator

Check an OpenAI chat fine-tuning file line by line before you upload it, and see its token counts and what training will bill.

76KRuns in your browser
#06

LLM API cost calculator

Price a workload across 46 models from OpenAI, Anthropic, Google, DeepSeek, Qwen, Mistral, xAI and more, from a token count or from your actual prompt.

58.8KRuns in your browser
#07

OCR image to text

Pull text out of screenshots, scans and photos in Chinese, English, Japanese, Korean, German or French, without uploading them.

38.7KRuns in your browser
#08

Markdown to plain text cleaner

Strip the Markdown from a ChatGPT or Claude answer — asterisks, hashes, pipes, fences — and keep the text, lists and tables readable.

37.1KRuns in your browser
#09

Secret scanner for code and config

Check code, .env files and logs for API keys, tokens and private keys with rules ported from gitleaks, before you paste them anywhere.

29.3KRuns in your browser
#10

Repo to prompt packer

Pack many source files into one LLM-ready document — directory tree plus every file — with token counts per file.

28.4KRuns in your browser
#11

Prompt template filler

Fill {{variables}} in a prompt template from JSON and see the exact prompt the model will get, with what was missing and what went unused.

25.1KRuns in your browser
#12

Speech to text (Whisper in the browser)

Transcribe audio or video with OpenAI's Whisper running in your tab, as plain text or SRT subtitles.

16.3KRuns in your browser
#13

Sentence similarity checker

Compare sentences by meaning with a multilingual embedding model in your browser and see a cosine-similarity matrix.

16.3KRuns in your browser
#14

JSON Schema validator

Check a JSON document against a JSON Schema with Ajv and see every failing path, not just the first one.

14.8KRuns in your browser
#15

JSON to JSON Schema generator

Infer a JSON Schema from a sample, with an OpenAI strict-mode option for structured outputs and function calling.

13.9KRuns in your browser
#16

HTML to Markdown for LLMs

Turn a web page's HTML into clean Markdown, with tables kept and navigation, scripts and footers removed.

11.4KRuns in your browser
#17

LLM SSE stream decoder

Paste a raw streaming response from OpenAI, Anthropic, Gemini or any OpenAI-compatible API and get back the full text, tool calls, reasoning and token usage.

11.2KRuns in your browser
#18

PII redactor for AI prompts

Mask phone numbers, emails, ID and card numbers, IBANs, IP addresses and API keys before you paste text into ChatGPT or any other AI.

10.9KRuns in your browser
#19

Word to Markdown converter

Convert a .docx file into clean Markdown or semantic HTML with mammoth.js, and see what it could not convert.

6.3KRuns in your browser
#20

ChatGPT export to Markdown converter

Turn conversations.json from a ChatGPT data export into clean Markdown — the branch you last saw, without system prompts or tool traffic.

2.7KRuns in your browser
#21

JSON repair for LLM output

Fix the broken JSON language models return — single quotes, trailing commas, comments, Python literals, truncated output — and pull it out of the surrounding chatter.

2.4KRuns in your browser
#22

OpenAI token counter

Count the tokens in a prompt exactly as OpenAI's tokenizer does, and see where each token starts and ends.

843Runs in your browser