OAuth into your Salesforce org. Click Install All. Open Lightning App Builder and drag the components onto a record page. That's it. No connected app to configure. No metadata wrangling. No "this works on my machine."
Uses OAuth 2.0 with PKCE. We never see your password. The session cookie holds your token for 8 hours; nothing is persisted server-side.
4 production-grade Lightning Web Components, ready to drop on Account / Opportunity / Contact / Lead / Case record pages. Every inference call routes through the Bugs SF Proxy, which sits on top of the Salesforce Models API (Trust Layer ON โ PII masking, audit trail, toxicity scoring).
Three-bullet AI summary of the current record. Reads every field via @wire(getRecord), sends to Claude Opus 4.7, renders in an SLDS card.
Generates a record-grounded outreach email. Editable subject + body in-place. One-click copy to clipboard.
Top 3 AI-ranked next steps with reasoning, grounded in the record's current state.
Suggests fills for empty fields based on the rest of the record. Confidence-scored. Never saves โ suggestions only.
โโโโโโโโโโโโโโโโโโโโโโโโ โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ โโโโโโโโโโโโโโโโโโโโโโโโโโโ
โ YOUR Salesforce org โ โโโโบ โ Bugs Demo Installer (Heroku)โ โโโโบ โ Bugs SF Proxy (Heroku) โ
โ (OAuth web flow) โ โ - OAuth2 PKCE โ โ - OpenAI-compat API โ
โ any AE, any org โ โ - Builds MDAPI zip โ โ - Salesforce Models API โ
โ โ โโโโ โ - POST /deployRequest โ โ - Trust Layer ON โ
โ 4 LWCs + RSS + CSP โ โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ โโโโโโโโโโโโโโโโโโโโโโโโโโโ
โโโโโโโโโโโโโโโโโโโโโโโโ โฒ
โ
โโโโโโโโโโโโโโโดโโโโโโโโโโโโโ
โ Installed LWCs call this โ
โ at runtime from your org โ
โโโโโโโโโโโโโโโโโโโโโโโโโโโโ
One connected app in Amin's org issues the OAuth code. Tokens belong to your user; metadata writes go to your org via the standard REST Metadata API. The connected-app pain Andy called out? Solved exactly once, here, for everyone.
git push heroku main. You just shipped a one-click installer for whatever you want to demo next.