Guides

Step-by-step guides that help people move from quick tool usage into repeatable engineering, review, and AI workflows.

How to use the JSON Formatter

Clean up, validate, and review API payloads locally before they land in docs, tickets, or production debugging.

Read guide

How to use the INI Formatter

Normalize INI and config-style key/value text into a cleaner readable layout. This guide focuses on how teams use it for config cleanup and support review when the real job is to normalize INI sections and keys.

Read guide

How to use the HTTP Request Formatter

Clean up copied HTTP request blocks with normalized methods, headers, and JSON bodies. This guide focuses on how teams use it for API debugging and incident review when the real job is to clean up copied request blocks with readable headers and body sections.

Read guide

How to use the Stack Trace Formatter

Reshape pasted stack traces into a compact review-friendly numbered list. This guide focuses on how teams use it for debugging and support triage when the real job is to reshape noisy exception output into a readable frame list.

Read guide

How to use the Base64 Studio

Encode or decode text payloads with clear input and output surfaces. This guide focuses on how teams use it for integration debugging and fixture setup when the real job is to inspect or produce standard Base64 payloads.

Read guide

How to use the Base64 URL Studio

Encode and decode URL-safe Base64 strings for JWT-like segments and query-safe payloads. This guide focuses on how teams use it for token inspection and query-safe payload handling when the real job is to work with URL-safe Base64 segments cleanly.

Read guide

How to use the Base58 Studio

Convert plain text and Base58 payloads locally for compact identifiers and wallet-style strings. This guide focuses on how teams use it for wallet-style string review and identifier debugging when the real job is to translate compact Base58 identifiers into something teams can inspect.

Read guide

How to use the Base32 Studio

Encode text into Base32 or decode Base32 payloads locally. This guide focuses on how teams use it for interoperability and token-adjacent string handling when the real job is to encode or decode Base32 content without leaving the browser.

Read guide

How to use the Hash Generator

Create deterministic MD5, SHA-256, and SHA-512 digests for local integrity checks. This guide focuses on how teams use it for artifact verification and release support when the real job is to create deterministic digests for comparison and integrity checks.

Read guide

How to use the Password Generator

Generate strong passwords locally with configurable character sets and live strength feedback. This guide focuses on how teams use it for account setup and secure fixture creation when the real job is to create strong local passwords for demos, test accounts, or controlled workflows.

Read guide

How to use the Color Palette Generator

Generate a small palette from a base color for fast theme and UI exploration. This guide focuses on how teams use it for design-system drafting and UI review when the real job is to derive a small usable palette from one base color.

Read guide

How to use the Passphrase Generator

Generate memorable multi-word passphrases locally for test accounts and human-friendly secrets. This guide focuses on how teams use it for test account setup and memorable credential creation when the real job is to generate human-readable secret phrases locally.

Read guide

How to use the URL Studio

Encode or decode URL-safe strings while keeping source text private in the browser. This guide focuses on how teams use it for query-string debugging and link cleanup when the real job is to encode or decode URL text safely.

Read guide

How to use the Quoted Printable Studio

Encode or decode quoted-printable content for email bodies and legacy text payloads. This guide focuses on how teams use it for mail payload review and interoperability cleanup when the real job is to cleanly inspect legacy quoted-printable text.

Read guide

How to use the Data URL Studio

Turn text into data URLs or decode data URLs back into readable text locally. This guide focuses on how teams use it for frontend debugging and asset packaging when the real job is to turn small text assets into data URLs or decode them back out.

Read guide

How to use the Basic Auth Studio

Encode credentials into Basic Auth headers or decode headers back into raw pairs. This guide focuses on how teams use it for integration setup and support debugging when the real job is to convert credentials into or out of Basic Auth headers.

Read guide

How to use the Character Code Studio

Convert text into decimal character codes and decode code-point lists back into text. This guide focuses on how teams use it for encoding edge-case review and parser debugging when the real job is to move between readable text and numeric character codes.

Read guide

How to use the Case Converter

Switch between common naming conventions for code, APIs, and docs. This guide focuses on how teams use it for API design, code cleanup, and naming review when the real job is to switch strings between naming conventions consistently.

Read guide

How to use the Delimiter Converter

Convert rows between comma, tab, pipe, and semicolon-delimited formats locally. This guide focuses on how teams use it for import cleanup and spreadsheet handoff work when the real job is to translate rows between CSV, TSV, pipe, and semicolon formats.

Read guide

How to use the Duration Converter

Convert durations across milliseconds, seconds, minutes, hours, days, weeks, months, and years. This guide focuses on how teams use it for TTL planning, scheduler review, and config explanation when the real job is to normalize one duration across engineering-friendly units.

Read guide

How to use the Date Difference Calculator

Compare two timestamps or date strings and show the exact gap in units people and systems actually use.

Read guide

How to use the Expiry Time Calculator

Add or subtract a duration from a timestamp or date so expiry windows, TTLs, and rollout timing are easier to reason about.

Read guide

How to use the Time Zone Converter

Render one moment across multiple regions so meetings, releases, support handoffs, and deadlines stay aligned.

Read guide

How to use the Path Separator Converter

Convert file paths between Windows and POSIX separators for docs and scripts. This guide focuses on how teams use it for cross-platform scripting and documentation cleanup when the real job is to switch paths cleanly between Windows and POSIX styles.

