BeeTool.Dev - Essential Tools for developers

Stories.Tool Tabs VaultPersonal Documents
BeeTool.Dev

Essential tools, knowledge, and playgrounds for developers.

Explore

  • Stories
  • Personal Documents
  • Features
  • Algorithms Playground

Tool Tabs

  • JSON Compare
  • SQL Formatter
  • Text Diff
  • All tools →

Learn

  • Sorting algorithms
  • Searching algorithms
  • Algorithm Race Mode
© 2024 – 2026 BeeTool.DevPrivacy policy
BeeTool feature docs

Features

A living index for BeeTool capabilities, starting with every tool in Tool Tabs Vault: JSON utilities, encoders, JWT helpers, hash tools, SQL Formatter with parameter filling, Datetime Factory, cron job pattern tools, Docker converters, network calculators, Mermaid diagrams, whiteboard workflows, and document viewers.

Browse toolsOpen vault
42

Documented tools

8

Tool families

2

Product areas

Available nowTool Tabs VaultDeveloper utilities organized as reusable tabs: inspect data, transform payloads, generate credentials, diagram flows, calculate dates, validate cron job patterns, and keep multiple working contexts open.Next documentation areaPersonal DocumentsA structured place for Confluence-style private documents, team knowledge, publishing workflows, and AI document operations as those features mature.

Available now

Tool Tabs Vault

Each tool opens as a tabbed workspace, so related debugging work can stay grouped while the documentation remains easy to scan. This page documents what each tool does, common developer use cases, and searchable keywords for people looking for a practical online toolbox.

Data shaping

Inspect, compare, format, and prepare structured content.

8
CSV SuiteWork with CSV data through a broader set of table utilities.Cleaning, inspecting, and transforming tabular text data.CSV Suite is part of BeeTool's Tool Tabs Vault, a tabbed developer toolbox for focused debugging and documentation work. Use it when you need a fast browser-based utility that can stay open beside related tools without losing context.csv suitedeveloper toolonline utilitytool tabs vaultJSON CompareCompare two JSON documents and surface structural differences.Regression checks, response diffs, and schema drift reviews.JSON Compare is part of BeeTool's Tool Tabs Vault, a tabbed developer toolbox for focused debugging and documentation work. Use it when you need a fast browser-based utility that can stay open beside related tools without losing context.json comparedeveloper toolonline utilitytool tabs vaultJSON Editor OnlineEdit, validate, repair, and inspect JSON in a focused workspace.API payloads, config files, and nested JSON review.JSON Editor Online is part of BeeTool's Tool Tabs Vault, a tabbed developer toolbox for focused debugging and documentation work. Use it when you need a fast browser-based utility that can stay open beside related tools without losing context.json editor onlinedeveloper toolonline utilitytool tabs vaultJSON MinifierCompress JSON into a compact representation for transport or storage.Shrinking payloads before copying into scripts or requests.JSON Minifier is part of BeeTool's Tool Tabs Vault, a tabbed developer toolbox for focused debugging and documentation work. Use it when you need a fast browser-based utility that can stay open beside related tools without losing context.json minifierdeveloper toolonline utilitytool tabs vaultJSON PrettifyFormat compact JSON into readable, consistently indented output.Cleaning logs, API responses, and copied configuration blobs.JSON Prettify is part of BeeTool's Tool Tabs Vault, a tabbed developer toolbox for focused debugging and documentation work. Use it when you need a fast browser-based utility that can stay open beside related tools without losing context.json prettifydeveloper toolonline utilitytool tabs vaultSQL FormatterFormat SQL and fill query parameters from ORM logs, prepared statements, and copied database debug output.Turning parameterized SQL into a readable final query for debugging TypeORM, Hibernate/JPA, JDBC, Dapper, Entity Framework, Sequelize, SQLAlchemy, Django, PostgreSQL, MySQL, MariaDB, and SQLite workflows.SQL Formatter is not only a SQL beautifier. It can fill SQL parameters into placeholders so copied logs become executable, reviewable SQL. Paste a query with `$1`, `?`, `:name`, `@name`, `$name`, `%s`, numbered parameters, named parameters, or spread parameters, then provide JSON-style positional or named values. BeeTool formats the statement, substitutes escaped values, and shows a parameter mapping table so backend developers can inspect the exact query sent by an ORM or database driver.SQL formatterSQL parameter fillerfill SQL parametersparameterized SQLTypeORM query logHibernate SQL parametersText DiffCompare two text blocks and highlight line-level changes.Config diffs, prompt edits, and plain text review.Text Diff is part of BeeTool's Tool Tabs Vault, a tabbed developer toolbox for focused debugging and documentation work. Use it when you need a fast browser-based utility that can stay open beside related tools without losing context.text diffdeveloper toolonline utilitytool tabs vaultText StatisticMeasure text length, word count, and useful writing statistics.Prompt sizing, content review, and quick text analysis.Text Statistic is part of BeeTool's Tool Tabs Vault, a tabbed developer toolbox for focused debugging and documentation work. Use it when you need a fast browser-based utility that can stay open beside related tools without losing context.text statisticdeveloper toolonline utilitytool tabs vault

