๐Ÿ’ป

Developer Tools

185 free online tools. No signup required.

๐Ÿ“‹

JSON Formatter & Validator

Format, validate, and beautify JSON data with error detection

๐Ÿ”

Regex Tester

Test regular expressions with real-time matching, flags support, and capture group display

โฐ

Cron Expression Generator

Visual cron expression builder with human-readable descriptions and next run times

๐Ÿ”

JWT Decoder

Decode JSON Web Tokens to inspect header, payload, and expiration status

๐Ÿ”„

Base64 Encode/Decode

Encode and decode text and files to and from Base64 format

๐Ÿ”—

URL Encode/Decode

Encode and decode URLs with component breakdown and query parameter parsing

#๏ธโƒฃ

Hash Generator

Generate MD5, SHA-1, SHA-256, and SHA-512 hashes using Web Crypto API

๐Ÿ†”

UUID Generator

Generate random v4 UUIDs with bulk generation and one-click copy

๐Ÿ•

Unix Timestamp Converter

Convert between Unix timestamps and human-readable dates with relative time

๐Ÿ—ƒ๏ธ

SQL Formatter

Format and beautify SQL queries with syntax highlighting and indentation

๐Ÿ“ฆ

HTML/CSS/JS Minifier

Minify HTML, CSS, and JavaScript code with before/after size comparison

๐Ÿ”€

Diff Checker

Compare two texts side by side and highlight additions, deletions, and changes

๐Ÿ“

Markdown Preview

Live Markdown editor with instant preview supporting tables, code blocks, and lists

๐Ÿ”„

YAML to JSON Converter

Convert between YAML and JSON formats bidirectionally with validation

๐Ÿ”’

Chmod Calculator

Interactive chmod permission calculator with symbolic and numeric modes

๐Ÿ”ค

Regex to English Translator

Paste a regex pattern and get a human-readable English explanation of what it does, step by step.

๐Ÿ”Œ

API Endpoint Designer

Design REST API endpoints with methods, paths, params, request/response bodies. Generate OpenAPI/Swagger YAML spec.

๐Ÿ“ฆ

Git Command Generator

Describe what you want to do in plain English and get the right git command. Interactive decision tree approach.

๐Ÿช

Webhook Payload Builder

Build webhook payloads for common services (Stripe, GitHub, Slack, Discord, Twilio). Generate test JSON.

๐Ÿ”

Environment Variable Manager

Create and edit .env files with variable grouping, comments, validation. Import/export. Template generation.

๐Ÿ“Š

Markdown Table Generator

Create markdown tables visually with rows/columns, alignment options, and copy markdown output

๐Ÿณ

Docker Compose Generator

Visual builder for docker-compose.yml files with services, volumes, networks, and environment variables

โš™๏ธ

Nginx Config Generator

Generate nginx server blocks for reverse proxy, static files, SSL, redirects, and load balancing

๐Ÿ˜บ

GitHub Profile README Generator

Generate a stylish GitHub profile README with intro, skills, stats, social links, and live preview

๐Ÿ”

Code Complexity Analyzer

Analyze JavaScript/Python code for cyclomatic complexity, nesting depth, function count, and provide a score

๐ŸŒ

DNS Record Builder

Visual builder for DNS zone files with A, AAAA, CNAME, MX, TXT, SRV, NS records and BIND zone file export

๐Ÿ“ก

Crontab Monitoring Dashboard

Visualize multiple cron schedules on a 24h timeline, detect overlaps, and show next N runs

๐Ÿ“

JSON Schema Generator

Paste JSON data to auto-generate a JSON Schema with types, required fields, and nested structures

โฑ๏ธ

API Rate Limit Calculator

Calculate API rate limits, token bucket parameters, burst capacity, and optimal retry timing with visual timeline

๐ŸŽฏ

CSS Specificity Calculator

Enter CSS selectors, calculate and visualize specificity (inline, ID, class, element). Compare multiple selectors.