Read guide

How to use the Byte Size Converter

Convert payload and file sizes across bytes, KB, MB, and GB without leaving the browser. This guide focuses on how teams use it for capacity planning, upload debugging, and config review when the real job is to translate payload or file sizes into the units the next person expects.

Read guide

How to use the Color Format Converter

Translate between hex, RGB, and HSL values while working across design and code. This guide focuses on how teams use it for design-to-code translation and UI debugging when the real job is to move colors between hex, RGB, and HSL quickly.

Read guide

How to use the Line Ending Converter

Normalize text between LF and CRLF line endings for scripts, docs, and config files. This guide focuses on how teams use it for cross-platform code review and config cleanup when the real job is to normalize LF and CRLF behavior before it breaks scripts or diffs.

Read guide

How to use the Tabs Spaces Converter

Convert indentation between tabs and spaces for cleaner pasted snippets and code blocks. This guide focuses on how teams use it for snippet cleanup and mixed-editor workflows when the real job is to standardize indentation quickly.

Read guide

How to use the List JSON Converter

Turn one-item-per-line lists into JSON arrays and convert JSON arrays back into lists. This guide focuses on how teams use it for fixture prep and small data-shaping tasks when the real job is to move between one-item-per-line lists and JSON arrays.

Read guide

How to use the Timestamp Converter

Inspect Unix timestamps across seconds, milliseconds, microseconds, and nanoseconds so log events, token times, and exports become readable fast.

Read guide

How to use the Timestamp Batch Inspector

Paste one timestamp per line and turn mixed log or export values into a readable valid-versus-invalid review pass.

Read guide

How to use the Relative Time Calculator

See how far away a deadline or past event is in human terms plus the exact time gap. This guide focuses on how teams use it for deadline review, release planning, and support timing when the real job is to explain how far away a target event is in human terms.

Read guide

How to use the Number Base Converter

Convert integers across binary, octal, decimal, and hexadecimal representations. This guide focuses on how teams use it for bit-level debugging and systems education when the real job is to translate integer values across binary, octal, decimal, and hexadecimal.

Read guide

How to use the Roman Numeral Converter

Convert Arabic numbers to Roman numerals and Roman numerals back into integers. This guide focuses on how teams use it for content cleanup and reference formatting when the real job is to switch between Arabic numbers and Roman numerals cleanly.

Read guide

How to use the JWT Decoder

Decode token headers and claims locally so expiry issues, risky algorithms, and missing fields are easier to inspect.

Read guide

How to use the JWT Expiry Checker

Inspect issued-at and expiry claims quickly when the real question is token lifetime, not the rest of the JWT payload.

Read guide

How to use the Regex Tester

Preview matches, capture groups, and pattern behavior before a regex reaches code, automation, or content workflows.

Read guide

How to use the JSON Pointer Tester

Test JSON Pointer paths locally against payloads to confirm exact target locations. This guide focuses on how teams use it for contract review and structured-data debugging when the real job is to confirm whether a JSON Pointer reaches the field you think it does.

Read guide

How to use the URL Pattern Tester

Check route-like URL patterns against candidate paths and inspect extracted params. This guide focuses on how teams use it for routing review and integration debugging when the real job is to check route-like patterns against candidate URLs.

Read guide

How to use the Semver Range Tester

Check whether a semantic version satisfies exact, caret, tilde, or comparison ranges. This guide focuses on how teams use it for dependency review and release triage when the real job is to verify whether a version satisfies the intended range rule.

Read guide

How to use the HTTP Status Tester

Validate whether a status code matches a response family, exact code, or numeric range. This guide focuses on how teams use it for API review and test design when the real job is to check whether a response code matches the expected class or exact rule.

Read guide

How to use the Regex Replace Tester

Preview regex replacements locally before using them in scripts or migrations. This guide focuses on how teams use it for content cleanup and migration prep when the real job is to preview a regex replacement before using it in something destructive.

Read guide

How to use the Email Validator

Validate line-separated email addresses when cleaning imports or invite lists. This guide focuses on how teams use it for import review and invite-list cleanup when the real job is to screen line-based email lists for obvious validity issues.

Read guide

How to use the Planning Poker tool

Run a lightweight shared estimation room with hidden voting, story links, re-estimation, and a host-controlled flow that works well with Azure DevOps or Jira.

Read guide

How to use the QR Code Generator

Create downloadable QR codes from text or links without sending content anywhere. This guide focuses on how teams use it for handoff materials, demos, and operational labeling when the real job is to turn text or a URL into a scannable code locally.

Read guide

How to use the Random Number Generator

Generate random integer batches locally for fixtures, sampling, and quick experiments. This guide focuses on how teams use it for test setup and lightweight analysis when the real job is to create local batches of integers for sampling or fixtures.

Read guide

How to use the Fake User Generator

Generate fake user rows locally for fixtures, demos, and safe test data. This guide focuses on how teams use it for demo prep and test-data creation when the real job is to produce safe user-like fixture rows without touching real people data.

Read guide

How to use the Nano ID Generator

Generate compact random IDs locally for fixtures, keys, and demo data. This guide focuses on how teams use it for local development and demo data prep when the real job is to create compact random IDs for fixtures and frontend keys.

