Lightning Platform
The Lightning Platform (formerly Force.com) is the application development platform that powers all of Salesforce. It provides the infrastructure for building, deploying, and running custom applica…
Definition
The Lightning Platform (formerly Force.com) is the application development platform that powers all of Salesforce. It provides the infrastructure for building, deploying, and running custom applications with tools like the Lightning App Builder, Apex, Lightning Web Components, and a robust set of APIs. All Salesforce products are built on this platform.
In plain English
“Here's a simple way to think about it: the Lightning Platform is what Salesforce is, when you strip away the products. Multi-tenant database, Lightning UI framework, Apex runtime, Lightning Web Components, integration APIs - every Salesforce product is built on it.”
Worked example
A nonprofit builds a custom grant management application entirely on the Lightning Platform. They use custom objects for Grant Applications and Disbursements, Flow for the approval process, Lightning Web Components for a custom applicant portal, and standard reporting for board dashboards. The entire application was built and deployed in eight weeks without any external infrastructure.
Why the Lightning Platform is what Salesforce is, when you strip away the products
Sales Cloud, Service Cloud, Marketing Cloud, Industry Clouds - each is a Salesforce product, but each is built on the same underlying foundation. Lightning Platform (formerly Force.com) is that foundation. The metadata-driven architecture, the multi-tenant database, the Lightning UI framework, the Apex runtime, the Lightning Web Components model, the integration APIs - every Salesforce product inherits from this platform, and every custom application built on Salesforce extends it.
The reason this matters even when you're not building from scratch is that platform-vs-product determines what's portable. A Sales Cloud-specific feature stays in Sales Cloud; a Lightning Platform feature is available regardless of which Salesforce products you've licensed. Knowing the difference helps with architectural decisions, license rationalization, and the perpetual question of how much custom development is worth versus how much should ride on platform capabilities.
How organizations use Lightning Platform
Architectural decisions distinguish Lightning Platform features (portable across products) from Cloud-specific features (locked in).
Custom apps built on Lightning Platform survive Cloud edition changes; the apps don't depend on Sales-Cloud-specific features.
Integration architecture treats Lightning Platform as the foundation; Cloud-specific integrations layer on top.
Trust & references
Straight from the source - Salesforce's reference material on Lightning Platform.
- Create Lightning AppsSalesforce Help
Test your knowledge
Q1. What does Lightning Platform represent in the Salesforce Platform?
Q2. What architecture concept is Lightning Platform an example of?
Q3. How does Salesforce's multi-tenant model affect Lightning Platform?
Discussion
Loading discussion…