Custom Lightning components built directly into the YourPolicy production Salesforce org. Each one takes a workflow that used to require a full admin profile — editing forecast quotas, managing public group membership — and gives it to the staff who actually do the work, behind their normal Salesforce login. Authored by Claude, deployed via Flow Forge straight to production.
Loads every active forecasting user with their existing ForecastingQuota records for the current quarter, broken out across three monthly columns. Managers edit cells, see them highlight as dirty, and save the whole team at once. Quarter navigation walks backward and forward through history. Replaces the old workflow of dropping managers into Setup just to touch a quota field.
Targets the three Dave Ramsey public groups. Corporate-profile users see current members and can add or remove people without opening an IT ticket or escalating to an admin. Each add/remove writes back through Apex so DML succeeds regardless of the caller's object permissions — but the scope is membership-only, not full group admin.
Every component on this page started as a chat. Claude writes the LWC and the Apex controller, Flow Forge pushes both straight to the org via the Metadata API, and the App Page surfaces it minutes later. No change sets, no sandbox round-trips, no manual metadata uploads. The same pipe is open for the next LWC, and the one after that.
More Salesforce LWCs land here as they ship — each one designed to put a specific admin-grade action in the hands of the people who actually need it, without handing out admin profiles.