UI Examples
Foundry provides UI examples and starter templates to accelerate development.
Starter templates
Section titled “Starter templates”When creating a new UI extension or page with the Foundry CLI, you can choose from starter templates:
foundry ui generate --type extension --socket dashboard.detectionTemplates include pre-configured project structures with:
- HTML scaffold
- JavaScript/TypeScript boilerplate
- Socket context data bindings
foundry-jslibrary integration- Development server configuration
Live examples
Section titled “Live examples”The Falcon console includes live, interactive examples demonstrating common UI patterns:
| Example | Description |
|---|---|
| Detection panel | Enriches detection details with external data |
| Host summary tab | Displays custom host information in a new tab |
| Incident sidebar | Shows related threat intelligence in the incident sidebar |
| Custom page | Full-page app with navigation, data tables, and charts |
Access live examples from Foundry > App manager > Examples in the Falcon console.
UI Kit
Section titled “UI Kit”Foundry provides a component library for building consistent UI experiences that match the Falcon console design language. See UI Kit for the component reference.