content/docs/for-app-developers/concepts/platform.md
+++ title="What is a platform?" aliases=[ "/docs/concepts/components/platform" ] weight=4 +++
A platform orchestrates builds by invoking the lifecycle binary together with buildpacks and
application source code to produce a runnable OCI image.
Examples of a platform might include:
The platform specification details what a platform does, and how it interacts with lifecycles and builders.
For the latest version of the Platform API, see releases on the spec repo.