Free AI Micro-Tools

100 small, fast utilities for everyday work with AI: prompt builders and analyzers, token counters, price and capacity calculators, evaluation helpers, data converters, and developer utilities. Everything runs 100% in your browser, no signup, no data sent anywhere.

🧠

Looking for the 108 On-Device AI Tools? They have their own page

Writers, summarizers, translators, study aids, and text analyzers powered by a real language model running on your own GPU. Nothing is ever uploaded.

On-Device AI →
🤖

New: watch 5 AI agents work together, live

The Multi-Agent Lab runs a Planner, a Librarian, a Curriculum Architect, a Quiz Master, and a Reviewer on your own GPU. They hand work to each other, search the real course catalog, and catch each other inventing courses.

Multi-Agent Lab →

Prompting 5

Building & APIs 5

Costs & Capacity 16

🤖

Agent Cost Simulator

Model multi-step agent runs with growing context and tool calls; compare cost per run and per month across models.

Use it before deploying agents at scale →
📈

AI ROI Calculator

Turn time saved and API costs into net monthly benefit, payback period, and 12-month ROI you can show your boss.

Use it to build the business case for automation →
๐Ÿ“ฆ

Batch API Savings Calculator

Compare realtime vs batch API cost for Claude models and a custom model from your monthly token volume, with the industry-standard 50% batch discount.

Use it when you have bulk, non-urgent LLM workloads and want to see what moving them to a batch API would save each month. →
📐

Context Budget Planner

Stack system prompt, history, RAG chunks, and tools against a model's context window and see what fits.

Use it when designing a chat or RAG app →
๐Ÿ—„๏ธ

Embedding Storage Calculator

Size a vector database from documents, chunks, dimensions, and dtype, with HNSW index overhead and approximate monthly hosting cost.

Use it when you are planning a RAG or semantic search build and need to budget vector storage before choosing a vector DB plan. →
๐ŸŽฏ

Fine-Tuning Cost Calculator

Estimate training cost from dataset tokens and epochs, compare fine-tuned inference uplift vs the base model, and see break-even vs prompt engineering.

Use it when you are deciding whether fine-tuning a model will pay off compared to longer prompts or caching. →
๐Ÿ–ฅ๏ธ

GPU Cloud Cost Comparator

Compare monthly rental cost for A100, H100, L4, and RTX 4090 GPUs from editable hourly rate ranges, usage hours, and GPU count.

Use it when you are weighing GPU rental options or deciding between renting GPUs and paying for API tokens. →
🖥

GPU VRAM Calculator

Model size + quantization + context = the VRAM you need, with a fits/doesn't-fit verdict for common GPUs and Macs.

Use it before downloading a local model →
โฑ๏ธ

Latency Budget Calculator

Turn output tokens, tokens/sec, and time to first token into full response time, tokens visible at 1s/3s/10s, and a reading-speed comparison.

Use it when you are designing a streaming LLM experience and need to know how the response will feel to users. →
💰

LLM Price Calculator

Enter your input tokens, output tokens, and monthly request volume to see live monthly costs across Claude, GPT, and Gemini models.

Use it when budgeting or picking a model for a project →
🎯

Model Picker Wizard

Answer six quick questions about your task and get a model tier recommendation with the reasoning spelled out.

Use it when you're unsure which model to start with →
โšก

Prompt Caching Savings Calculator

Model cached prompt tokens, hit rate, read discount, and write premium to see your monthly bill with and without prompt caching, plus a verdict.

Use it when every request re-sends the same system prompt or context and you want to quantify what caching would save. →

Rate-Limit Planner

Map your workload against provider RPM/TPM limits and get concurrency, pacing, and queueing recommendations.

Use it before scaling up API traffic →
🔢

Token Counter

Paste any text and get a live estimate of tokens, words, characters, and what that input would cost on popular models.

Use it before sending long prompts to an LLM API →
๐Ÿš€

Tokens Per Second Converter

Convert instantly between tok/s, tokens/min, words/min, chars/sec, and pages/hour, plus a solver for the aggregate throughput a workload needs.

Use it when you need to translate throughput specs between units or size the tok/s a given request load requires. →
🖼

Vision Cost Estimator

Drop in an image (never uploaded) and estimate vision input tokens and monthly cost from its dimensions.

Use it when adding image inputs to your app →

Evaluation & Decisions 7

โš–๏ธ

A/B Test Calculator

Sample size planner for prompt and model A/B tests plus a two-proportion z-test results checker with a plain-English verdict.

