Skip to content

UI Examples

Foundry provides UI examples and starter templates to accelerate development.

When creating a new UI extension or page with the Foundry CLI, you can choose from starter templates:

Terminal window
foundry ui generate --type extension --socket dashboard.detection

Templates include pre-configured project structures with:

  • HTML scaffold
  • JavaScript/TypeScript boilerplate
  • Socket context data bindings
  • foundry-js library integration
  • Development server configuration

The Falcon console includes live, interactive examples demonstrating common UI patterns:

ExampleDescription
Detection panelEnriches detection details with external data
Host summary tabDisplays custom host information in a new tab
Incident sidebarShows related threat intelligence in the incident sidebar
Custom pageFull-page app with navigation, data tables, and charts

Access live examples from Foundry > App manager > Examples in the Falcon console.

Foundry provides a component library for building consistent UI experiences that match the Falcon console design language. See UI Kit for the component reference.