Read guide

How to use the Username Generator

Create readable username suggestions from a seed phrase or project name. This guide focuses on how teams use it for account mockups and test-data prep when the real job is to draft consistent username options from a seed phrase.

Read guide

How to use the API Token Generator

Generate token-like strings locally for mocks, fixtures, and development workflows. This guide focuses on how teams use it for fixture setup and API demo prep when the real job is to generate token-like strings for mocks and non-production workflows.

Read guide

How to use the Release Note Generator

Turn rough bullet changes into tidy release-note markdown for changelogs and deployments. This guide focuses on how teams use it for deployment communication and changelog drafting when the real job is to turn rough change bullets into cleaner release-note text.

Read guide

How to use the Test Case Title Generator

Generate BDD-style test titles from a feature phrase for planning and specs. This guide focuses on how teams use it for QA planning and spec cleanup when the real job is to draft more readable BDD-style test names.

Read guide

How to use the Lorem Ipsum Generator

Generate placeholder paragraphs locally for layouts, docs, and demos. This guide focuses on how teams use it for design review and documentation mockups when the real job is to fill layouts and drafts with disposable placeholder copy.

Read guide

How to use the UUID Generator

Generate local UUID batches for identifiers, fixtures, and test data. This guide focuses on how teams use it for test-data setup and documentation examples when the real job is to create batches of stable-looking UUIDs for fixtures and examples.

Read guide

How to use the ULID Generator

Create sortable ULIDs locally for ordered records and compact identifiers. This guide focuses on how teams use it for event modeling and mock data setup when the real job is to create sortable identifiers for ordered examples and fixtures.

Read guide

How to use the HMAC Generator

Produce SHA-256 and SHA-512 HMAC signatures in-browser from a message and secret. This guide focuses on how teams use it for signature debugging and integration setup when the real job is to produce a local HMAC for one message and secret pair.

Read guide

How to use the Query String Studio

Round-trip JSON parameter objects and URL query strings without server calls. This guide focuses on how teams use it for URL debugging and request review when the real job is to inspect and reshape query-string parameters cleanly.

Read guide

How to use the HTML Entity Studio

Encode or decode HTML entities safely for templates, docs, and copied snippets. This guide focuses on how teams use it for markup debugging and content cleanup when the real job is to move between raw text and HTML entity-encoded content.

Read guide

How to use the ROT13 Studio

Apply the reversible ROT13 transform locally for lightweight obfuscation. This guide focuses on how teams use it for puzzle text, demos, and harmless reversible transformations when the real job is to apply or reverse lightweight text obfuscation quickly.

Read guide

How to use the Binary Text Studio

Encode text into 8-bit binary groups or decode binary back into readable text. This guide focuses on how teams use it for encoding education and parser debugging when the real job is to switch between readable text and 8-bit binary groups.

Read guide

How to use the Morse Code Studio

Encode text into Morse code or decode Morse back into readable text. This guide focuses on how teams use it for content transformation and training examples when the real job is to encode or decode Morse code for readable text conversion.

Read guide

How to use the Hex Studio

Encode text into hexadecimal bytes or decode hex back into readable text locally. This guide focuses on how teams use it for binary-adjacent debugging and developer workflows when the real job is to inspect or produce hexadecimal text blocks locally.

Read guide

How to use the Slugify Studio

Create URL-friendly slugs and path-safe variants from titles, labels, and filenames. This guide focuses on how teams use it for content publishing and file-naming cleanup when the real job is to normalize text into safer URL or filename slugs.

Read guide

How to use the Unicode Escape Studio

Transform readable text into unicode escape sequences and decode them back again. This guide focuses on how teams use it for string debugging and source-file cleanup when the real job is to move between literal text and escaped Unicode sequences.

Read guide

How to use the CSV JSON Studio

Round-trip CSV tables and JSON arrays locally for fixtures, imports, and exports. This guide focuses on how teams use it for data shaping and fixture prep when the real job is to convert between CSV rows and JSON objects cleanly.

Read guide

How to use the Text Diff Checker

Compare two text blocks in a review-friendly layout so edits, insertions, removals, and inline wording drift are easier to discuss.

Read guide

How to use the Docker Optimizer

Review Dockerfiles for repeatability, image size, and runtime hygiene inside the browser. This guide focuses on how teams use it for container build review and performance cleanup when the real job is to review a Dockerfile for image-size and layer-hygiene opportunities.

Read guide

How to use the Gitignore Builder

Generate a starter .gitignore locally from common stack sections like node, python, dotnet, and logs. This guide focuses on how teams use it for repo setup and onboarding cleanup when the real job is to assemble ignore patterns for the project at hand.

Read guide

How to use the Fixture File Generator

Generate local image, audio, video, PDF, CSV, and Excel fixtures for upload QA and boundary testing. This guide focuses on how teams use it for UI testing and sample-content setup when the real job is to create safe media fixture variations for demos and testing.

Read guide

How to use the Video to GIF Studio

Convert longer local videos into review-friendly GIFs with trim, FPS, scale, and color controls in the browser. This guide focuses on how teams use it for bug reporting, onboarding, and documentation visuals when the real job is to turn short video content into shareable GIF snippets locally.

Read guide

How to use the XML Formatter

