Free Tools · No signup · Runs in your browser

Tools that make
the hard parts tangible.

Interactive visualizers, estimators and playgrounds for builders — the kind of thing you wish existed when you were stuck on a system-design diagram or a RAG pipeline. Every tool is free, needs no account, and runs entirely on your device.

59Live now
0In the works
$0Forever free
01
★ Start here

Consistent Hashing Visualizer

Watch keys rebalance on the hash ring as nodes come and go.

Distributed SystemsShardingVisualizer
Open tool →
02

Interactive Capacity Estimator

Back-of-the-envelope math for system design, with the reasoning shown.

System DesignCalculatorInterview
Open tool →
03

RAG Chunking Playground

Paste a document, pick a strategy, see the actual chunks and tokens.

AIRAGLLM
Open tool →
04

Context Budget & Cost Planner

Model an agent’s context window and see where the tokens (and dollars) go.

AILLMCost
Open tool →
05

Quorum (N/R/W) Explorer

Set N, R and W and instantly see your consistency–availability trade-off.

Distributed SystemsConsistencyVisualizer
Open tool →
06

Availability (Nines) Calculator

Compose services in series and parallel to find your real uptime.

ReliabilityCalculatorSystem Design
Open tool →
07

LLM-as-Judge Rubric Builder

Design an eval rubric and generate the judge prompt for it.

AIEvalsLLM
Open tool →
08

Tool-Schema Designer

Build a function-calling tool definition visually, get valid JSON out.

AIAgentsLLM
Open tool →
09

Percentile Calculator

Paste your numbers and see p50, p90, p95 and p99 — the tail, not the average.

System DesignCalculatorReliability
Open tool →
10

LLM Pricing Comparator

Enter your token usage and see the monthly bill across every major model.

AILLMCost
Open tool →
11

Bloom Filter Sizing

Pick your item count and false-positive rate — get bits, memory and hash count.

Distributed SystemsData StructuresCalculator
Open tool →
12

Token Bucket Simulator

Fire requests at a rate limiter and watch tokens drain, refill and throttle.

Distributed SystemsRate LimitingVisualizer
Open tool →
13

Context Window Visualizer

See your prompt fill the context window — and where it overflows.

AILLMAgents
Open tool →
14
★ Start here

Token Counter

Paste text, get tokens — plus what it costs and how much window it eats.

AILLMCalculator
Open tool →
15
★ Start here

GPU VRAM Calculator

Will that model fit on your GPU? Weights + KV cache + overhead, computed.

AILLMGPUCalculator
Open tool →
16

Fine-Tuning Cost Estimator

What will that fine-tune actually cost? GPUs, hours, dollars — before you rent anything.

AILLMGPUCalculator
Open tool →
17

KV Cache Calculator

The memory that actually caps your concurrency — per token, per sequence, per batch.

AILLMGPUCalculator
Open tool →
18

Embedding Cost Calculator

Price your RAG index before you build it: embedding spend, vector storage, query costs.

AIRAGCalculator
Open tool →
19

Latency Budget Builder

Where does the second go? Build the request waterfall and find the TTFT bottleneck.

AILLMSystem DesignVisualizer
Open tool →
20

SLO Burn-Rate Calculator

How fast are you spending the error budget — and when does the pager fire?

Distributed SystemsSRECalculator
Open tool →
21
★ Start here

Model Comparison Table

Every model that matters, one sortable table — priced at YOUR input:output ratio.

AILLMCalculator
Open tool →
22

Training Compute Calculator

How much compute, time and money to train a model of N params on D tokens.

AILLMCalculator
Open tool →
23

Little's Law Calculator

Concurrency = throughput × latency. Give any two, get the third.

System DesignDistributed SystemsCalculator
Open tool →
24

Prompt Caching Savings Calculator

Model prompt-cache hit rate, the write premium, and your real $/request.

AILLMCalculator
Open tool →
25

JWT Decoder

Paste a JSON Web Token, read its header, claims and expiry — offline.

SecurityEncodingUtility
Open tool →
26

CIDR Calculator

Type an IPv4 CIDR block, get the network, broadcast, range and host count.

NetworkingUtility
Open tool →
27

Unix Time Converter

Epoch ↔ human date, in seconds or milliseconds, UTC and local.

TimeUtility
Open tool →
28

UUID & ULID Generator

Generate v4 UUIDs and ULIDs in bulk — cryptographically random, in-browser.

IDsUtility
Open tool →
29

Regex Tester

Write a pattern, paste text, see every match and capture group live.

EncodingUtility
Open tool →
30

Base64 & URL Encoder

Encode or decode Base64, Base64URL and percent-encoding — UTF-8 safe.

EncodingUtility
Open tool →
31

Chmod Calculator

Click permissions to get the octal, or type octal to see the rwx.

NetworkingUtility
Open tool →
32

Password Entropy Calculator

