This repository manages the official Flows community app registry, available at https://registry.useflows.com/community.
Community apps are applications contributed by the community and curated by Spacelift. Spacelift however does not endorse or support these apps, and they are not covered by Spacelift's quality and support policies.
Start with our community app template:
- Visit https://github.com/spacelift-io/flows-app-template
- 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 community registry:
- Fork this repository
- Create a new branch in your fork
- Create a new directory under
apps/
with your app name - Add required files:
manifest.json
- App metadata and configurationlogo.svg
orlogo.png
- App icon
- Open a pull request against the
main
branch
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
Registry synchronization is performed by Spacelift team members.
The live registry is available at https://registry.useflows.com/community