โŒจ๏ธ

JavaScript Event Keycode Finder

Press any key, show keyCode, key, code, which, location, modifier keys. Useful reference for keyboard event handling.

๐ŸŒ

HTTP Request Builder

Build HTTP requests visually with method, URL, headers, body, auth. Generate cURL, fetch, axios, XMLHttpRequest code.

๐Ÿ”„

Tailwind to CSS Converter

Enter Tailwind CSS classes, output the equivalent vanilla CSS properties with computed values.

๐Ÿ”

Browser Feature Detector

Detect and display browser capabilities: WebGL, WebRTC, Service Workers, Web Audio, IndexedDB, Canvas, etc. with green/red indicators.

๐ŸŒ

CIDR Calculator

Calculate subnet details from CIDR notation: network address, broadcast, host range, usable hosts, wildcard mask

๐Ÿ“

IP Address Analyzer

Analyze any IP address: class, type (public/private/loopback), binary, hex, and integer representation

โ˜ธ๏ธ

Kubernetes YAML Generator

Generate K8s manifests: Deployment, Service, Ingress, ConfigMap, Secret with a visual form builder

๐Ÿ—๏ธ

Terraform Variable Generator

Build Terraform variable definitions with type, default, description, and validation rules

๐Ÿง

Linux Command Reference

Searchable reference of essential Linux commands organized by category with examples

๐Ÿ“‹

Regular Expression Cheatsheet

Interactive regex cheatsheet with categories: anchors, quantifiers, groups, character classes, lookaheads

๐Ÿ”‘

SSH Config Generator

Build SSH config file entries with Host, HostName, User, Port, IdentityFile, ProxyJump

โš™๏ธ

Systemd Service Generator

Generate systemd unit files with [Unit], [Service], [Install] sections and common presets

๐Ÿ“œ

Log Level Reference

Reference guide for log levels across frameworks: Log4j, Winston, Python logging, Serilog

๐Ÿ“จ

HTTP Header Builder

Build common HTTP headers: Cache-Control, Content-Type, Authorization, CORS. Explain each directive

๐Ÿ”ง

Makefile Generator

Visual Makefile builder with targets, dependencies, commands, variables and common templates

๐Ÿ“ฆ

Package.json Builder

Visual package.json editor with name, version, scripts, dependencies, engines and validation

๐Ÿ”„

GitHub Actions Workflow Generator

Build GitHub Actions workflows visually with triggers, jobs, and steps. Generate YAML output

๐Ÿ“Š

Prometheus Query Builder

Build PromQL queries visually: select metric, add labels, choose functions like rate, sum, avg

โŒ

Error Code Reference

Searchable database of HTTP status codes, Unix signals, errno values, Windows HRESULT, and exit codes

๐ŸŽฏ

JSON Path Evaluator

Input JSON data, write JSONPath expressions, see matching results. Support dot notation, brackets, wildcards, filters.

๐Ÿ“Š

GraphQL Query Builder

Visual GraphQL query builder. Define types, fields, arguments. Generate query strings. Syntax highlighting.

โฑ๏ธ

API Response Time Calculator

Calculate P50, P95, P99 response times from a list of response time values. Show distribution histogram with Canvas.

๐Ÿ“‹

Data Table Viewer

Paste CSV/TSV data, view as sortable/filterable table. Column stats (min, max, avg for numbers). Export filtered data.

๐Ÿ”Ž

Encoding Detective

Paste encoded text, detect encoding type (Base64, URL-encoded, HTML entities, Unicode escapes, JWT, hex). Auto-decode.

๐Ÿ”Œ

Mock Data API Endpoint

Generate mock JSON responses for testing. Define schema (name, email, id, date, etc.), get formatted JSON output.

๐Ÿ—ƒ๏ธ

SQL Query Builder

Visual SQL SELECT query builder. Add tables, columns, WHERE clauses, JOINs, ORDER BY, GROUP BY. Generate SQL.

