gekro
GitHub LinkedIn

Free Tools · No Login · Client-only

Engineer's
Toolbox

Tools I built for my own workflow - now public. Each runs entirely in your browser. Nothing stored anywhere.

92 apps
8 categories
0 logins

Featured

88 tools
ai

Apple Silicon LLM Configurator

Work out which Mac actually runs the model you want, and whether the expensive one is buying you speed or just headroom

Open
ai

EU AI Act Risk Classifier

Find out which risk tier your AI system falls into, what that obliges you to do, and the date it actually applies from

Open
ai

AI Provenance Inspector

Check text and files for AI-provenance signals - and get an honest answer about which ones can actually be verified

Open
ai

AI Energy & Carbon Calculator

Estimate the electricity, CO2, and water behind an LLM query - or a full training run - with relatable equivalences

Open
ai

Hidden Text Inspector

Reveal invisible and dangerous Unicode hiding in text - zero-width characters, smuggled prompt injections, bidi tricks, and homoglyphs

Open
ai

LLM Inference Latency Estimator

Estimate time-to-first-token, decode speed, and total latency for an LLM on a given GPU - before you rent it

Open
ai

Vector DB Sizing & Cost Calculator

Estimate the RAM a vector index needs and compare self-hosted vs managed monthly cost

Open
ai

Embedding Similarity Playground

Type a handful of sentences and see how a real embedding model measures their meaning - a cosine heatmap, the closest and furthest pairs, and a 2D map

Open
ai

Fine-tune Dataset Auditor

Check a JSONL fine-tuning file before you spend money on it - structure, token distribution, duplicates, and training cost

Open
ai

GGUF Model Inspector

Drop a .gguf file and read its header - architecture, quantization, context length, every metadata key, and the full tensor list - without downloading or loading the whole model

Open
ai

LLM API Request Builder

Configure a chat request visually and copy a working curl, Python, or TypeScript snippet for Anthropic, OpenAI, or Gemini

Open
ai

LLM JSON Repair

Turn a model's almost-JSON output into valid, parseable JSON - and check it against your schema

Open
ai

LLM Rate-Limit Planner

Find out whether your workload fits a provider's RPM/TPM limits, which limit binds first, and how long a burst will take to drain

Open
ai

Agent Loop Cost Estimator

Estimate the real cost, context growth, and latency of a multi-step agent loop - including the tokens you get re-billed for every turn

Open
ai

Chat Template Builder

Compose a system/user/assistant conversation and see the exact prompt string each model family receives - special tokens and all

Open
ai

Sampling Playground

See exactly how temperature, top-p, top-k, min-p, and repetition penalty reshape a model's next-token probabilities

Open
ai

Translator (EN · ES · HI)

Translate English, Spanish, and Hindi in any direction - live, in your browser, fully offline after the model loads once

Open
ai

Local Model Browser

Filter 54+ open-weight LLMs by hardware + task + license + capability. See which fit your VRAM at your chosen quantization, with a clearly-labeled performance estimate.

Open
ai

MCP / Agent Trace Visualizer

Paste a Claude Code, Cursor, Anthropic, or OpenAI trace - see the agent's tool calls as a collapsible tree with categories, results, and failure flags.

Open
ai

RAG Eval Toolkit

Paste a corpus + labelled queries → measure recall@K, precision@K, MRR, nDCG for BM25 (and optionally semantic) retrieval. Local, free, self-hosted alternative to RAGAS / TruLens.

Open
ai

Llama.cpp / Ollama Config Builder

Pick hardware + model → get optimal CLI flags and an Ollama Modelfile. No more trial-and-error tuning.

Open
ai

LoRA / QLoRA Memory Calculator

Pick a base model + training mode → see peak fine-tuning VRAM and which GPUs can fit the job.

Open
ai

MCP Server Tester

Paste your MCP server's tools/list output, validate against the protocol spec, simulate a tool call without any LLM cost.

Open
ai

Multi-modal Token Counter

Drop an image → see how many vision tokens each model charges (GPT-5, Claude 4, Gemini 2.5/3 Pro) and the cost at your usage volume.

Open
ai

Prompt Cache Optimizer

Analyze your prompt → find the optimal cache split point → see projected monthly savings across Anthropic / OpenAI / Google / DeepSeek caching.