Use it when comparing two prompts or models and you want to know how many test cases you need, or whether a result is real. →
๐Ÿงช

AI Readiness Quiz

10-question organizational AI readiness assessment scored out of 30 with a tier verdict, per-dimension bars, and prioritized next steps.

Use it when gauging whether your organization is actually ready to adopt AI and what to fix first. →
โœ‚๏ธ

Dataset Splitter

Split JSONL or line-based data into train/val/test with a seeded shuffle, sum-to-100 sliders, optional stratification by key, and downloads.

Use it when preparing fine-tuning or eval datasets and you need clean, reproducible splits. →
๐ŸŽฏ

Eval Confidence Intervals

Wilson score confidence intervals for eval accuracy with a visual range bar and a solver for how many more evals you need.

Use it when someone quotes an accuracy number and you want to know how much to trust it. →
๐Ÿ“‹

Eval Rubric Builder

Build a weighted evaluation rubric with 1-5 scale anchors, then export a markdown rubric and an LLM-as-judge prompt with a strict JSON scoring schema.

Use it when you need to grade LLM outputs consistently, by humans or by a judge model. →
๐Ÿ“Š

Model Comparison Table

Sortable side-by-side comparison of Claude, GPT, and Gemini models: context windows, pricing per 1M tokens, modality, speed, and best-for guidance.

Use it when choosing which LLM to use for a task or budget. →
๐Ÿงญ

RAG Decision Helper

Answer 6 questions about your data, queries, latency, budget, and team to get a live recommendation: no-RAG, simple RAG, hybrid, agentic, or fine-tuning.

Use it when planning an AI app and you are unsure whether you need RAG, and which architecture fits. →

Data & Safety 3

Data & Converters 7

๐Ÿ“‘

CSV โ†” JSON Converter

Turn CSV into a JSON array of objects and back, with delimiter auto-detect, RFC 4180 quoting, a preview table, and downloads.

Use it when you need spreadsheet exports as JSON for an API, or JSON data as a CSV you can open in Excel. →
๐Ÿงญ

JSON Path Tester

Test paths like a.b[0].c with [*] wildcards against your JSON and click any node in the tree to get its exact path.

Use it when you are digging through a deep API response and need the precise path to a value for your code. →
๐Ÿ“‹

Markdown Table Generator

Build markdown tables in a click-to-edit grid, paste cells straight from a spreadsheet, set column alignment, and copy clean markdown.

Use it when you are writing README files, docs, or GitHub comments and hand-aligning pipe tables is driving you mad. →
๐ŸŽฒ

Mock Data Generator

Generate fake names, emails, addresses, dates, numbers, and UUIDs as JSON, CSV, or SQL INSERTs, with a seed for reproducible runs.

Use it when you need realistic-looking test rows for a demo, fixture, or database without touching real user data. →
๐Ÿ”

Regex Tester

Try regular expressions with live match highlighting, capture group tables, replace preview, and a plain-English pattern breakdown.

Use it when you are writing or debugging a regex and want to see exactly what it matches before it ships. →
๐Ÿ—„๏ธ

SQL Formatter

Beautify SQL with uppercase keywords, one clause per line, and indented conditions and subqueries, or minify it to a single line.

Use it when a query from logs, an ORM, or a teammate arrives as an unreadable one-liner and you need to understand it fast. →
๐Ÿ”„

YAML โ†” JSON Converter

Convert YAML to JSON and JSON to YAML live in side-by-side panels, with clear errors and line highlighting.

Use it when you are translating Kubernetes manifests, CI configs, or API payloads between YAML and JSON. →

Text & Writing 14

๐Ÿ” 

Case Converter

One input, nine live case styles: Title Case, Sentence case, camelCase, snake_case, kebab-case, and more with per-row copy.

Use it when you need a heading, variable name, or constant in a specific case style without retyping it. →
๐Ÿ’ฌ

Chat Export Cleaner

Convert a copied ChatGPT or Claude conversation into clean markdown or a JSON messages array with automatic role detection.

Use it when you want to save, share, or reuse an AI conversation in a readable or machine-friendly format. →
๐Ÿงฑ

Few-Shot Example Formatter

Turn input/output pairs into clean few-shot example blocks in XML tags, markdown headings, or a JSON array.

Use it when you are adding examples to a prompt and want them formatted the way models parse most reliably. →
๐Ÿ”

Find and Replace

Search and replace with regex, case-sensitive, and whole-word options, plus a live highlighted preview and match count.

Use it when you need to see exactly what a replace will change before applying it, especially with regex. →
๐Ÿท๏ธ