Encode and decode

Move safely between transport formats and readable text.

3
62Base62 Encoder & DecoderEncode and decode compact Base62 strings for URL-friendly values.Short ids, share keys, and readable compact identifiers.Base62 Encoder & Decoder is part of BeeTool's Tool Tabs Vault, a tabbed developer toolbox for focused debugging and documentation work. Use it when you need a fast browser-based utility that can stay open beside related tools without losing context.base62 encoder & decoderdeveloper toolonline utilitytool tabs vaultBase64 Encoder & DecoderEncode plain text to Base64 and decode Base64 back to readable text.Headers, tokens, credentials, and transport-safe snippets.Base64 Encoder & Decoder is part of BeeTool's Tool Tabs Vault, a tabbed developer toolbox for focused debugging and documentation work. Use it when you need a fast browser-based utility that can stay open beside related tools without losing context.base64 encoder & decoderdeveloper toolonline utilitytool tabs vaultURL Encode/DecodeConvert URL-encoded values to readable text and back again.Query strings, callback URLs, and request debugging.URL Encode/Decode is part of BeeTool's Tool Tabs Vault, a tabbed developer toolbox for focused debugging and documentation work. Use it when you need a fast browser-based utility that can stay open beside related tools without losing context.url encode/decodedeveloper toolonline utilitytool tabs vault

Security helpers

Generate, verify, and inspect tokens, hashes, and secrets.

