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.
Apex & SOQL Formatter
Re-indent Apex by curly-brace depth, or pretty-print a standalone SOQL query. Auto-detects which one you pasted.
Runs in your browserJSON → Apex DTO Generator
Generate Apex inner classes from a JSON sample. Each nested object becomes its own class; array element types are inferred.
Runs in your browserSalesforce Org Organizer
Save your Salesforce orgs as visual thumbnails grouped by category and one-click into any of them - OAuth-first with optional username/password.
Sign-in requiredSalesforce 15 to 18 Character ID Converter
Convert case-sensitive 15-character Salesforce record IDs to their case-safe 18-character form, in bulk. Paste one ID per line.
Runs in your browserSalesforce Label to API Name Converter
Turn a human-readable field or object label into the API name Salesforce would generate, plus the custom (__c) suffix and PascalCase / snake_case variants.
Runs in your browserSalesforce CRON Expression Builder
Build a Salesforce System.schedule CRON expression field by field, preview the next five fire times, and start from common presets.
Runs in your browserSOQL Query Formatter
Pretty-print a SOQL query with each clause on its own line and subqueries indented, with optional uppercase keywords and a 2- or 4-space indent.
Runs in your browserSOQL to Apex Query Converter
Turn a SOQL query into ready-to-paste Apex: an inline [SELECT ...] assignment, or a Database.query() call with the string safely escaped.
Runs in your browser