Tools that talk to your own org
Six browser tools built by the engineers who write the guides. Connect an org with OAuth when a tool needs live metadata — or use the offline ones without connecting anything.
SOQL Query Builder
Live orgBuild SOQL queries visually, browse objects and fields from your live Salesforce org.
Apex Log Analyzer
File uploadParse and visualize Apex debug logs — governor limits, execution timeline, SOQL and DML breakdown.
Schema ERD Viewer
Live orgVisualize Salesforce object relationships as interactive ERD diagrams. Export as PNG, SVG, or PDF.
JSON to Apex
OfflinePaste JSON and generate Salesforce Apex wrapper classes with type detection, parse methods, and test classes.
Permission Comparator
Live orgCompare any two Profiles or Permission Sets side-by-side — object CRUD, field-level security, system permissions, and more.
CRON Expression Builder
OfflineBuild Salesforce CRON expressions visually for System.schedule(). Preview next run times, copy Apex code.
Nothing that belongs to your org
Tools that need live metadata authenticate through Salesforce OAuth. The access token is session-scoped and held in the browser tab — it is never written to our database, and the proxy that relays API calls keeps no copy of the response.
The proxy exists only because Salesforce does not send CORS headers for the REST API, so a browser cannot call it directly.