11
Basic Auth GeneratorCreate Basic Auth header values from a username and password.cURL requests, API smoke tests, and protected endpoint checks.Basic Auth Generator is part of BeeTool's Tool Tabs Vault, a tabbed developer toolbox for focused debugging and documentation work. Use it when you need a fast browser-based utility that can stay open beside related tools without losing context.basic auth generatordeveloper toolonline utilitytool tabs vaultBcrypt Hash & CheckerGenerate bcrypt hashes and verify text against an existing hash.Password hashing tests and credential migration checks.Bcrypt Hash & Checker is part of BeeTool's Tool Tabs Vault, a tabbed developer toolbox for focused debugging and documentation work. Use it when you need a fast browser-based utility that can stay open beside related tools without losing context.bcrypt hash & checkerdeveloper toolonline utilitytool tabs vaultHMAC GeneratorGenerate multiple digest formats from the same input.Checksum comparison and quick integrity checks.HMAC Generator is part of BeeTool's Tool Tabs Vault, a tabbed developer toolbox for focused debugging and documentation work. Use it when you need a fast browser-based utility that can stay open beside related tools without losing context.hmac generatordeveloper toolonline utilitytool tabs vaultJSON Web Tokens iconJWT DecoderDecode JWT headers and payloads for fast token inspection.Auth debugging, claim checks, and expiry investigation.JWT Decoder is part of BeeTool's Tool Tabs Vault, a tabbed developer toolbox for focused debugging and documentation work. Use it when you need a fast browser-based utility that can stay open beside related tools without losing context.jwt decoderdeveloper toolonline utilitytool tabs vaultJWT EncoderCreate JWT-shaped test tokens for local development workflows.Mock auth flows, demos, and backend integration checks.JWT Encoder is part of BeeTool's Tool Tabs Vault, a tabbed developer toolbox for focused debugging and documentation work. Use it when you need a fast browser-based utility that can stay open beside related tools without losing context.jwt encoderdeveloper toolonline utilitytool tabs vaultMD5 Hash & CheckerGenerate or verify MD5 hashes when compatibility requires it.Legacy checksums and old integration contracts.MD5 Hash & Checker is part of BeeTool's Tool Tabs Vault, a tabbed developer toolbox for focused debugging and documentation work. Use it when you need a fast browser-based utility that can stay open beside related tools without losing context.md5 hash & checkerdeveloper toolonline utilitytool tabs vaultPassword GeneratorGenerate strong passwords with practical controls.Temporary credentials, admin setup, and local secrets.Password Generator is part of BeeTool's Tool Tabs Vault, a tabbed developer toolbox for focused debugging and documentation work. Use it when you need a fast browser-based utility that can stay open beside related tools without losing context.password generatordeveloper toolonline utilitytool tabs vaultRSA Key GeneratorGenerate RSA public and private key pairs in the browser.Local test certificates, JWT signing tests, and key exercises.RSA Key Generator is part of BeeTool's Tool Tabs Vault, a tabbed developer toolbox for focused debugging and documentation work. Use it when you need a fast browser-based utility that can stay open beside related tools without losing context.rsa key generatordeveloper toolonline utilitytool tabs vaultSHA256 Hash & CheckerGenerate or verify SHA-256 hashes for stronger checksums.Release artifacts, signatures, and data integrity checks.SHA256 Hash & Checker is part of BeeTool's Tool Tabs Vault, a tabbed developer toolbox for focused debugging and documentation work. Use it when you need a fast browser-based utility that can stay open beside related tools without losing context.sha256 hash & checkerdeveloper toolonline utilitytool tabs vaultSHA512 Hash & CheckerGenerate or verify SHA-512 hashes for high-strength digest needs.Large artifact verification and security-sensitive workflows.SHA512 Hash & Checker is part of BeeTool's Tool Tabs Vault, a tabbed developer toolbox for focused debugging and documentation work. Use it when you need a fast browser-based utility that can stay open beside related tools without losing context.sha512 hash & checkerdeveloper toolonline utilitytool tabs vaultTOTP GeneratorGenerate time-based one-time password codes from a shared secret.2FA testing and authenticator workflow debugging.TOTP Generator is part of BeeTool's Tool Tabs Vault, a tabbed developer toolbox for focused debugging and documentation work. Use it when you need a fast browser-based utility that can stay open beside related tools without losing context.totp generatordeveloper toolonline utilitytool tabs vault

Network and web

Parse requests, calculate address ranges, and build web inputs.

