Free utilities that respect your pastebuffer.
Everything runs in your browser. No accounts, no analytics on your input, no upsells. The tools we reach for every day — plus a few we wished existed.
Your recent tools
Salesforce
Salesforce Object API Name Lookup
Look up Salesforce standard object API names by display label (and vice versa). Browser-only reference.
Salesforce Error Code Lookup
Look up common Salesforce error codes with typical causes and fixes.
Picklist XML Builder
Generate picklist value-set XML for Salesforce deployment. Paste values, get deploy-ready XML.
SF API Version Lookup
Match Salesforce API versions to release names and dates. Quickly find which version a client was released with.
JSON to Apex Wrapper Class
Paste JSON, get a Salesforce Apex wrapper class with @AuraEnabled fields and inferred Apex types. Browser-only.
Apex Trigger Scaffold
Generate a standard Apex trigger + handler class using the industry-standard trigger handler pattern.
Apex Test Class Scaffold
Generate a starter Apex test class with setup, positive, negative, and bulk test methods.
SOQL to SQL
Convert a SOQL query to equivalent standard SQL — useful when moving queries to Snowflake, BigQuery, or Postgres.
Flow Element Cheat Sheet
Quick reference for every Flow Builder element — when to use it, performance notes, common pitfalls.
Workbench URL Builder
Build a deep-link URL into Salesforce Workbench for SOQL queries, REST Explorer, and metadata operations.
Custom Metadata XML
Generate Custom Metadata record XML from key-value pairs. Paste into force-app/main/default/customMetadata/.
Package.xml Generator
Generate a metadata API package.xml from a list of components. Deploy-ready for SFDX or Workbench.
Formula Cheat Sheet
Every common Salesforce formula function with syntax and a one-line example.
Batch Class Scaffold
Generate an Apex batch class with start, execute, and finish methods wired up correctly.
LWC Scaffold
Generate LWC boilerplate — .html, .js, .css, and .js-meta.xml ready to copy into your SFDX project.
Sharing Rule Builder
Generate sharing rule XML — owner-based or criteria-based — ready to deploy.
Permission Set XML
Generate a Permission Set XML skeleton with object and field permissions. Deploy via SFDX.
Record ID Decoder
Decode a Salesforce record ID into its object-type prefix, instance, and uniqueness bytes.
Profile Permission Decoder
Decode common Salesforce profile permissions — what each permission actually grants.
Named Credential XML
Generate Named Credential XML for OAuth / Basic / API key auth flows.
Standard Fields Reference
Standard fields across common objects — API name, type, and description.
Org Limit Calculator
Estimate daily API calls, Einstein request credits, and storage usage against your org's limits.
ServiceNow
GlideRecord Cheat Sheet
Common GlideRecord methods with signatures and examples for ServiceNow scripting.
SN Error Code Lookup
Common ServiceNow errors with causes and remediation.
Encoded Query Operators
All encoded query operators used in list filters and GlideRecord.
SN Scheduled Job Cron
Common cron patterns for ServiceNow scheduled jobs.
SN Flow Trigger Reference
Every Flow trigger type with when to use.
Encoded Query Builder
Build encoded query strings from field/op/value rows. Copy into GlideRecord or list URL.
SN Table API URL
Build ServiceNow Table API REST URLs with query, fields, and pagination. Copy for cURL or REST client.
Business Rule Scaffold
Generate ServiceNow business rule script templates for before/after/async/display execution.
Client Script Scaffold
Generate ServiceNow client script templates for onLoad, onChange, onSubmit, and onCellEdit.
REST Message Builder
Generate the ServiceNow RESTMessageV2 Apex-style script for outbound REST calls.
HubSpot
HS Property Converter
Convert between HubSpot display labels and internal names (API names).
HubSpot Webhook Events
Every HubSpot CRM webhook event with when it fires.
HS Token Reference
Common personalization tokens with syntax for emails and workflows.
HubSpot API URL
Build HubSpot CRM v3 API URLs for contacts, companies, deals, tickets, and custom objects.
HS Webhook Verifier
Compute the expected signature for a HubSpot webhook payload and compare to the received value.
HS Deal Probability
Calculate weighted pipeline by multiplying deal amounts by stage probabilities. Adjust stages inline.
Dynamics 365
FetchXML Builder
Build FetchXML queries for Dataverse from field/filter inputs. Copy for use in Web API or plug-ins.
Power Fx Cheat Sheet
Common Power Fx functions for canvas apps and low-code scenarios.
D365 Web API URL
Build Dataverse Web API URLs with entity, filter, select, expand parameters.
D365 Option Sets
Common standard option sets with values across D365 entities.
Zoho
Freshworks
Freshdesk API URL
Build Freshdesk API URLs for tickets, contacts, companies. Copy for your REST client.
Freshdesk Placeholders
Common Freshdesk placeholders for email templates and canned responses.
Freshdesk SLA Calc
Calculate SLA response and resolution deadlines from ticket creation time and business hours.
Cross-CRM
CRM Field Naming Converter
Convert field names between Salesforce (__c), HubSpot (snake_case), D365 (lowercase), and Zoho (Title_Case).
CRM cURL Builder
Build a cURL command for any CRM REST API — method, URL, headers, body. Copy to terminal.
CRM Metric Calculator
Calculate key customer success metrics — churn rate, NPS, CSAT, CES — from raw survey counts.
Field Type Mapper
Field type equivalents across Salesforce, HubSpot, D365, and Zoho.
SLA Calculator
Calculate SLA attainment from counts of met/breached tickets across priority bands.
Lead Score Calculator
Design a lead scoring model — assign weights to criteria, preview score ranges, test on sample leads.
Pipeline Conversion Calc
Calculate stage-to-stage conversion rates and identify pipeline leaks from raw stage counts.
CRM Specific
Salesforce ID Converter
Convert 15-char Salesforce IDs to 18-char with checksums.
ServiceNow sys_id Inspector
Validate ServiceNow sys_id format and structure.
SOQL Formatter
Pretty-print SOQL queries with keyword casing and indent.
SQL Formatter
Format SQL with keyword casing, indent, and line-break rules.
Salesforce Formula Linter
Check Salesforce validation-rule/formula syntax and balance.
Apex Naming Convention
Check Apex class/variable names against standard conventions.
Governor Limit Estimator
Estimate SOQL/DML/heap usage against per-transaction limits.
Validation Rule Linter
Check Salesforce validation rule formulas for common mistakes.
Data Mask Generator
Mask PII (emails, phones, names) in CSV/JSON for test data.
JSON
JSON Formatter & Validator
Format, minify, and validate JSON with path-aware error messages.
JSON Minifier
Strip whitespace from JSON for compact transport.
JSON Diff
Compare two JSON documents key-by-key with added/removed/changed.
JSONPath Finder
Test JSONPath expressions against a JSON document live.
Convert
PDF to Text Extractor
Drop a PDF, extract plain text in your browser via pdf.js. The file never leaves your device. Page-by-page output.
Merge & Split PDFs
Merge multiple PDFs into one, or split one PDF into single pages. Browser-only via pdf-lib — files never upload.
JSON ↔ CSV
Round-trip between JSON arrays and CSV with dot-path keys.
CSV → JSON
Convert CSV to a JSON array with typed values and headers.
XML ↔ JSON
Bidirectional XML/JSON conversion with attribute handling.
YAML ↔ JSON
Convert between YAML and JSON. Friendly for config files.
Markdown → HTML
Render Markdown to HTML with GFM tables and code fences.
HTML → Markdown
Convert HTML back to clean Markdown for writing tools.
cURL → fetch()
Convert a cURL command to a JavaScript fetch() call.
CSV → SQL INSERT
Generate INSERT statements from CSV for quick data seeding.
Encode / Decode
JWT Decoder
Decode JWT headers, payloads, and inspect signatures.
Base64 Encode / Decode
Encode and decode Base64 with UTF-8 safety.
URL Encoder / Decoder
Percent-encode and decode URLs and form data.
HTML Entity Encoder
Escape and unescape HTML entities for safe content rendering.
Hex ↔ Text
Convert between hex bytes and UTF-8 text.
Unicode Escape
Escape and unescape Unicode sequences in strings.
Generate
JSON to TypeScript Interface
Paste JSON, get a TypeScript interface — nested types, optional fields inferred, arrays handled. Browser-only.
UUID Generator
Generate v4 UUIDs in bulk with copy-all.
Password Generator
Cryptographically secure passwords with policy options.
Password Strength
Estimate password strength with zxcvbn-style heuristics.
Lorem Ipsum
Generate placeholder text by words, sentences, or paragraphs.
Hash Generator
Generate SHA-1, SHA-256, SHA-384, SHA-512 hashes.
HMAC Generator
HMAC with SHA-256 or SHA-512 using a secret key.
OAuth Nonce / State
Generate nonces and state tokens for OAuth flows.
JWT Signer (HS256)
Sign JWTs with HS256/HS384/HS512 in the browser.
Text
Regex Tester
Test JavaScript regex with live match highlighting and groups.
Text Diff
Line-by-line diff of two text blocks with add/remove markers.
Text Case Converter
Camel, snake, kebab, Pascal, Train, and sentence case.
Slug Generator
Generate URL-safe slugs from titles with transliteration.
Character Counter
Counts characters, words, lines, sentences, reading time.
Whitespace Cleaner
Strip trailing spaces, normalize newlines, convert tabs.
String Escaper
Escape strings for JSON, SQL, JS, HTML, shell.
Time & Date
Epoch Converter
Convert Unix epoch to ISO 8601 and back with timezone.
ISO Date Converter
Parse and format ISO 8601 dates with timezone math.
Cron Expression Parser
Decode cron expressions and preview next run times.
Timezone Converter
Convert a timestamp across multiple time zones at once.
Developer
URL Parser
Parse a URL into scheme, host, path, query, and hash.
Query String Builder
Build and parse query strings with encoded key-value pairs.
HTTP Status Lookup
Look up HTTP status codes with canonical meaning and examples.
CIDR Calculator
Compute IP range, mask, first/last, and host count from CIDR.
WCAG Contrast Checker
Check color pair contrast ratio against WCAG AA/AAA.
No tools match your search. Try a different keyword.