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.

69 apps
8 categories
0 logins

Featured

65 tools
🌐
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

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

Basic · Scientific · 2D graph · 3D surface - all modes, zero deps

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

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.