Free Salesforce dev tools
Each tool runs entirely in your browser. No login, no OAuth, no data leaves your machine. Bookmark the ones you keep coming back to.
15 → 18 Salesforce ID Converter
Convert case-sensitive 15-character Salesforce IDs to the case-insensitive 18-character form. Paste one per line for batch mode.
Label → API Name Converter
Turn a field or object label into a clean Salesforce API name. Get PascalCase, snake_case, and the auto-derived API name with the `__c` suffix.
SOQL Formatter
Pretty-print SOQL: line-break before each clause, indent subqueries, optionally uppercase keywords.
SOQL → Apex String Literal
Wrap a SOQL query as a paste-ready Apex string literal: handles single-quote and backslash escaping for you.
Apex Formatter
Re-indent Apex by curly-brace depth and (optionally) uppercase keywords. Quick clean-up for code copied out of dev console.
Salesforce Cron Builder
Build a Salesforce-flavor (Quartz) cron expression with presets, then preview the next 5 fire times.
JSON → Apex DTO Generator
Generate Apex inner classes from a JSON sample. Each nested object becomes its own class; array element types are inferred.
