// the find
UnofficialSF/LightningFlowComponents
A collection of unofficial Flow extensions that can be used to enhance Salesforce Flow and Orchestrator.
A community-maintained grab bag of Salesforce Flow extensions — Apex invocable actions, LWC screen components, and local actions — that fill gaps in what Salesforce ships natively. Aimed at Salesforce admins and developers who want to drag-and-drop capabilities into Flow Builder without writing custom code themselves. The UnofficialSF site provides installable managed packages for most components.
Each component is self-contained in its own directory with its own sfdx-project.json, so you can pull exactly what you need without dragging in the whole repo. Test coverage exists for most Apex actions — not just token test classes, actual assertions. The mix of Aura and LWC reflects real Salesforce org constraints rather than pretending everyone is on a clean LWC-only setup. Community contribution model has actually worked: 625 forks and recent commits in 2026 mean this isn't abandoned.
No shared library or common utilities — each sub-project is fully isolated, so there's no consistency in error handling, logging, or naming conventions across the 50+ components. The repo is a monorepo without a monorepo tool, so CI runs a single workflow against everything which doesn't scale well. Several components (CalculateBusinessHours sitting loose in the root, the OpenAIConnect action) look like drive-by contributions with minimal docs and no obvious test for the integration path. You are entirely dependent on the UnofficialSF site for the installable packages — if that site goes dark, you're building and packaging everything yourself.