๐ŸŽช

Regex Group Extractor

Input text and regex with capture groups, extract and display all matched groups in a structured table.

๐Ÿ•

Timestamp Comparator

Compare multiple timestamps across formats (Unix, ISO 8601, RFC 2822). Sort chronologically, show differences.

๐Ÿ“

Environment Diff Tool

Compare two .env files side by side. Highlight added, removed, changed variables. Generate diff output.

๐Ÿ”ค

HTML Entity Encoder

Encode/decode HTML entities (named, numeric, hex). Quick buttons for common entities. Bulk conversion.

๐Ÿ”—

URL Parser & Builder

Parse URLs into components (protocol, host, path, query params, fragment). Build URLs from components. Copy result.

โš™๏ธ

TOML Editor

Edit TOML configuration files with syntax validation. Convert between TOML and JSON. Inline documentation.

๐Ÿ“œ

Software License Chooser

Interactive guide to choosing a software license (MIT, Apache, GPL, BSD, etc.). Compare permissions/conditions/limitations. Generate LICENSE file.

๐Ÿ“‹

Release Notes Generator

Generate release notes from feature/fix/improvement bullet points. Multiple formats: Keep a Changelog, semantic, GitHub release style.

๐Ÿ”ข

Token Counter

Estimate token count for text using BPE-like approximation. Show counts for GPT-4, Claude, Llama. Character, word, and sentence stats.

๐Ÿ“Š

AI Model Comparison Chart

Interactive comparison table of major AI models: GPT-4, Claude, Gemini, Llama, Mistral. Context window, pricing, capabilities, release dates.

๐Ÿ“‹

Prompt Engineering Cheatsheet

Searchable reference of prompt engineering techniques: chain-of-thought, few-shot, system prompts, personas, output formatting.

๐Ÿ“

Training Data Formatter

Convert data between fine-tuning formats: JSONL (OpenAI), CSV, Alpaca format. Add system/user/assistant messages.

๐Ÿงฎ

Embeddings Dimensionality Guide

Reference for embedding models: dimensions, size, performance benchmarks. OpenAI ada-002, Cohere, sentence-transformers.

๐Ÿ“„

Model Card Generator

Generate AI model cards with intended use, limitations, training data info, performance metrics, ethical considerations.

๐Ÿ†

Benchmark Results Formatter

Format ML benchmark results into clean comparison tables. Input model names and scores, generate markdown/HTML table.

๐Ÿท๏ธ

Data Annotation Guide

Interactive guide to data labeling/annotation best practices. Labeling guidelines template generator. Quality metrics reference.

๐Ÿ“œ

Smart Contract Event Decoder

Paste ABI event signature, decode event topic hashes. Reference of common ERC-20/721 events and function selectors.

๐Ÿ–ฅ๏ธ

Screen Resolution Detector

Display current screen/viewport info: resolution, DPR, viewport size, orientation, color depth, touch support, OS/browser detection.

๐Ÿ“ท

EXIF Data Viewer

Upload a JPEG image and read its EXIF metadata: camera model, date, GPS coordinates, exposure, ISO, focal length, and more. Fully client-side.

โ™ฟ

ARIA Role Reference

Searchable reference of all ARIA roles with descriptions, required attributes, usage examples. Grouped by category (landmark, widget, structure).

๐ŸŒ

Language Code Reference

Searchable database of ISO 639 language codes, ISO 3166 country codes, BCP 47 locale tags. Copy formatted codes.

โ†”๏ธ

RTL Text Tester

Test right-to-left text rendering. Input text, toggle LTR/RTL/auto direction. Preview with different CSS direction settings.

๐Ÿ”ค

Unicode Text Analyzer

Analyze text for Unicode properties: scripts used, character categories, bidi levels, code points. Detect mixed scripts.

๐ŸŒ

Translation String Validator

Compare two JSON translation files for missing keys, extra keys, empty values. Diff view with highlighted issues.

