This repository holds various examples that showcases Screenly’s features and API.
If you are not familiar with Edge Apps, we suggest you review our developer documentation.
To scaffold a new Edge App, run the following from the edge-apps/ directory:
bun create edge-app-template --no-git <your-app-name>
This generates a new app with TypeScript, the Screenly design system, manifest files, and all standard scripts pre-configured. See edge-apps/README.md for full details.
The Playground also offers an Edge Apps library that contains utilities for building Edge Apps including helper functions.
Details on how to use the library can be found in this guide.