Use Components in Standalone Aura Apps

You can use custom Lightning web components in a standalone Aura app. Standalone apps are also called Lightning apps in the Developer Console.

The naming convention to reference a Lightning web component is <namespace:camelCaseComponentName>, which is the same as the naming convention for usage of a Lightning web component in an Aura component.

This standalone Aura app uses the myComponent Lightning web component in the default c namespace.

<!-- sampleApp.app --> <aura:application> <c:myComponent /> </aura:application>

See Also

The Summer '25 guide is now live

Looking for the Component Reference? Go to https://developer.salesforce.com/docs/component-library/.