๐Ÿ•

Relative Time Formatter

Format dates as relative time ("2 hours ago", "in 3 days") in multiple locales using Intl.RelativeTimeFormat. Preview all locales.

๐Ÿ”ข

Number Format Previewer

Preview how numbers display across locales using Intl.NumberFormat: currency, decimal, percent, unit formatting.

๐Ÿ“…

Date Format Previewer

Preview date/time formatting across locales using Intl.DateTimeFormat. All options for dateStyle, timeStyle, custom patterns.

๐Ÿ“š

Plural Rules Reference

Show Intl.PluralRules categories (zero, one, two, few, many, other) for different locales. Interactive tester with custom numbers.

๐Ÿ“

Text Direction Detector

Paste text, detect dominant script direction (LTR/RTL), identify scripts present, suggest HTML dir attribute value.

๐Ÿ”ค

Locale String Sorter

Sort strings using locale-aware comparison (Intl.Collator). Compare results across locales. Handle diacritics and special chars.

๐Ÿงช

Test Case Template Generator

Generate test case templates: given/when/then format, boundary values, equivalence classes. Input feature description, output structured test cases.

โœ…

Code Review Checklist

Interactive code review checklist: logic, security, performance, readability, tests, documentation. Track completed items.

๐Ÿ“Š

Load Test Planner

Plan load tests: calculate concurrent users, requests per second, ramp-up time. Generate test scenarios. k6/JMeter config hints.

๐Ÿ“

Boundary Value Analyzer

Generate boundary value test cases from input constraints. Min, min+1, nominal, max-1, max. Handle multiple parameters.

๐Ÿ“‹

Decision Table Generator

Create decision tables with conditions and actions. Generate all condition combinations. Identify missing rules.

๐ŸŽฏ

Regression Test Prioritizer

Input test cases with risk, frequency, impact scores. Calculate priority. Generate ordered test execution plan.

๐Ÿ”Œ

API Test Scenario Builder

Build API test scenarios: endpoint, method, headers, body, expected status, response validation rules. Export as JSON.

โšก

Performance Budget Calculator

Set performance budgets: total page weight, JS size, CSS size, image budget, font budget. Track against targets.

๐Ÿ“

Test Data Generator

Generate test data: valid/invalid emails, phone numbers, dates, names, addresses. Edge cases included. Bulk CSV export.

๐Ÿ“Š

ASCII Table Reference

Interactive ASCII/Unicode table: decimal, hex, octal, character, description. Filter printable, control, extended. Click to copy.

๐Ÿ—„๏ธ

ERD Diagram Builder

Create entity-relationship diagrams: add entities with fields/types, show as list-based visualization. Export as JSON.

๐Ÿ“

SQL Create Table Generator

Visual table schema builder: columns with name, type, constraints. Generate SQL CREATE TABLE for MySQL/PostgreSQL/SQLite.

๐Ÿƒ

MongoDB Schema Designer

Design MongoDB schemas. Nested objects, arrays, types. Generate JSON schema and sample documents.

๐Ÿ”ด

Redis Command Reference

Searchable Redis command reference by data type (String, List, Set, Hash, etc.). Syntax and examples.

โšก

Database Index Advisor

Input table schema and queries, suggest indexes. Best practices guide.

๐Ÿ”—

Connection String Builder

Build connection strings for PostgreSQL, MySQL, MongoDB, Redis, SQLite. Input fields, copy URI.

๐Ÿ“‹

Migration Script Generator

Generate migration scripts: add/rename column, create table, add index. Output for raw SQL.

๐ŸŒฑ

Seed Data Generator

Generate SQL INSERT statements with realistic fake data. Define columns and types.

๐Ÿ“„

REST API Doc Template

Generate API docs from endpoint definitions. Path, method, params, examples. Markdown output.

๐Ÿ“Š

GraphQL Schema Builder

Define GraphQL types, fields, relationships, enums. Generate SDL.

๐Ÿ“œ

