We are building a community-driven ecosystem where users share tools that empower everyone. This guide covers how to submit your built Clip to the store.
- Create and build your app using the Development Guide.
- Ensure you have your generated
.rlybundle and high-quality screenshots.
Fork this repository and create a new branch for your app.
Place your files in their dedicated directories:
- Bundles:
clips/rly/your-app.rly - Icons:
clips/assets/your-app-icon.png - Screenshots:
clips/assets/screenshots/...
Update store.json by adding your entry to the apps array. Ensure your downloadUrl and iconUrl point to your raw GitHub assets on your fork (or the main repo once merged).
{
"bundleId": "com.author.appname",
"name": "App Name",
"description": "Powerful tool for...",
"version": "1.0.0",
"sizeBytes": 204800,
"downloadUrl": "...",
"iconUrl": "...",
"author": "Your Name",
"category": "Utilities",
"license": "MIT"
}Submit your PR with a clear description and screenshots of the app in action.
- Size: Bundles should remain optimized (ideally < 5MB).
- Offline: Basic functionality must work without a Helper connection.
- Power: Use the Helper bridge for heavy lifting—don't overload the mobile CPU.
Together we empower mobile devices with the soul of a desktop.