An open API service indexing awesome lists of open source software.

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

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.