Keyword Extractor

Pull the top keywords and key phrases from any text using frequency scoring with stopwords removed and phrases boosted.

Use it when you need tags, SEO keywords, or a quick topic summary before computing embeddings. →
๐ŸŒ

Language Detector

Approximate language detection for 14 Latin-script languages plus Unicode script recognition for Chinese, Arabic, Cyrillic, and more.

Use it when you have a snippet of text and need a quick guess at what language it is written in. →
๐Ÿงน

Line Tools

Dedupe, sort, shuffle, number, trim, and prefix text lines with chainable operations and undo.

Use it when you have a messy list of lines to clean up: duplicates to remove, order to fix, or prefixes to add. →
๐Ÿ“ฆ

Prompt Compressor

Rule-based prompt shortener that trims wordy phrases and duplicate sentences, showing tokens saved and every rule applied.

Use it when a prompt has grown verbose and you want to cut token cost without changing its meaning. →
๐Ÿ“–

Readability Scorer

Flesch Reading Ease and Flesch-Kincaid grade level with long-sentence and passive-voice highlighting.

Use it when you want to know if your writing is easy enough for its target audience before you publish. →
โฑ๏ธ

Reading Time

Reading time at slow, average, and fast speeds, speaking time at presentation pace, and an LLM token estimate.

Use it when you are timing an article, talk, or voiceover, or budgeting tokens before sending text to an AI model. →
๐Ÿ”—

Slug Generator

Turns titles into clean URL slugs: accents stripped, punctuation removed, word-boundary length limit, batch mode.

Use it when you need SEO-friendly URL slugs for blog posts or pages, one or a whole list at a time. →
โœ‚๏ธ

Text Splitter

Split long text into numbered parts that each fit a token or character budget, breaking at paragraph and sentence boundaries.

Use it when a document is too long to paste into ChatGPT, Claude, or an X post in one go. →
๐ŸŽ™๏ธ

Transcript Cleaner

Strip timestamps, speaker labels, filler words, and stutter repeats from meeting or video transcripts, with before/after stats.

Use it when you need a raw Zoom, Teams, or YouTube transcript cleaned up before summarizing or publishing it. →
๐Ÿ“Š

Word Frequency

Top words plus 2-word and 3-word phrases with counts and keyword density percentages, stopword and length filters.

Use it when you want to check SEO keyword density or see which terms your draft actually emphasizes. →

Developer Utilities 14

๐Ÿ”ก

Base64 Encoder / Decoder

UTF-8 safe Base64 encoding and decoding with auto-detect direction, plus a file to data URI converter.

Use it when you need to encode text or files as Base64, decode a Base64 blob, or inline a small asset as a data URI. →
๐Ÿ“

Commit Message Builder

Build conventional commit messages with type, scope, body, and BREAKING CHANGE footers, plus live 50/72 length gauges.

Use it when adopting conventional commits or teaching a team the format that powers changelogs and semantic release. →
๐Ÿ—“๏ธ

Cron Expression Builder

Build cron schedules from presets and dropdowns, read them back in plain English, and preview the next 5 run times in local time or UTC.

Use it when writing or decoding a crontab or GitHub Actions schedule and you want to be sure when it will actually fire. →
๐Ÿ”’

Hash Generator

SHA-256, SHA-384, SHA-512, and SHA-1 digests of any text or file via WebCrypto, in hex and Base64.

Use it when you need a checksum to verify a download, pin a file version, or generate a content hash for caching. →
๐Ÿšฆ

HTTP Status Lookup

Every common HTTP status code with a plain-English meaning and a practical fix, searchable by number or keyword.

Use it when an API returns a mystery code and you need to know whether to retry, back off, or fix your request. →
๐ŸŽซ

JWT Decoder

Paste a JSON Web Token to see its header and payload pretty-printed, with exp/iat/nbf as local dates and a live valid or expired badge. Decoding only, no signature check.

Use it when an API rejects your token and you need to see what is inside it and whether it has expired. →
๐Ÿ“‘

Markdown TOC Generator

Paste markdown and get a nested table of contents with GitHub-style anchor slugs, code blocks skipped, duplicates handled.

Use it when a README or docs page has grown long enough to need navigation links that actually work on GitHub. →
๐Ÿ”

Password Generator

Cryptographically secure passwords and word passphrases with entropy in bits, crack-time estimates, and bulk generation.

Use it when you need a strong password or a memorable passphrase and want to know how strong it really is. →
๐Ÿงต

String Escape / Unescape