7
cURL BuilderBuild cURL commands from request parts in a structured form.Sharing reproducible API calls and debugging integrations.cURL Builder is part of BeeTool's Tool Tabs Vault, a tabbed developer toolbox for focused debugging and documentation work. Use it when you need a fast browser-based utility that can stay open beside related tools without losing context.curl builderdeveloper toolonline utilitytool tabs vaultIPv4 Address ConverterConvert IPv4 addresses between common numeric representations.Firewall rules, logs, and network automation checks.IPv4 Address Converter is part of BeeTool's Tool Tabs Vault, a tabbed developer toolbox for focused debugging and documentation work. Use it when you need a fast browser-based utility that can stay open beside related tools without losing context.ipv4 address converterdeveloper toolonline utilitytool tabs vaultIPv4 Range ExpanderExpand IPv4 ranges into explicit address lists.Allow lists, inventory work, and range validation.IPv4 Range Expander is part of BeeTool's Tool Tabs Vault, a tabbed developer toolbox for focused debugging and documentation work. Use it when you need a fast browser-based utility that can stay open beside related tools without losing context.ipv4 range expanderdeveloper toolonline utilitytool tabs vaultIPv4 Subnet CalculatorCalculate IPv4 network ranges, masks, hosts, and broadcast data.Subnet planning and infrastructure troubleshooting.IPv4 Subnet Calculator is part of BeeTool's Tool Tabs Vault, a tabbed developer toolbox for focused debugging and documentation work. Use it when you need a fast browser-based utility that can stay open beside related tools without losing context.ipv4 subnet calculatordeveloper toolonline utilitytool tabs vaultIPv6 Subnet CalculatorCalculate IPv6 subnet details for larger address spaces.IPv6 network planning and range review.IPv6 Subnet Calculator is part of BeeTool's Tool Tabs Vault, a tabbed developer toolbox for focused debugging and documentation work. Use it when you need a fast browser-based utility that can stay open beside related tools without losing context.ipv6 subnet calculatordeveloper toolonline utilitytool tabs vaultIPv6 ULA GeneratorGenerate IPv6 Unique Local Address prefixes.Private IPv6 lab networks and internal service planning.IPv6 ULA Generator is part of BeeTool's Tool Tabs Vault, a tabbed developer toolbox for focused debugging and documentation work. Use it when you need a fast browser-based utility that can stay open beside related tools without losing context.ipv6 ula generatordeveloper toolonline utilitytool tabs vaultURL ParserBreak URLs into protocol, host, path, query, and fragment parts.Callback debugging, tracking cleanup, and request analysis.URL Parser is part of BeeTool's Tool Tabs Vault, a tabbed developer toolbox for focused debugging and documentation work. Use it when you need a fast browser-based utility that can stay open beside related tools without losing context.url parserdeveloper toolonline utilitytool tabs vault

DevOps

Translate command formats, inspect schedules, and prepare operational snippets.

3
Crontab GeneratorBuild, validate, explain, and document cron job patterns with a plain-English schedule preview and field-by-field crontab reference.Designing cron job patterns, checking crontab syntax, reviewing production schedules, documenting background jobs, and preventing schedule mistakes before deploy.Crontab Generator helps developers and operators understand cron expressions such as `*/5 * * * *`, `0 0 * * *`, and weekly or monthly job schedules. It validates common five-field cron syntax, explains the schedule in readable language, supports common macros through normalized examples, and keeps the minute, hour, day-of-month, month, and day-of-week pattern visible so cron jobs are easier to audit and share.cron job patterncrontab generatorcron expressioncron parsercron schedulecron syntaxDocker Compose to RunConvert Docker Compose service definitions into Docker run commands.Debugging container startup outside a compose project.Docker Compose to Run is part of BeeTool's Tool Tabs Vault, a tabbed developer toolbox for focused debugging and documentation work. Use it when you need a fast browser-based utility that can stay open beside related tools without losing context.docker compose to rundeveloper toolonline utilitytool tabs vaultDocker Run to ComposeConvert Docker run commands into Docker Compose configuration.Turning one-off commands into maintainable compose files.Docker Run to Compose is part of BeeTool's Tool Tabs Vault, a tabbed developer toolbox for focused debugging and documentation work. Use it when you need a fast browser-based utility that can stay open beside related tools without losing context.docker run to composedeveloper toolonline utilitytool tabs vault

Documents and tables

Read spreadsheet-style files and text content quickly.

2
CSV ViewerOpen CSV content as a readable table without leaving the browser.Quick checks of exported data and delimiter-heavy files.CSV Viewer is part of BeeTool's Tool Tabs Vault, a tabbed developer toolbox for focused debugging and documentation work. Use it when you need a fast browser-based utility that can stay open beside related tools without losing context.csv viewerdeveloper toolonline utilitytool tabs vaultXLSX ViewerView spreadsheet workbooks directly from the tool surface.Inspecting XLSX files before sharing or converting them.XLSX Viewer is part of BeeTool's Tool Tabs Vault, a tabbed developer toolbox for focused debugging and documentation work. Use it when you need a fast browser-based utility that can stay open beside related tools without losing context.xlsx viewerdeveloper toolonline utilitytool tabs vault