Log Analyzer

Paste access logs, parse: top IPs, status codes, top URLs, request methods. Chart.

๐ŸŒ

CORS Config Builder

Build CORS configs visually. Generate Express/nginx config code.

โฑ๏ธ

Rate Limiter Config

Configure rate limiting parameters. Generate Express middleware code.

๐Ÿช

Webhook Event Designer

Design webhook event schemas and payloads. Generate documentation.

๐Ÿ“ฌ

Message Queue Designer

Design message queue topics with schemas. Generate config documentation.

๐Ÿ“Š

Audio Frequency Analyzer

Real-time frequency spectrum visualization from microphone input using Web Audio API

๐Ÿ”Œ

WebSocket Test Client

Connect to WebSocket URLs, send/receive messages, view message log with timestamps. Connection status indicator.

๐Ÿ“ก

Server-Sent Events Tester

Connect to SSE endpoints, display events in real-time log. Auto-reconnect option.

๐Ÿ“–

gRPC Method Reference

Reference guide for gRPC concepts: unary, server-streaming, client-streaming, bidirectional. Proto file syntax reference.

๐Ÿ”

OAuth 2.0 Flow Visualizer

Interactive visualization of OAuth 2.0 flows: Authorization Code, Implicit, Client Credentials, Device Code. Step-by-step diagrams.

๐Ÿ“‹

API Versioning Strategy Guide

Compare API versioning strategies: URL path, query param, header, content negotiation. Pros/cons matrix.

โœ…

OpenAPI Spec Validator

Paste OpenAPI/Swagger YAML or JSON, validate structure, check for common issues. Display endpoints summary.

๐ŸŒ

HTTP/2 vs HTTP/3 Comparison

Interactive comparison of HTTP versions: features, performance, multiplexing, header compression, QUIC. Visual diagrams.

๐Ÿ“

REST API Naming Convention Guide

Interactive guide for REST API naming: resources, collections, actions, query params. Validate endpoint names.

๐Ÿ”„

Webhook Retry Calculator

Calculate exponential backoff schedules for webhook retries. Visualize retry timing. Configure base delay, max retries, jitter.

๐Ÿ“„

API Pagination Designer

Design API pagination: offset/limit, cursor-based, keyset. Generate response format with metadata. Best practices.

๐Ÿ”€

Content Negotiation Tester

Test Accept header content negotiation logic. Input available types and Accept header, show which type wins.

๐Ÿ“Ž

MIME Type Reference

Searchable database of MIME types: application/, text/, image/, audio/, video/, font/. With file extensions.

๐Ÿ’พ

HTTP Cache Control Builder

Build Cache-Control headers visually: max-age, no-cache, no-store, public/private, must-revalidate. Generate header string.

โŒ

API Error Response Designer

Design consistent API error responses: status codes, error codes, messages, details. Generate error handling code.

๐Ÿ”—

Microservices Communication Patterns

Interactive guide: synchronous (REST, gRPC) vs asynchronous (event-driven, message queue). Decision framework.

โšก

Critical CSS Generator

Paste full CSS and HTML to identify critical above-the-fold CSS rules and generate inline critical CSS snippets

๐Ÿ–ผ๏ธ

Image Lazy Load Code Generator

Generate lazy loading code for images with native loading="lazy", Intersection Observer, and placeholder strategies

๐Ÿ”—

Resource Hint Generator

Generate preconnect, prefetch, preload, and prerender link tags for web performance optimization

๐Ÿ“Š

Web Vitals Score Estimator

Estimate Core Web Vitals scores from manual inputs: LCP, FID, CLS. Grade each as Good, Needs Improvement, or Poor

๐Ÿ”ค

Font Loading Strategy Guide

Compare font loading strategies and generate optimal @font-face declarations with font-display, preload, and fallback options

๐Ÿ“ท

Image Srcset Generator

Generate responsive image srcset and sizes attributes with breakpoints, widths, and picture element markup