Prettify compact XML into a cleaner review layout. This guide focuses on how teams use it for integration review and config debugging when the real job is to make compact XML readable again.

Read guide

How to use the HTML Formatter

Turn dense HTML into readable markup for debugging and sharing. This guide focuses on how teams use it for markup debugging and content review when the real job is to clean HTML into a review-friendly structure.

Read guide

How to use the CSS Formatter

Format compact CSS into a cleaner block layout for review work. This guide focuses on how teams use it for style review and quick snippet cleanup when the real job is to normalize CSS into a readable block layout.

Read guide

How to use the Markdown Formatter

Normalize spacing, bullets, and blank lines in markdown content. This guide focuses on how teams use it for doc cleanup and PR preparation when the real job is to normalize spacing and list structure in existing markdown.

Read guide

How to use the GitHub Actions Validator

Review workflow YAML for missing triggers, job wiring, checkout steps, and common safety gaps before CI is the thing that tells you it is broken.

Read guide

How to use the Dependency Visualizer

Inspect package manifests for grouped dependencies, scripts, and duplicate package names. This guide focuses on how teams use it for package review and architecture debugging when the real job is to turn dependency text into a smaller relationship view.

Read guide

How to use the Bundle Size Calculator

Estimate asset totals, file mix, and rough gzip impact from pasted build output. This guide focuses on how teams use it for frontend performance review when the real job is to estimate the impact of assets and dependencies on shipped size.

Read guide

How to use the cURL to Code Converter

Turn a raw cURL request into fetch, axios, and Python starter snippets locally. This guide focuses on how teams use it for API onboarding and developer handoff when the real job is to translate a cURL command into a more reusable code snippet.

Read guide

How to use the SQL Beautifier

Format pasted SQL into a cleaner review layout before you run or share the query. This guide focuses on how teams use it for query review and documentation cleanup when the real job is to reformat SQL into a cleaner review surface.

Read guide

How to use the Semantic Version Calculator

Estimate patch, minor, and major bumps from release notes and compatibility signals. This guide focuses on how teams use it for release planning and package review when the real job is to reason about version bumps with clearer semver language.

Read guide

How to use the Breaking Change Detector

Compare two JSON shapes to surface removed fields and type shifts that may break consumers. This guide focuses on how teams use it for release review and API evolution when the real job is to spot change patterns that may break downstream consumers.

Read guide

How to use the HTTP Header Inspector

Review copied response headers for security posture, caching behavior, and CORS configuration before the issue disappears into a browser tab or proxy chain.

Read guide

How to use the API Key Fingerprinter

Mask one token locally and generate a short fingerprint so teams can safely compare whether two people are looking at the same key.

Read guide

How to use the SRI Hash Generator

Generate Subresource Integrity hashes locally for scripts, styles, and copied asset content. This guide focuses on how teams use it for frontend hardening and deployment review when the real job is to generate Subresource Integrity hashes for static assets.

Read guide

How to use the CORS Policy Inspector

Inspect raw CORS response headers and flag risky origin and credential combinations. This guide focuses on how teams use it for browser API debugging and security review when the real job is to review raw CORS settings for risky combinations.

Read guide

How to use the Cookie Security Inspector

Inspect copied Set-Cookie headers so Secure, HttpOnly, and SameSite coverage is easier to review before shipping or debugging browser auth behavior.

Read guide

How to use the CSP Policy Inspector

Inspect a Content Security Policy string for missing directives and risky allowances so teams can discuss the policy with clearer evidence.

Read guide

How to use the Security.txt Inspector

Review security.txt content for expected disclosure fields like Contact and Expires. This guide focuses on how teams use it for security-program hygiene and public-facing review when the real job is to check the structure of a security.txt disclosure file.

Read guide

How to use the Open Redirect Checker

Inspect redirect targets locally and flag off-allowlist, script, or protocol-relative destinations. This guide focuses on how teams use it for security review and auth-flow debugging when the real job is to inspect redirect targets for unsafe destination patterns.

Read guide

How to use the Password Policy Inspector

Read human-written password requirements and surface practical issues such as weak minimum length, forced rotation language, or unclear control coverage.

Read guide

How to use the Signed URL Inspector

Inspect presigned or SAS-style URLs locally so expiry windows, provider hints, and risky parameters are easier to understand before sharing them.

Read guide

How to use the JSON Path Explorer

Inspect nested JSON with dot-path lookups so payload values are easier to find locally. This guide focuses on how teams use it for payload review and contract debugging when the real job is to locate fields in nested JSON without manual scrolling.

Read guide

How to use the JSON Value Comparator

Compare two JSON payloads by path so added fields, removed fields, and changed values are easier to review than a raw text diff.

Read guide

How to use the Header Diff Checker

Compare two raw header blocks so environment drift, proxy changes, and deployment-side response differences become obvious faster.

Read guide

How to use the HAR Request Extractor

Summarize requests from a HAR file into methods, domains, and statuses. This guide focuses on how teams use it for browser debugging and support evidence cleanup when the real job is to pull request details out of HAR content cleanly.

Read guide

How to use the Webhook Payload Inspector

Inspect event names, top-level keys, arrays, and nesting in webhook JSON before the payload gets pasted into docs, tickets, or debugging threads.

Read guide

How to use the SQL Result to Markdown Table tool