Visual thinking

Sketch, diagram, and model ideas with lightweight canvases.

2
MermaidRender Mermaid diagrams from text definitions.Flowcharts, sequence diagrams, and architecture notes.Mermaid is part of BeeTool's Tool Tabs Vault, a tabbed developer toolbox for focused debugging and documentation work. Use it when you need a fast browser-based utility that can stay open beside related tools without losing context.mermaiddeveloper toolonline utilitytool tabs vaultWhite boardSketch freeform diagrams and visual notes on a whiteboard canvas.Brainstorming, rough architecture, and quick annotations.White board is part of BeeTool's Tool Tabs Vault, a tabbed developer toolbox for focused debugging and documentation work. Use it when you need a fast browser-based utility that can stay open beside related tools without losing context.white boarddeveloper toolonline utilitytool tabs vault

Everyday utilities

Generate identifiers, dates, strings, and editing contexts.

6
Code Editor OnlineUse a lightweight online code editor for quick snippets.Scratch code, notes, and temporary formatting work.Code Editor Online is part of BeeTool's Tool Tabs Vault, a tabbed developer toolbox for focused debugging and documentation work. Use it when you need a fast browser-based utility that can stay open beside related tools without losing context.code editor onlinedeveloper toolonline utilitytool tabs vaultDatetime FactoryDetect, convert, and compare Unix timestamps, ISO 8601 strings, SQL datetimes, RFC 2822 values, UTC dates, local dates, durations, and time-zone-aware date inputs.Log analysis, API timestamp debugging, database datetime review, incident timelines, scheduler checks, and converting between epoch milliseconds, epoch seconds, ISO strings, SQL datetime, and human-readable time formats.Datetime Factory is a date converter and timestamp converter for developers who move between logs, APIs, databases, cron schedules, queues, and monitoring dashboards. Paste a Unix timestamp, epoch milliseconds, ISO 8601 value, SQL datetime, RFC 2822 date, or common local date string to identify the input format, normalize it, compare it with the current time, and copy popular output formats for documentation, tests, database queries, or debugging notes.datetime factorytimestamp converterunix timestampepoch millisecondsISO 8601SQL datetimeRandom String GeneratorGenerate random strings with configurable character sets.Test data, salts, ids, and temporary values.Random String Generator is part of BeeTool's Tool Tabs Vault, a tabbed developer toolbox for focused debugging and documentation work. Use it when you need a fast browser-based utility that can stay open beside related tools without losing context.random string generatordeveloper toolonline utilitytool tabs vaultText TransformText Transform is available inside Tool Tabs Vault.Fast, local utility work in a reusable tab.Text Transform is part of BeeTool's Tool Tabs Vault, a tabbed developer toolbox for focused debugging and documentation work. Use it when you need a fast browser-based utility that can stay open beside related tools without losing context.text transformdeveloper toolonline utilitytool tabs vaultUUID CheckerValidate UUID values and inspect their format.Input checks, API debugging, and data cleanup.UUID Checker is part of BeeTool's Tool Tabs Vault, a tabbed developer toolbox for focused debugging and documentation work. Use it when you need a fast browser-based utility that can stay open beside related tools without losing context.uuid checkerdeveloper toolonline utilitytool tabs vaultUUIDUUID GeneratorGenerate UUID values for identifiers and test records.Database seeds, mock objects, and correlation ids.UUID Generator is part of BeeTool's Tool Tabs Vault, a tabbed developer toolbox for focused debugging and documentation work. Use it when you need a fast browser-based utility that can stay open beside related tools without losing context.uuid generatordeveloper toolonline utilitytool tabs vault

Next documentation area

Personal Documents

This area is reserved for Confluence-style documents, publishing flows, collaboration, and AI document management. The same page structure can grow without mixing product domains together.