Escape or unescape JSON strings, HTML entities, and backslash sequences, plus a mode that turns whole code blocks into safe JSON strings for API payloads.

Use it when quotes and newlines in your text keep breaking a JSON body, an HTML page, or an LLM prompt payload. →
๐Ÿ”€

String Similarity

Compare two texts with Levenshtein edit distance, similarity percent, Jaccard word overlap, and longest common substring.

Use it when deduping records, tuning fuzzy-match thresholds, or comparing LLM outputs against expected answers. →
๐ŸŒ

Time Zone Planner

See a meeting time in up to 6 participant time zones with business-hours highlighting and a best-overlap finder.

Use it when scheduling calls across offices and you want the least painful slot for everyone. →
โฑ๏ธ

Unix Timestamp Converter

Convert epoch timestamps (seconds or milliseconds, auto-detected) to local, UTC, and 25+ timezones with relative time, plus date-to-timestamp and a live ticker.

Use it when a log or API hands you a raw epoch number and you need to know what moment it actually is. →
๐Ÿ”—

URL Encoder / Decoder

Percent-encode or decode text with encodeURIComponent vs encodeURI explained, plus an editable query-string parameter table that rebuilds the URL live.

Use it when a URL breaks on special characters or you need to inspect and edit the parameters buried in a long query string. →
๐Ÿ†”

UUID / ULID Generator

Cryptographically random UUID v4 or timestamp-sortable ULIDs, single or up to 1000 in bulk with copy and download.

Use it when you need unique IDs for records, test data, or correlation keys, sortable ones included. →

Business & Productivity 7

๐Ÿท๏ธ

AI Disclosure Generator

Pick content type, AI role, and tone to get ready-to-paste AI disclosure statements for blogs, products, chatbots, code, and academic work.

Use it when you need to tell readers, customers, or reviewers how AI was involved in your work. →
๐Ÿ“Š

AI SaaS Unit Economics

Model gross margin per user, blended margin, and break-even users for an AI product, with AI cost x2 and /2 sensitivity.

Use it when pricing or sanity-checking an AI product whose inference costs eat into classic SaaS margins. →
๐Ÿ“œ

AI Usage Policy Generator

Answer a few questions about your org and get a professional, ready-to-edit company AI usage policy in markdown.

Use it when your company needs a starting-point AI policy covering permitted use, data rules, and accountability. →
๐Ÿ’ฐ

Break-Even Pricing

Turn your cost per AI operation into a price floor, a recommended price at your target margin, and a usage-based vs flat-rate comparison.

Use it when deciding what to charge for an AI feature so heavy users do not flip unprofitable. →
โฑ๏ธ

Meeting Cost Calculator

See the true cost of any meeting per session and per year, with a live ticker that counts the money during a running meeting.

Use it when deciding whether a recurring meeting earns its keep or should become an email or AI summary. →
๐Ÿ—‚๏ธ

Task Prioritizer (Eisenhower)

Sort tasks into Do, Schedule, Delegate, and Eliminate quadrants by urgency and importance, then export a markdown checklist.

Use it when your to-do list is overflowing and you need to decide what actually deserves your time today. →
โš–๏ธ

Weighted Decision Matrix

Score options against weighted criteria with live totals, winner highlighting, and a sensitivity check on your weights.

Use it when you are choosing between vendors, tools, candidates, or plans and want the tradeoffs on paper. →

Marketing & SEO 7

#๏ธโƒฃ

Hashtag Formatter

Turn keywords into clean, accessible #CamelCase hashtags with a lowercase variant, deduping, and copy-ready sets sized for X, LinkedIn, and Instagram.

Use it when you want readable, screen-reader-friendly hashtags in the right quantity per platform. →
๐Ÿท๏ธ

Meta Tag Generator

Generate a complete head block with SEO title, meta description, canonical, Open Graph, and Twitter Card tags, with live Google and social previews.

Use it when publishing a new page and you want its search snippet and share cards done right the first time. →
๐Ÿค–

Robots.txt AI Crawler Blocker

Allow or block GPTBot, ClaudeBot, Google-Extended, PerplexityBot, and other AI crawlers bot by bot, then copy a ready-to-use robots.txt.

Use it when deciding whether AI companies may train on or cite your site's content. →
๐Ÿงฉ

Schema Markup Generator

Build JSON-LD structured data for Article, FAQ, Course, HowTo, Organization, and Person with per-type forms, required-field hints, and a copy-ready script block.

Use it when adding rich-result structured data to a page without hand-writing JSON-LD. →
๐Ÿ“

Social Post Length Checker