๐Ÿ“ฆ

Bundle Size Analyzer

Estimate bundle sizes for common npm packages, compare alternatives, and visualize tree-shaking savings

๐Ÿ“

Above-the-Fold Content Checker

Preview what content appears above the fold at different viewport sizes with a visual fold line indicator

โš™๏ธ

Service Worker Generator

Generate service worker code with cache-first, network-first, and stale-while-revalidate strategies plus offline fallback

๐Ÿ“ฑ

Meta Viewport Tester

Test viewport meta tag configurations, preview behavior at different screen sizes, and get recommended settings

โœ‚๏ธ

Web Font Subset Generator

Define character subsets for web fonts including Latin, Latin Extended, and custom characters. Generate unicode-range CSS

๐Ÿ”

Third-Party Script Auditor

Paste script tags to categorize third-party scripts by type and estimate their loading impact on page performance

โš–๏ธ

Page Weight Budget Tracker

Set page weight budgets per resource type and track against targets with visual gauges and alerts

๐Ÿ“‹

Async/Defer Script Advisor

Guide for script loading with async vs defer vs module, including a decision tree, impact analysis, and code generation

๐Ÿ—๏ธ

Lighthouse Score Simulator

Estimate Lighthouse performance score from manual metrics including FCP, LCP, TTI, TBT, CLS, and Speed Index with calculation breakdown

๐Ÿ“

Batch Rename Preview

Enter filenames one per line, apply rename rules like prefix, suffix, and find/replace, then see preview

๐Ÿ”„

Data Transform Chain

Paste JSON data and apply transforms like sorting keys, filtering fields, and flattening nested objects

โฐ

Cron Schedule Viewer

Enter cron expressions and view the next 5 run times for each one with human-readable descriptions

๐Ÿ”€

State Machine Diagram

Add states and transitions to build a state machine, displayed as a text-based diagram with export

๐Ÿšฉ

Feature Flag Tracker

Track feature flags with name, on/off status, and environment in a table view with localStorage persistence

๐Ÿ””

Notification Builder

Build notification messages with title, body, and type (info/warning/error/success) with styled preview

๐Ÿ›ก๏ธ

Error Strategy Guide

Reference guide of error handling patterns including retry, circuit breaker, and fallback with expandable sections

๐Ÿšฆ

Pipeline Monitor Template

Define pipeline stages with health status (green/yellow/red) and view them as a visual status board

๐Ÿ“–

Runbook Builder

Build runbooks by adding titled sections with step lists and export the complete runbook as text

๐Ÿ”—

Deep Link URL Generator

Generate deep link URLs: app links (Android), universal links (iOS), custom URL schemes. Generate associated domains config.

๐Ÿ“ฑ

Mobile Device Viewport Reference

Reference chart of all popular mobile device viewports: iPhone, Samsung, Pixel, iPad. Width, height, DPR, CSS pixels.

๐Ÿ”

App Permission Explainer

Reference guide for mobile app permissions: iOS and Android. What each permission grants, user-friendly explanations.

๐Ÿ‘†

Mobile Gesture Reference

Interactive reference of mobile gestures: tap, swipe, pinch, rotate, long press, 3D touch. Usage patterns, code hints.

๐Ÿ”ข

App Version Calculator

Manage semantic versioning: major.minor.patch. Increment buttons, build number, version code calculator.

๐Ÿ“„

README Generator

Generate project README files: title, description, installation, usage, contributing, license. Multiple styles. Copy markdown.

๐Ÿ“‹

API Changelog Writer

Write API changelogs: version, date, added/changed/deprecated/removed/fixed/security sections. Keep a Changelog format.

๐Ÿ“

Code Documentation Template

Generate code documentation templates: function docs, class docs, module docs. JSDoc/Python docstring/JavaDoc format.

๐Ÿ“

Architecture Decision Record

Generate ADR (Architecture Decision Records): title, status, context, decision, consequences. Numbered and dated.

