The SF Explorer is an app I created to analyze any Salesforce instance. The SF Explorer will be available to Salesforce users on the App Exchange. I created two themes for the app, a dark and a light theme. The app is responsive and dynamically creates the analysis tables and visualizations based on the object query. I used jsForce and Describe Queries to query the meta data efficiently without hitting SOQL limits.
Force Directed Graph of queried object and it's relationships. I used D3.js to create the visualizations which load instantly and dynamically based on the query.
Dark Theme for SF Explorer
Back to Top