Convert aligned SQL or tab-separated query results into a markdown table so database evidence is easier to share in reviews and tickets.

Read guide

How to use the Log Level Analyzer

Count error, warning, info, and debug lines in pasted logs. This guide focuses on how teams use it for incident triage and debugging handoff when the real job is to summarize noisy logs by severity quickly.

Read guide

How to use the UUID Extractor

Extract UUIDs from noisy logs or pasted text. This guide focuses on how teams use it for log review and identifier comparison when the real job is to pull UUIDs out of noisy pasted text.

Read guide

How to use the Link Extractor

Pull URLs and email addresses out of mixed pasted text. This guide focuses on how teams use it for content cleanup and support review when the real job is to collect links and email-like references from rough text.

Read guide

How to use the Secret Redactor

Mask likely secrets, tokens, and sensitive identifiers before you share logs, payloads, or debugging notes with other people.

Read guide

How to use the API Error Formatter

Turn raw JSON error payloads into a smaller markdown summary so support, engineering, and review threads can focus on the problem instead of the whole response body.

Read guide

How to use the Cron Expression Explainer

Break down a five-part cron schedule into plain language and preview future run times before a scheduler change surprises someone later.

Read guide

How to use the Docker Compose Auditor

Inspect compose service definitions for image hygiene, health checks, restart coverage, and other practical runtime-review signals before the file reaches production.

Read guide

How to use the OpenAPI Summary tool

Turn large API specifications into a smaller review surface for teams working across backend, frontend, QA, and platform workflows.

Read guide

How to use the JSON Lines Studio

Convert JSONL and JSON arrays back and forth for logs, eval fixtures, and batch inputs. This guide focuses on how teams use it for log processing and dataset cleanup when the real job is to inspect and reshape JSON Lines content locally.

Read guide

How to use the ENV File Inspector

Inspect `.env` style files for duplicate keys, secret-like entries, invalid lines, and missing values before configuration issues reach runtime.

Read guide

How to use the ANSI Escape Cleaner

Strip terminal color codes and escape sequences from copied console output. This guide focuses on how teams use it for incident writeups and debugging evidence cleanup when the real job is to strip terminal color and escape noise from copied output.

Read guide

How to use the Markdown Checklist Builder

Turn rough bullets and mixed task notes into a markdown checklist that is easier to paste into issues, PRs, handovers, and release plans.

Read guide

How to use the Line Deduplicator

Remove repeated lines from pasted lists, package names, logs, or working notes. This guide focuses on how teams use it for log cleanup and note consolidation when the real job is to remove repeated lines from a noisy text block.

Read guide

How to use the Markdown Studio

Convert rough AI, CLI, CSV, or mixed text into cleaner markdown with live preview so the content is ready for docs, PRs, and internal knowledge sharing.

Read guide

How to use the Markdown Table Builder

Turn CSV rows or JSON arrays into a markdown table that is easier to paste into docs, PRs, release notes, and issue trackers.

Read guide

How to use the JSON Schema Generator

Infer a draft schema from one representative payload so teams can bootstrap contracts, fixtures, and validation rules faster.

Read guide

How to use the Shift Handover Builder

Turn rough shift notes into grouped actions, urgent watch-outs, and a cleaner handover that stays in the browser.

Read guide

How to use the Clinical Report Diff Checker

Compare pasted report text, ward notes, or extracted summaries and isolate changed lines. This guide focuses on how teams use it for medical review and handoff clarity when the real job is to compare changed wording across clinical report drafts.

Read guide

How to use the Clinical De-Identifier

Remove obvious patient identifiers from pasted clinical notes, reports, and handoff text. This guide focuses on how teams use it for privacy-sensitive note cleanup and review prep when the real job is to mask obvious identifiers in clinical notes before broader sharing.

Read guide

How to use the Pressure Drop & Head Loss Calculator

Run fast Darcy-Weisbach sanity checks for water-like pipe systems without leaving the browser.

Read guide

How to use the Drawing Revision Diff Checker

Compare extracted drawing notes and schedules so revision changes are easier to spot and summarize.

Read guide

How to use the Material Takeoff + Carbon Estimator

Estimate takeoff totals and embodied-carbon impact from a simple local CSV table. This guide focuses on how teams use it for engineering review and early design decision support when the real job is to turn quantity rows into a quick embodied-carbon comparison.

Read guide

How to use the BOQ / Quantity Diff Checker

Compare BOQ or quantity-export tables locally to find added, removed, and changed rows. This guide focuses on how teams use it for tender review and construction coordination when the real job is to compare BOQ exports for quantity and row drift.

Read guide

How to use the Site Handover Builder

Turn rough civil site notes into grouped actions, urgent items, and a cleaner markdown handover. This guide focuses on how teams use it for construction and field-operations communication when the real job is to turn rough field notes into a cleaner site handover.

Read guide

How to use the Earthworks Balance Calculator

Screen cut, fill, swell, and shrink balances from a simple browser-local volume check. This guide focuses on how teams use it for civil review and planning conversations when the real job is to sense-check cut and fill balance quickly.

Read guide

How to use the Invert & Slope Calculator

Check drainage or pipe-run fall, slope, and midpoint invert without opening a spreadsheet. This guide focuses on how teams use it for drainage review and field coordination when the real job is to check invert and slope relationships without reopening a larger spreadsheet.

