Utilities
Developer Tools
Free tools for developers, data science practitioners, and everyday calculations.
LLM / AI
AI Content Detector
Find out if a text was written by a human or generated by ChatGPT, Claude, Gemini, or another AI. Free — 5 checks per day with a Google account.
Math
Percentage Calculator
Find what % of a number is, calculate percentage increase or decrease, add or subtract a percentage, and more. Five calculators in one — instant results.
Developer Tool
HEX ↔ RGB Color Converter
Convert HEX color codes to RGB and RGB to HEX instantly. Also shows HSL values, a live color preview, and CSS snippets. Includes a color picker and 12 common web colors.
Developer Tool
Password Generator
Generate strong, cryptographically secure random passwords. Choose length (8–64) and character sets. 100% client-side — your password never leaves your browser.
ML / Data Science
Neural Network Parameter Counter
Add Linear, Conv2d, Embedding, MultiheadAttention, LayerNorm, and BatchNorm2d layers and instantly see total parameters, float32/float16/int8 memory estimates, and a comparison against BERT, GPT-2, and ResNet-50.
ML / Data Science
Learning Rate Scheduler Visualizer
Plot LR over epochs for Cosine Annealing, Step Decay, Linear Warmup + Cosine Decay, Exponential Decay, and ReduceLROnPlateau. Copy the PyTorch scheduler code for any configuration.
LLM / AI
Token Counter
Estimate tokens for GPT-4o, Claude, and Llama from any text. Shows context window usage, estimated API cost, and includes Python tiktoken snippets.
Developer Tool
Regex Tester
Test and debug regular expressions in real time with match highlighting. Supports global, case-insensitive, multiline, and dotAll flags. Includes Python re snippets.
ML / Data Science
Confusion Matrix Calculator
Compute precision, recall, F1, F2, accuracy, specificity, MCC, and NPV from TP/TN/FP/FN values. Includes scikit-learn code.
ML / Data Science
Statistics Calculator
Paste a list of numbers and instantly get mean, median, mode, std dev, variance, IQR, skewness, and more. Includes NumPy and Pandas snippets.
Developer Tool
SQL Formatter
Format and beautify SQL queries instantly. Uppercases keywords, puts each clause on its own line, and indents columns and conditions.
Developer Tool
CSV ↔ JSON Converter
Convert CSV to JSON and JSON to CSV in your browser. Handles quoted fields, nested values, and automatic type coercion. Includes Pandas snippets.
Developer Tool
YAML Formatter & Validator
Validate, format, and convert YAML files online. Supports YAML → JSON and JSON → YAML. Includes PyYAML Python code snippets.
Developer Tool
Base64 Encoder & Decoder
Encode text to Base64 or decode Base64 strings instantly. UTF-8 safe. 100% client-side — nothing leaves your browser. Includes Python and JS snippets.
Developer Tool
String Case Converter
Convert strings between camelCase, PascalCase, snake_case, kebab-case, SCREAMING_SNAKE_CASE, Title Case, and more. Instant copy for each variant.
ML / Data Science
Matrix Multiplication Calculator
Multiply two matrices up to 6×6 with step-by-step results. Understand the shapes behind neural network layers. Includes NumPy and PyTorch code.
Developer Tool
JSON Formatter & Validator
Pretty-print, validate, and minify JSON instantly. 100% client-side — your data never leaves the browser. Includes Python and JS code snippets.
Developer Tool
Diff Checker
Compare two text files or code blocks side-by-side with GitHub-style red/green highlighting. Generate a shareable diff link for teammates.
Developer Tool
Cron Job Generator
Build a cron expression from plain English dropdowns, or paste any expression to translate it to a human-readable schedule. Includes a full cron cheat sheet.
Developer Tool
Unix Timestamp & Epoch Converter
Convert between Unix timestamps and human-readable dates. Includes Python, JavaScript, Pandas, and SQL snippets.
Date / Time
Day of the Year Calculator
Find what day number any date falls on (1–366), or convert a day number back to a calendar date. Handles leap years automatically.
Date / Time
Year-to-Date Calculator
Find the day number of any date, track how much of the year has elapsed, or calculate how many years ago a given year was.
NLP / Visualization
Word Cloud Generator
Generate a word cloud from any text. Visualize term frequency and explore NLP preprocessing.
Personal Finance
Compound Interest Calculator
See how a lump sum grows over time with compound interest. Compare annual, monthly, and daily compounding frequency.
Personal Finance
Debt Payoff Calculator
Compare the debt snowball (smallest balance first) and debt avalanche (highest interest first) methods side by side.
Personal Finance
Emergency Fund Calculator
Find your target emergency fund size based on months of essential expenses, and how long it will take to reach it.
Personal Finance
50/30/20 Budget Calculator
Split your net income into needs, wants, and savings targets, then compare against your actual spending.
Personal Finance
Net Worth Calculator
Itemize your assets and liabilities to find your total net worth, with a reference table for typical net worth by age.
Personal Finance
Savings Goal Calculator
Rule of 72 doubling-time estimates, plus a goal-based calculator for how long it takes to reach a savings target.
Personal Finance
Freelance Rate Calculator
Find the hourly rate you need to charge as a freelancer or contractor to hit a target income, after overhead, time off, and profit margin.
Personal Finance
Credit Card Payoff Calculator
See how long a single card takes to pay off at the minimum payment versus a higher fixed payment, and how much extra interest the minimum payment costs.
Personal Finance
NPV Calculator
Calculate net present value from a discount rate and future cash flows, or simple future value of a lump sum.
Personal Finance
Inflation Calculator
Estimate future cost or lost purchasing power using an assumed average annual inflation rate. Not official CPI data.
ML / Data Science
GPU VRAM Estimator
Estimate GPU memory needed for inference or training given parameter count and precision. Rule-of-thumb estimates, not exact figures.
LLM / AI
LLM API Cost Comparator
Compare estimated API cost across GPT-4o, Claude, and Gemini for a given number of input and output tokens. Dated pricing snapshot.
Developer Tool
JWT Decoder
Paste a JWT to decode its header and payload instantly, with expiry status. 100% client-side. Decode only, does not verify the signature.
ML / Data Science
Cosine Similarity Calculator
Calculate cosine similarity, dot product, and Euclidean distance between two vectors. For comparing embeddings.
Health / Fitness
One-Rep Max (1RM) Calculator
Estimate your one-rep max from any weight and rep count using the Epley and Brzycki formulas, plus a training percentage table.
Health / Fitness
Macro Calculator
Split a daily calorie target into protein, carb, and fat grams using common macro ratios.
Developer Tool
Typing Speed Test
Type randomly generated key sequences, not memorized words, and see live WPM and accuracy plus a color-coded histogram of exactly which keys you mistype most.