☕ On the menu

The full toolbox.

45 free developer tools, grouped by what they do. Every one runs entirely in your browser, so nothing you paste is uploaded.

AI

27

Everything for building with large language models: prompts, tokens, agents, cost, and context.

JSON

2

Generate types and convert JSON, the data format behind most APIs and schemas.

Encoding

2

Encode, decode, and inspect Base64 and JWTs, the tokens behind authentication.

Converters

4

Convert between data formats like CSV, YAML, and JSON, and turn cURL commands into code.

Text

2

Format and clean up text and code, from messy SQL to naming conventions.

Time & Cron

1

Build and read cron schedules for recurring jobs, in plain English.

Feeds

4

Validate, preview, and convert RSS and Atom feeds, the open web’s syndication format.

Email

1

Check a domain’s email deliverability: SPF, DKIM, and DMARC.

Network

2

Look up DNS records and WHOIS data for any domain.

token counterNew
Count tokens with the real OpenAI tokenizers.
AI
context window viz
See what fills a model's context budget.
AI
context budget analyzerNew
Find which files eat your context window.
AI
structured output builder
Schemas for OpenAI, Anthropic, Gemini & JSON Schema.
AI
ai pattern explorer
Compare agent design patterns side by side.
AI
rag chunking visualizerNew
See how a document splits into RAG chunks.
AI
mcp config generatorNew
Build & validate an MCP server config.
AI
mcp inspectorNew
Audit an MCP config: errors, secrets, broad access.
AI
prompt linterNew
Catch vague, conflicting, or unclear prompts.
AI
prompt diffNew
Compare two prompts and see what changed.
AI
prompt simulatorNew
See what a vague prompt forces AI to guess.
AI
prompt builderNew
Answer 6 questions, get a clear prompt.
AI
prompt optimizerNew
Score, fix & restructure any prompt, all-in-one.
AI
good vs bad promptsNew
Before/after prompt rewrites, with the why.
AI
llm vram calculatorNew
Estimate VRAM to run a model locally.
AI
llm cost calculatorNew
Estimate API cost from token usage.
AI
ai profit calculatorNew
Price, users & usage in. Margin & break-even out.
AI
agent memory simulatorNew
See how AI memory keeps or loses facts.
AI
ai pattern builderNew
Compose an agent flow, export scaffolding.
AI
ai stack explainerNew
What building blocks an AI product uses.
AI
tool call visualizerNew
Step through the function-calling loop.
AI
prompt x-rayNew
See the structure of a prompt.
AI
embedding explorerNew
Real embeddings + semantic search, in-browser.
AI
claim & citation checkerNew
Flag unsupported claims to verify.
AI
scope sorterNew
MoSCoW your roadmap, find the MVP.
AI
launch readiness rubricNew
Score your own idea across 6 dimensions.
AI
ai architecture generatorNew
Describe an app, get an architecture (BYO key).
AI
json → typescript
Paste JSON, get a typed TS interface.
JSON
json → go
Generate Go structs from any JSON payload.
JSON
jwt decoder
Decode & inspect JSON Web Tokens.
Encoding
base64 encode/decode
Encode or decode Base64, incl. URL-safe.
Encoding
csv ⇄ json
Convert tabular data both ways, instantly.
Converters
.htaccess gen
Redirects & rewrite rules, the easy way.
Converters
curl → code
Turn a cURL command into fetch, axios, or Python.
Converters
yaml ⇄ json
Swap between YAML and JSON cleanly.
Converters
sql formatter
Beautify and standardize messy SQL.
Text
case converter
camelCase, snake_case, kebab, PascalCase.
Text
cron generator
Build & read crontab expressions, in plain English.
Time & Cron
rss validator
Check any feed against the spec.
Feeds
opml converter
Import, view & convert OPML subscription lists.
Feeds
rss to json
Turn any RSS or Atom feed into clean JSON.
Feeds
feed preview
Read any feed as a clean, human-friendly list.
Feeds
deliverability checkerNew
Check a domain's SPF, DKIM & DMARC, with a score & fix.
Email
dns lookupNew
See any domain's A, MX, TXT, NS & more, live.
Network
whois lookupNew
Registrar, dates, status & nameservers via RDAP.
Network