Open
ai

Reasoning Token Cost Calculator

Calculate the real cost of reasoning models - including the hidden reasoning tokens every other cost calculator ignores.

Open
ai

Streaming Response Player

Paste any LLM streaming log → replay it at 1× or 5×, see first-token latency, inter-token deltas, throughput.

Open
ai

Token Probability Visualizer

Paste a logprobs-enabled LLM response → see top-K alternative tokens at every position with their probabilities, colour-coded by uncertainty.

Open
ai

Hyperscaler AI Pricing - Bedrock vs Foundry vs Vertex

Compare on-demand inference pricing for the same model across AWS Bedrock, Azure AI Foundry, and Google Vertex AI

Open
ai

Fine-tuning Dataset Formatter

Convert Q&A pairs into JSONL training data for OpenAI, Axolotl, ShareGPT, and Unsloth

Open
ai

LLM Response Unpacker

Paste any OpenAI, Anthropic, or Gemini API response and extract content, tokens, and cost

Open
ai

Model Benchmark Comparator

Compare LLMs on context, pricing, MMLU, HumanEval, and capabilities side by side

Open
ai

Prompt Diff

Compare two prompt versions side-by-side - spot every change at a glance

Open
ai

Context Window Visualizer

Paste a conversation. See exactly what fits in 8K / 32K / 128K / 200K windows - and which truncation strategy preserves the most

Open
ai

GPU VRAM Calculator

Estimate VRAM needed to run or fine-tune any LLM at any quantization, then see which GPUs fit

Open
ai

JSON Schema → LLM Tool Definition

Convert any JSON Schema or OpenAPI operation into an OpenAI / Anthropic / Google tool/function definition - the three formats differ subtly

Open
ai

RAG Chunk Inspector

Visualize exactly how your chunking strategy splits documents - with overlap regions highlighted and per-chunk token estimates

Open
ai

System Prompt Linter

Catch the silent failure modes in your system prompt - vague instructions, conflicting rules, missing output format, role drift - before they cost you tokens

Open
ai

Tokenizer Visualizer

See exactly how an LLM splits your text into tokens - color-coded, byte-counted, model-aware

Open
ai

LLM Cost Calculator

Compare LLM API costs and local inference TCO side by side

Open
ai

Prompt Token Counter

Estimate token count and API cost for any prompt across all major models

Open
ai

Voice Transcriber

Free browser speech-to-text with session history and transcript download

Open
trading

Drawdown & Sharpe Calculator

Paste a return series and get Sharpe, Sortino, max drawdown, Calmar, and equity curve

Open
trading

Options P&L Calculator

Visualize profit/loss at expiry across a price range for calls, puts, and spreads

Open
trading

Position Sizer

Calculate optimal trade size with Kelly criterion and fixed-risk models

Open
ev

Tesla Charge Optimizer

Time-of-use rate schedule + battery + departure → cheapest contiguous charging window.

Open
ev

EV Charging Cost Calculator

True cost per session and per mile for any EV - accounts for time-of-use rates, solar offset, and DC fast-charging premium

Open
ev

Tesla Trip Cost Calculator

Calculate charging cost and time for any Tesla trip

Open
infra

Nginx Config Generator

Generate nginx server blocks for static sites, reverse proxies, and PHP - with SSL

Open
infra

SSH Config Generator

Build ~/.ssh/config host blocks from a form - ProxyJump, IdentityFile, forwarding

Open
infra

Device & Browser Info

Inspect your browser, OS, hardware, network, and public IP - all displayed locally

Open
infra

Docker Compose Visualizer

Paste docker-compose.yml and see your service graph - dependencies, ports, volumes, networks, all rendered visually

Open
infra

systemd Unit File Generator

Generate a properly-formatted systemd unit file from a command, restart policy, env vars, and user - with security-hardening defaults baked in

Open
dev

Unit Converter

Convert data, electrical and physical units, and see every unit at once instead of picking one

Open
dev

Punctuation & Typography Fixer

Strip the curly quotes, em dashes, and invisible spaces that word processors sneak into your text

Open
dev

Text Formatter & Case Converter

Convert case and run the line operations you always need - trim, dedupe, sort, number, wrap - in one pass

