https://github.com/epilot-dev/app-component-examples
This repository provides examples and guides for building components for epilot applications
https://github.com/epilot-dev/app-component-examples
Last synced: 10 months ago
JSON representation
This repository provides examples and guides for building components for epilot applications
- Host: GitHub
- URL: https://github.com/epilot-dev/app-component-examples
- Owner: epilot-dev
- Created: 2025-07-21T13:05:56.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-08-13T11:47:47.000Z (10 months ago)
- Last Synced: 2025-08-13T13:27:50.865Z (10 months ago)
- Language: TypeScript
- Size: 175 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# App Component Examples
With epilot Apps you can extend the functionality of the epilot platform by building & registering components.
For a deep dive check out the [Apps documentation](https://docs.epilot.io/apps/).
This repo contains example apps that you can use as a starting point for your own apps.
Right now there the repository contains these sections:
- [Custom Journey Action](apps/custom-journey-action): An example how to create a custom journey block with React and webcomponents.
- [Custom Capability](apps/custom-capability): An example of a custom capability to extend entity details with your own UI.
- [Surface](apps/surface): An example of a custom surface that can be used in the epilot platform.
- [Custom Action SST](apps/custom-action-sst): An example of a custom action that can be used in automations with SST.