Read guide

How to use the Tolerance Stack-Up Analyzer

Review worst-case and RSS tolerance stacks from simple tabular inputs instead of maintaining fragile spreadsheets. This guide focuses on how teams use it for mechanical design review and manufacturing readiness when the real job is to build or review a tolerance stack more cleanly than a rough worksheet.

Read guide

How to use the BOM Diff Checker

Compare two BOM exports and surface added parts, removed parts, quantity drift, and description changes before the conversation gets lost in spreadsheets.

Read guide

How to use the Hole/Shaft Fit Calculator

Calculate clearance, interference, and fit windows for hole and shaft tolerance pairs. This guide focuses on how teams use it for mechanical design and release review when the real job is to sense-check hole and shaft fit relationships quickly.

Read guide

How to use the Bearing Life Calculator

Estimate bearing life from load, rating, speed, and a visible service factor. This guide focuses on how teams use it for mechanical sizing and review prep when the real job is to estimate bearing life from a compact input set.

Read guide

How to use the Gear Ratio & Torque Calculator

Turn tooth counts, speed, and torque into a quick gear ratio screen with efficiency assumptions. This guide focuses on how teams use it for drive-train review and mechanical planning when the real job is to check ratio and torque relationships quickly.

Read guide

How to use the Belt Drive Calculator

Check pulley speed ratio, belt speed, and approximate belt length for a simple drive layout. This guide focuses on how teams use it for mechanical design review and troubleshooting when the real job is to screen recurring belt-drive sizing questions locally.

Read guide

How to use the Mechanical Formula Finder

Search recurring mechanical formulas locally instead of hunting through notes, textbooks, or brittle spreadsheets. This guide focuses on how teams use it for mechanical calculation support and reference lookup when the real job is to keep recurring equations close during design and review work.

Read guide

How to use the Civil Formula Finder

Search recurring civil formulas locally instead of digging through old notes or handbook tabs. This guide focuses on how teams use it for hydraulics, geometry, and earthworks reference work when the real job is to surface civil equations quickly during review and coordination.

Read guide

How to use the Voltage Drop Calculator

Estimate line drop, percent drop, and practical max length for a selected cable in the browser. This guide focuses on how teams use it for electrical design review and field coordination when the real job is to screen voltage-drop questions quickly.

Read guide

How to use the Cable Sizing Assistant

Shortlist a practical conductor size from load, length, installation method, and derating factors. This guide focuses on how teams use it for electrical design and coordination work when the real job is to get a quicker first pass on cable sizing inputs.

Read guide

How to use the Conduit Fill Calculator

Check a quick conduit fill estimate from a browser-local cable list and a selected conduit size. This guide focuses on how teams use it for electrical review and installation planning when the real job is to check conduit occupancy before a design or field decision.

Read guide

How to use the Panel Schedule Builder

Turn a small circuit list into a readable panel schedule with phase totals and spare ways. This guide focuses on how teams use it for electrical documentation and coordination when the real job is to turn rough circuit rows into a cleaner schedule view.

Read guide

How to use the Breaker Protection Checker

Screen a breaker choice against load, continuous duty, and derating in the browser. This guide focuses on how teams use it for electrical review and fault-response planning when the real job is to screen breaker and protection assumptions quickly.

Read guide

How to use the Lighting Load Calculator

Estimate lighting power, current, and fixture count from area and density assumptions. This guide is written for quick engineering sense-checks, not for pretending a browser widget replaces the formal design record.

Read guide

How to use the Motor Starting Current Calculator

Estimate inrush current, starting kVA, and a rough voltage dip preview for a simple motor start. This guide is written for quick engineering sense-checks, not for pretending a browser widget replaces the formal design record.

Read guide

How to use the Electrical Formula Finder

Search recurring electrical formulas locally instead of hunting through reference tabs or old notes. This guide is written for quick engineering sense-checks, not for pretending a browser widget replaces the formal design record.

Read guide

How to use the API Contract Drift Checker

Compare API contract tables locally to catch route, schema, and auth drift before release. Use this guide to run the workflow cleanly and move the result into your next review, test, or implementation step.

Read guide

How to use the ENV Schema Drift Checker

Compare environment-spec tables and surface required-flag, scope, and default-value drift. This guide focuses on the quick inspection step teams often need before a deeper security review, vendor escalation, or production change.

Read guide

How to use the CSV Schema Drift Checker

Compare two CSV payload samples and detect header drift, removed columns, and row-width issues. Use this guide to run the workflow cleanly and move the result into your next review, test, or implementation step.

Read guide

How to use the Tolerance Change Impact Checker

Compare old and new tolerance stack tables to see which changes widened the assembly window most. Use this guide to run the workflow cleanly and move the result into your next review, test, or implementation step.

Read guide

How to use the Drawing Inspection Reconciler

Reconcile drawing characteristics against an inspection plan and expose coverage gaps quickly. Use this guide to run the workflow cleanly and move the result into your next review, test, or implementation step.

Read guide

How to use the Fastener Clamp Load Checker

Estimate proof load, preload, torque, and separation margin from a compact fastener input set. Use this guide to run the workflow cleanly and move the result into your next review, test, or implementation step.

Read guide