See a password’s entropy in bits and how long it would take to crack.

SecurityUtility
Open tool →
33

Cron Expression Builder

Write a cron expression, read it in plain English, see the next run times.

TimeUtility
Open tool →
34

SQL Formatter

Paste a one-line query, get readable, indented SQL.

EncodingUtility
Open tool →
35

Markdown Table Generator

Paste CSV or TSV, get a clean, aligned Markdown table.

EncodingUtility
Open tool →
36

Diff Checker

Compare two blocks of text and see exactly what changed, line by line.

EncodingUtility
Open tool →
37

A/B Test Significance Calculator

Enter two variants’ conversions and see if the difference is real.

StatisticsCalculator
Open tool →
38

Kafka Partition Calculator

Size a topic’s partitions from your throughput and consumer targets.

StreamingMessagingCalculator
Open tool →
39

Connection Pool Sizer

Size a DB connection pool from QPS and latency — and check the DB’s limit.

Distributed SystemsCalculator
Open tool →
40

Database Index Size Estimator

Estimate how much disk a B-tree index will take before you create it.

IndexingStorageCalculator
Open tool →
41

JSON Formatter & Diff

Validate and pretty-print JSON — or diff two JSON documents by value.

EncodingUtility
Open tool →
42

Cache ROI Calculator

See what a cache buys you: latency saved and backend load removed.

CachingCalculator
Open tool →
43

Storage Growth Forecaster

Project how big your data gets — and when you’ll run out of disk.

StorageCalculator
Open tool →
44

Rate Limit Designer

Turn a target rate and burst into concrete token-bucket parameters.

Distributed SystemsCalculator
Open tool →
45

Agent Loop Cost Estimator

See why an agent’s cost grows faster than its number of steps.

AgentsLLMCalculator
Open tool →
46

Sharding Planner

How many shards you need from data size, QPS and per-shard limits.

ShardingDistributed SystemsCalculator
Open tool →
47

Embedding Dimension Tradeoff

See what vector dimensions cost in memory before you pick them.

EmbeddingsCalculator
Open tool →
48

Latency Numbers Explorer

The latency numbers every engineer should know — scaled to human time.

Low-latencyReference
Open tool →
49

GPU Rental Price Reference

Compare cloud GPU hourly rates and estimate a job’s compute cost.

GPUReference
Open tool →
50

NPU Model-Fit Calculator

Given an NPU’s TOPS and RAM, see which local models fit and how fast they prefill.

AILLMCalculator
Open tool →
51

Agent Time-Horizon Explorer

Project the METR doubling curve: when do agents reliably handle day- and week-long tasks?

AIAgentsVisualizer
Open tool →
52

Skill Linter

Paste a SKILL.md and score it against a Claude-Skills quality rubric — before an agent has to use it.

AIAgentsUtility
Open tool →
53

EU AI Act Timeline

What applies on 2 Aug 2026 vs later — mapped to the engineering artifacts you actually have to ship.

AIReference
Open tool →
54

AI Salary Explorer

Indicative 2026 AI-engineering comp bands by role, level and company tier.

CareerReference
Open tool →
55

Exponential Backoff Calculator

Turn base delay, multiplier and cap into a real retry schedule — with jitter.

ReliabilityDistributed SystemsUtility
Open tool →
56

Cosine Similarity Calculator

Enter two vectors and see cosine similarity, distance and the angle between them.

EmbeddingsVectorsUtility
Open tool →
57

LLM Sampling Simulator

See how temperature, top-p and top-k reshape the next-token probabilities.

LLM InternalsSamplingUtility
Open tool →
58

FDE Comp Explorer

Six employer tiers, five levels, four markets — and the equity share nobody shows you.

CareerFDEReference
Open tool →
59

Scoping Question Log

You get six questions. Which six turn “we want AI for X” into something you can build?

FDECareerUtility
Open tool →

Tools — frequently asked questions

Are these developer tools free?

Yes. Every tool on Vibe Engines is completely free, with no account, sign-up, or payment required. They run entirely in your browser — nothing you type is sent to a server.

Do I need to install anything or create an account?

No. Each tool is a self-contained web page that loads instantly and runs client-side in your browser. There is nothing to install and no login.

Is my data private when I use these tools?

Yes. The tools compute everything locally in your browser. Text, numbers, and documents you enter never leave your device, so you can safely use them with work-related inputs.

Who are these tools for?

They are built for software engineers, backend and AI builders, and anyone preparing for system-design or AI-engineering interviews — interactive visualizers and estimators that make hard concepts tangible.

Can I suggest a tool?

Absolutely. The coming-soon list is shaped by what builders ask for. Use the "Suggest a tool" link on this page to send an idea, and the best ones get built next.

Got a tool you wish existed?

These are built for builders. If there’s an interactive tool that would make your work easier, tell me — the best ideas become the next ones I ship.

Suggest a tool →