This repository manages the official Flows core app registry, available at https://registry.useflows.com/core.
Core apps are applications directly authored and supported by Spacelift.
Start with our core app template:
- Visit https://github.com/spacelift-io/flows-app-template-core
- Follow the template instructions to create your app
Once your app is ready:
- Follow the template's publishing guide
- Ensure at least one version is successfully published
To include your app in the core registry:
- Create a new branch in this repository
- Create a new directory under
apps/with your app name - Add required files:
manifest.json- App metadata and configurationlogo.svgorlogo.png- App icon
- Open a pull request against the
mainbranch
Look at existing apps in the apps/ directory for examples.
The registry requires manual synchronization after changes are made:
- Run the "Generate registry" workflow from the Actions tab
- This will:
- Process app manifests from the
apps/directory - Upload icons to cloud storage
- Generate and publish the registry index
- Process app manifests from the
The live registry is available at https://registry.useflows.com/core