How to use the Drainage Schedule QA Checker

Audit drainage schedules for uphill runs, weak slopes, and invalid line geometry before issue. Use this guide to run the workflow cleanly and move the result into your next review, test, or implementation step.

Read guide

How to use the BOQ Spec Cross Checker

Cross-check BOQ rows against a spec register and flag missing references or unit drift. Use this guide to run the workflow cleanly and move the result into your next review, test, or implementation step.

Read guide

How to use the Tender Addendum Impact Checker

Compare tender addenda locally and isolate scope, numeric, and date changes that deserve review. Use this guide to run the workflow cleanly and move the result into your next review, test, or implementation step.

Read guide

How to use the Cable Schedule QA Checker

Run a QA pass over a cable schedule to catch duplicate tags, endpoint gaps, and invalid conductor rows. Use this guide to run the workflow cleanly and move the result into your next review, test, or implementation step.

Read guide

How to use the Panel Revision QA Checker

Compare two panel schedules and expose changed breakers, moved circuits, and load drift quickly. Use this guide to run the workflow cleanly and move the result into your next review, test, or implementation step.

Read guide

How to use the Load List Reconciler

Reconcile a load list against a compared schedule or single-line export to catch missing tags and mismatches. Use this guide to run the workflow cleanly and move the result into your next review, test, or implementation step.

Read guide

How to use the Clinical Handover Completeness Linter

Check a handover note for missing ownership, timing, and core handoff structure. Use this guide to run the workflow cleanly and move the result into your next review, test, or implementation step.

Read guide

How to use the Discharge Instruction Delta Audit

Compare draft and final discharge instructions to surface medication and follow-up wording changes. Use this guide to run the workflow cleanly and move the result into your next review, test, or implementation step.

Read guide

How to use the Referral Packet Checklist Builder

Turn a referral draft into a quick packet completeness checklist before it is sent onward. This guide is focused on lightweight generation work for fixtures, drafts, examples, and planning artifacts rather than production-grade source-of-truth data.

Read guide

How to use the Dewatering Shift Log Reconciler

Compare pumped volume against observed level change and flag suspicious dewatering shift-log entries. Use this guide to run the workflow cleanly and move the result into your next review, test, or implementation step.

Read guide

How to use the Isolation Matrix Change Checker

Compare isolation matrices locally to surface changed lock points, verify steps, and owners. Use this guide to run the workflow cleanly and move the result into your next review, test, or implementation step.

Read guide

How to use the Production Shift Reconciliation Checker

Reconcile haul and plant tally tables so missing sources and tonnage drift are visible fast. Use this guide to run the workflow cleanly and move the result into your next review, test, or implementation step.

Read guide

How to use the Shift Commitment Reconciler

Compare previous commitments against the new handover and flag actions that may have been dropped. Use this guide to run the workflow cleanly and move the result into your next review, test, or implementation step.

Read guide

How to use the Work Instruction Change Checker

Compare controlled work instructions and spotlight changed safety text, tools, and numeric settings. Use this guide to run the workflow cleanly and move the result into your next review, test, or implementation step.

Read guide

How to use the Permit Scope Change Checker

Compare permit tables and surface changed area, task, isolation, expiry, or ownership details. Use this guide to run the workflow cleanly and move the result into your next review, test, or implementation step.

Read guide

How to use the Prompt Studio

Assemble reusable prompts with goals, variables, constraints, and output instructions. This guide is aimed at AI workflow design work where teams need clearer prompts, safer reviews, or better eval preparation before spending tokens or shipping behavior.

Read guide

How to use the Prompt Diff Checker

Compare two prompt versions to inspect changed wording, constraints, and emphasis. This guide is aimed at review work where the real question is "what changed, what matters, and what should happen next?"

Read guide

How to use the Prompt Test Runner

Run one prompt against many local test cases and inspect coverage and risk heuristics. This guide is aimed at AI workflow design work where teams need clearer prompts, safer reviews, or better eval preparation before spending tokens or shipping behavior.

Read guide

How to use the Prompt Eval Scorecard

Score AI outputs for format, groundedness, safety, and completeness with a local rubric. This guide is aimed at AI workflow design work where teams need clearer prompts, safer reviews, or better eval preparation before spending tokens or shipping behavior.

Read guide

How to use the Structured Output Schema Builder

Infer structured-output schemas and test candidate model payloads locally. This guide is aimed at AI workflow design work where teams need clearer prompts, safer reviews, or better eval preparation before spending tokens or shipping behavior.

Read guide

How to use the Output Repair Studio

Repair malformed JSON-like model responses into valid structured output. This guide is aimed at AI workflow design work where teams need clearer prompts, safer reviews, or better eval preparation before spending tokens or shipping behavior.

Read guide

How to use the Jailbreak / Prompt Injection Checker

Detect common jailbreak and indirect injection patterns before an agent consumes text. This guide is aimed at AI workflow design work where teams need clearer prompts, safer reviews, or better eval preparation before spending tokens or shipping behavior.

Read guide

How to use the Hallucination Review Workspace

Compare answers against source text and flag likely unsupported claims. This guide is aimed at AI workflow design work where teams need clearer prompts, safer reviews, or better eval preparation before spending tokens or shipping behavior.

Read guide

How to use the RAG Chunk Previewer