๐Ÿ“–

Runbook Template

Create operational runbooks: service name, alerts, troubleshooting steps, escalation, rollback procedures.

๐Ÿ“‹

Technical Specification Template

Generate tech specs: overview, goals, non-goals, design, API changes, testing plan, rollout plan.

โŒ

Error Message Style Guide

Guide for writing good error messages: what happened, why, how to fix. Before/after examples. Interactive analyzer.

๐Ÿ“

Commit Convention Guide

Interactive guide to commit message conventions: Conventional Commits, Angular, custom. Generator and validator.

๐Ÿ”€

Pull Request Template Builder

Build PR templates: description, type of change, checklist, testing, screenshots. Multiple presets. Copy markdown.

๐Ÿ›

Issue Template Builder

Build GitHub issue templates: bug report, feature request, question. Required fields, labels. Copy YAML/markdown.

๐Ÿ“

Style Guide Generator

Generate coding style guide sections: naming conventions, formatting, comments, file structure, best practices.

โŒจ๏ธ

International Keyboard Layout Reference

Show keyboard layouts for QWERTY, AZERTY, QWERTZ, and Dvorak with visual keyboard display

๐Ÿ“‹

Data Pivot Table

Upload CSV, pivot data by rows/columns/values. Group by, aggregate (sum/count/avg). Interactive table.

๐Ÿ“

Data Normalizer

Normalize data using Min-Max, Z-score, decimal scaling, log transform. Compare original vs normalized. Download.

๐Ÿ“‹

I2C Address Reference

Reference of common I2C device addresses: sensors, displays, EEPROMs, RTCs. Conflict detection for project planning.

๐Ÿ“Œ

Arduino Pin Reference

Pin reference for Arduino Uno/Nano/Mega: digital, analog, PWM, SPI, I2C, interrupt-capable pins. Visual pinout.

๐Ÿ“

Raspberry Pi GPIO Reference

GPIO pin reference for Raspberry Pi: BCM/Board numbering, function, voltage limits. Visual pinout diagram.

๐Ÿ“ฆ

Component Package Reference

Reference of SMD and through-hole component packages: sizes, footprints, comparison chart. SOT23, SOIC, QFN, etc.

๐ŸŒ

Subnet Calculator

Calculate subnets from IP and mask. Show network, broadcast, host range, wildcard. VLSM support. Subnet table.

๐Ÿ”Œ

Port Number Reference

Searchable database of well-known ports (0-1023) and common registered ports. Service name, protocol, description.

๐Ÿ“ถ

Network Speed Test Explainer

Calculate download/upload times from bandwidth. Convert Mbps to MB/s. Compare connection types.

๐ŸŒ

IPv6 Address Tool

Expand/compress IPv6 addresses. Validate format. Show address type (global, link-local, multicast). Prefix calculator.

๐Ÿ“ก

WiFi Channel Planner

Reference for WiFi channels: 2.4GHz (1-14) and 5GHz. Non-overlapping channels. Interference guide.

๐Ÿ“

Network Diagram Symbols

Reference of network diagram symbols: router, switch, firewall, server, cloud, endpoint. SVG icons with labels.

๐Ÿ“Š

SLA Uptime Table

Reference table showing allowed downtime for 99% through 99.999% SLAs. Per year/month/week/day.

โฑ๏ธ

DNS TTL Calculator

Calculate DNS TTL values. Convert between seconds and human-readable. Best practices by record type.

๐Ÿ“ถ

Home Network Planner

Plan home network: devices, bandwidth needs, router placement, access points. IP address allocation.

๐Ÿ“ก

MQTT Topic Designer

Design MQTT topic hierarchies for IoT: device/room/function naming conventions. Generate topic tree. Best practices.

๐Ÿ”ง

Home Assistant Entity Planner

Plan Home Assistant entities: device name, entity type, area, integration. Naming convention guide. YAML hints.

Browse all 1320+ tools at toool.cc