Check one post against X, LinkedIn, Instagram, Facebook, YouTube, and TikTok limits at once, including see-more fold previews and X's 23-character URL rule.

Use it when writing one post for several platforms and you need to know where each one cuts you off. →
๐Ÿ”—

UTM Link Builder

Build campaign tracking URLs with source, medium, and campaign parameters, proper encoding, and a saved history of your last ten links.

Use it when you need consistent, correctly encoded UTM links for email, social, or paid campaigns. →
๐Ÿงต

X Thread Splitter

Split long text into numbered 280-character tweets at sentence boundaries, with numbering styles, hashtag placement, per-part copy, and a LinkedIn mode.

Use it when turning an article or long idea into a clean, ready-to-post X thread. →

Media & Voice 7

๐ŸŽจ

Color Palette Generator

Turn one base color into hex/RGB/HSL conversions, a 10-step tint and shade ramp, harmony schemes, and WCAG AA/AAA contrast checks.

Use it when you need a full color scale or an accessibility contrast check from a single brand color. →
๐ŸŽ™๏ธ

Dictation Pad

Speech-to-text notepad with live interim results, 10 languages, and an editable transcript you can copy or download.

Use it when talking is faster than typing: drafting prompts, notes, or first drafts by voice. →
๐Ÿ˜€

Emoji Favicon Generator

Turn any emoji into 16/32/48/180px favicon PNGs with optional background and rounded corners, a live tab preview, and ready-to-paste HTML tags.

Use it when a side project needs a favicon in thirty seconds. →
๐Ÿ•ต๏ธ

EXIF Stripper

Remove GPS location, device details, timestamps, and all other hidden metadata from photos by re-encoding them on a canvas in your browser.

Use it before posting or sharing any photo you took on your phone. →
๐Ÿ—œ๏ธ

Image Compressor

Shrink JPEG and WebP images with a quality slider, optional resize, and before/after size comparison, all in your browser.

Use it when a screenshot or photo is too big to email, upload, or send to a vision API. →
๐Ÿ“

Image Resizer for AI Vision

Resize or center-crop images to vision-model presets like 1568px for Claude, 1024, 512, or any custom size, then download as PNG or JPEG.

Use it when you are preparing screenshots or photos for a vision API and do not want to waste tokens on oversized pixels. →
๐Ÿ”Š

Text to Speech Reader

Have your browser read any text aloud with selectable voices, speed and pitch controls, and live sentence highlighting.

Use it to proof-listen a draft, check how AI-generated copy flows, or rest your eyes. →

Learning & Planning 8

๐Ÿ”ค

AI Acronym Expander

Instant search across 140+ AI and tech acronyms, from LLM and RAG to TTFT and SOC 2, each with a plain-English one-liner.

Use it when a paper, blog post or meeting throws an abbreviation at you and you need the meaning in seconds. →
📚

AI Glossary

Plain-English definitions for 85+ AI terms, from agents and RAG to quantization and RLHF, with instant search and A-Z navigation.

Use it when a doc or meeting throws jargon at you →
๐Ÿ“š

Citation Formatter

Generate APA 7 and MLA 9 citations for websites, books, journal articles and AI tools, with correct author inversion and italics.

Use it when you are writing a paper or report and need properly formatted references, including how to cite ChatGPT or Claude. →
๐Ÿƒ

Flashcard Maker

Paste question and answer lines to build a deck, then study with card flips and know/don't-know recycling, print with cut lines, and save decks locally.

Use it when you want to drill missed quiz questions or key terms until every card is cleared. →
โฑ๏ธ

Focus Timer

Pomodoro timer with 25/5, 50/10 and custom presets, auto work/break switching, optional beep, a daily focus log and a streak counter.

Use it when you sit down to study and want protected, tracked focus blocks instead of an open-ended session. →
🎲

Sampling Visualizer

Play with temperature, top-p, and top-k on a live probability chart and finally see what those knobs actually do.

Use it to build real intuition for sampling settings →
๐Ÿ”

Spaced Repetition Calculator

Enter what you learned and when to get review dates at 1/3/7/14/30/90-day intervals, a merged review calendar, and an .ics export.

Use it when you just finished a lesson and want reminders timed to beat the forgetting curve. →
๐Ÿ“…

Study Scheduler

Turn any topic into a dated session plan and download it as an .ics file for Google, Outlook or Apple Calendar.

Use it when you are starting a course or 30-day learning path and want every study session on your real calendar. →

Free tools from AI School - no signup, everything runs in your browser. Nothing you type leaves your device.