Open
dev

Config Format Converter

Convert config between JSON, YAML, TOML, and .env - instantly, in your browser, offline

Open
dev

Markdown Table Generator

Build a markdown table in a spreadsheet-style grid - then copy it as Markdown, CSV, or HTML

Open
dev

PDF Merger

Drop multiple PDFs, drag to reorder, type page ranges per file, merge to one PDF - all in your browser.

Open
dev

WebSocket / SSE Live Tester

Connect to any WebSocket or Server-Sent Events endpoint from your browser, see frames stream live, measure latency, send messages, validate JSON inline.

Open
dev

Word Counter

Paste any text, see words, characters, sentences, paragraphs, reading time, reading level, and the top-10 most-used words - live as you type.

Open
dev

HTML Viewer

Paste HTML, see it rendered live in a sandboxed preview - resize the split, simulate phone/tablet/desktop, catch JS errors.

Open
dev

Base64 & URL Encoder

Encode/decode Base64, URL encoding, HTML entities, and hex - four encodings in one tool

Open
dev

Hash Generator

Generate MD5, SHA-1, SHA-256, SHA-512, and HMAC hashes from text or files

Open
dev

Code Snippet to PNG

Turn code into beautiful shareable images with syntax highlighting and gradient backgrounds

Open
dev

Color Toolkit

Extract dominant colors from images and convert between HEX, RGB, HSL, and CMYK

Open
dev

CSS Button Generator

Design and export custom CSS buttons with gradients, shadows, and hover effects

Open
dev

CSV to JSON Converter

Parse CSV files or pasted text into JSON with automatic type detection and edge-case handling

Open
dev

Dummy Data Generator

Generate realistic fake datasets as JSON or CSV for testing and prototyping

Open
dev

Glass & Mesh Gradient Generator

Generate glassmorphism panels and mesh gradients with live preview and copy-ready CSS

Open
dev

Image Compressor

Compress JPEG, PNG, and WebP images client-side with target size and dimension controls

Open
dev

JSON Formatter & Validator

Paste raw JSON to format, colorize, validate, and minify instantly

Open
dev

JWT Decoder

Decode JWT header, payload, and signature - fully client-side, never transmitted

Open
dev

Password & Passphrase Generator

Generate cryptographically random passwords and human-readable passphrases

Open
dev

QR Code Generator

Generate styled QR codes for URLs, WiFi, contacts, and more - with logo embed

Open
dev

Text Diff / Code Compare

Compare two text blocks or code files and highlight exact additions and deletions

Open
dev

Cron Expression Builder

Write, validate, and understand cron expressions with next-run previews

Open
dev

Graphing Calculator

Plot a function, then actually ask questions about it - slope, area, roots, turning points

Open
dev

Markdown Visualizer

Live Markdown editor with split preview, word count, and raw HTML export

Open
dev

Regex Playground

Test regular expressions against sample text with live match highlighting

Open
dev

Rich Text → Markdown

Paste rich text or HTML → clean Markdown, copy in one click

Open
dev

Unix Timestamp Converter

Unix ↔ datetime - relative time, ISO / RFC / local formats, live clock

Open
finance

India CTC to In-Hand Salary Calculator

Take an Indian offer letter's CTC apart and see what actually reaches your bank account each month

Open
finance

Old vs New Tax Regime Comparator

See which Indian tax regime costs you less, and the exact deduction level at which the answer flips

Open
finance

Tax-Loss Harvest Optimizer

Paste lot-level positions, see which to sell for max harvested losses while the wash-sale rule keeps the deductions valid. Federal-only. Produces a plan - never places trades.

Open
finance

Amortization Calculator

Monthly + bi-weekly payment, lump-sum simulator, payoff date and full amortization schedule

Open
finance

Currency Converter

25+ currencies · USD / INR / EUR / GBP base · hardcoded rates with date

Open
finance

Debt-to-Income Calculator

Front-end & back-end DTI - lender thresholds, max debt, income needed

Open

Other Tools

4 tools

Personal-utility apps I built so I wouldn't have to keep visiting other sites.

These tools are for informational purposes only. Results are not financial, medical, or legal advice. You are solely responsible for how you use them. I am not liable for any decisions made based on these outputs.