Apex classes, LWC components, SOQL queries, debug logs — all from a Chrome extension. No server, no CLI, no setup.
There is no server between you and Salesforce. Your browser talks directly to Salesforce APIs over HTTPS. Your data never touches a third party.
The extension reuses your existing Salesforce session. It never asks for your password, never stores a token to disk, and never phones home.
Install the Chrome extension, navigate to any Salesforce org, click the icon. You're working in under ten seconds.
Every line of code is public on GitHub under the MIT license. Audit it, fork it, contribute to it. No black boxes, no hidden behaviour.
Every workflow below runs in your existing Salesforce session. Nothing leaves your browser.
Stream live logs from your org with syntax highlighting, governor-limit warnings, and one-click jumps from stack traces back to the offending Apex line.
Browse and search your entire org's metadata from a single sidebar. Filter by type, fuzzy-search across files, and open any item directly in the editor.
Execute single tests or full classes from the file tree. Coverage and timings appear inline; failed assertions link straight back to the test method.
Visualise decision branches, loops, and side-effects of any Flow XML. Trace which records get touched, which Apex gets invoked, where the bottlenecks are.
Hit save and the right deployment strategy runs for the metadata type — Tooling API for Apex, Metadata API for LWC and Aura. Validation and tests are one click away.
Edit HTML, JavaScript, or CSS for any LWC and the preview pane updates instantly. No deploy required to iterate on layout, styling, or wire-adapter logic.
No server infrastructure. No data collection. No elevated privileges. Just a Chrome extension that respects your environment.