Preview chunk boundaries, overlap, and token estimates for retrieval workflows. This guide is aimed at AI workflow design work where teams need clearer prompts, safer reviews, or better eval preparation before spending tokens or shipping behavior.

Read guide

How to use the Embedding Similarity Explorer

Compare text blocks with a local semantic-overlap approximation for RAG tuning. This guide is aimed at AI workflow design work where teams need clearer prompts, safer reviews, or better eval preparation before spending tokens or shipping behavior.

Read guide

How to use the System Prompt Builder

Draft system prompts with role, rules, allowed sources, and output requirements. This guide is aimed at AI workflow design work where teams need clearer prompts, safer reviews, or better eval preparation before spending tokens or shipping behavior.

Read guide

How to use the Few-shot Example Organizer

Normalize few-shot examples into cleaner prompt-ready blocks. This guide is aimed at AI workflow design work where teams need clearer prompts, safer reviews, or better eval preparation before spending tokens or shipping behavior.

Read guide

How to use the Prompt Variable Extractor

Extract prompt template variables so runtime bindings stay aligned. This guide is aimed at AI workflow design work where teams need clearer prompts, safer reviews, or better eval preparation before spending tokens or shipping behavior.

Read guide

How to use the Token / Cost Estimator

Estimate token usage and cost with configurable pricing inputs. This guide is aimed at AI workflow design work where teams need clearer prompts, safer reviews, or better eval preparation before spending tokens or shipping behavior.

Read guide

How to use the Latency vs Quality Planner

Balance speed, quality, and prompt design choices for AI workloads. This guide is aimed at AI workflow design work where teams need clearer prompts, safer reviews, or better eval preparation before spending tokens or shipping behavior.

Read guide

How to use the AI Response Comparator

Compare two AI answers against the same goal to pick the stronger candidate. This guide is aimed at review work where the real question is "what changed, what matters, and what should happen next?"

Read guide

How to use the Safety Policy Tester

Check whether a safety policy clearly addresses risky AI scenarios. This guide is aimed at AI workflow design work where teams need clearer prompts, safer reviews, or better eval preparation before spending tokens or shipping behavior.

Read guide

How to use the Tool Call Payload Validator

Validate tool-call payload shapes before they hit an agent runtime. This guide is aimed at AI workflow design work where teams need clearer prompts, safer reviews, or better eval preparation before spending tokens or shipping behavior.

Read guide

How to use the Function Calling Schema Tester

Check function schemas and argument payloads together before live model use. This guide is aimed at AI workflow design work where teams need clearer prompts, safer reviews, or better eval preparation before spending tokens or shipping behavior.

Read guide

How to use the Agent Loop Trace Viewer

Inspect agent traces for retries, tool churn, and failure loops. This guide is aimed at AI workflow design work where teams need clearer prompts, safer reviews, or better eval preparation before spending tokens or shipping behavior.

Read guide

How to use the Grounded Answer Checker

Review whether an AI answer stays anchored to its source material. This guide is aimed at AI workflow design work where teams need clearer prompts, safer reviews, or better eval preparation before spending tokens or shipping behavior.

Read guide

How to use the Citation Formatter for AI Answers

Append clean numbered citations to AI-generated answers. This guide focuses on the cleanup layer between raw copied material and the version you actually want to review, share, or store.

Read guide

How to use the Conversation State Simulator

Inspect conversation roles, open questions, and likely next responses. This guide is aimed at AI workflow design work where teams need clearer prompts, safer reviews, or better eval preparation before spending tokens or shipping behavior.

Read guide

How to use the Context Window Compactor

Trim long context to a token budget for cheaper and cleaner prompts. This guide is aimed at AI workflow design work where teams need clearer prompts, safer reviews, or better eval preparation before spending tokens or shipping behavior.

Read guide

How to use the Prompt Leak Detector

Catch prompt disclosure and secret exposure patterns before reuse. This guide is aimed at AI workflow design work where teams need clearer prompts, safer reviews, or better eval preparation before spending tokens or shipping behavior.

Read guide

How to use the Consistency Runner

Compare multiple AI outputs for repeated and diverging claims. This guide is aimed at AI workflow design work where teams need clearer prompts, safer reviews, or better eval preparation before spending tokens or shipping behavior.

Read guide

How to use the Best-of-N Comparison Tool

Rank candidate outputs so the best AI answer is easier to choose. This guide is aimed at AI workflow design work where teams need clearer prompts, safer reviews, or better eval preparation before spending tokens or shipping behavior.

Read guide

How to use the Batch Eval Dataset Builder

Convert shorthand eval cases into JSONL for AI test and batch workflows. This guide is aimed at AI workflow design work where teams need clearer prompts, safer reviews, or better eval preparation before spending tokens or shipping behavior.

Read guide

How to use the Synthetic Test Case Generator

Generate happy-path, missing-context, and adversarial AI test cases. This guide is aimed at AI workflow design work where teams need clearer prompts, safer reviews, or better eval preparation before spending tokens or shipping behavior.

Read guide

How to use the Red Team Scenario Builder

Generate prompt-injection, exfiltration, and tool-misuse scenarios. This guide is aimed at AI workflow design work where teams need clearer prompts, safer reviews, or better eval preparation before spending tokens or shipping behavior.

Read guide