title: “RPDev Repository” description: “Central package registry, module catalog, and distribution hub for RPDev Launcher and RPDev Feed.”
RPDev Repository
Sovereign package repository, JSON API catalogs, and module registry for the RPDev mobile application ecosystem.
██████╗ ███████╗██████╗ ██████╗
██╔══██╗██╔════╝██╔══██╗██╔═══██╗
██████╔╝█████╗ ██████╔╝██║ ██║
██╔══██╗██╔══╝ ██╔═══╝ ██║ ██║
██║ ██║███████╗██║ ╚██████╔╝
╚═╝ ╚═╝╚══════╝╚═╝ ╚═════╝
R E P O S I T O R Y
What is RPDev Repository?
RPDev Repository serves as the central index and delivery engine for:
- Module Catalog: Searchable registry of verified feed modules and launcher extensions.
- API Specifications: Live endpoints consumed by
HubModuleManagerin RPDev Feed. - JSON Schemas: Formal JSON schemas validating card payloads and module manifests.
- Binary Releases: Hosted APK downloads, checksums, and update metadata.
Live Endpoints
All repository endpoints are globally replicated across Cloudflare edge nodes with zero-downtime failover:
| Resource | Direct URL | Description |
|---|---|---|
| Master Modules Catalog | /catalog/modules.json | Complete JSON metadata for all 9 feed modules |
| Edge Feed Manifest | https://cdn.iamrp.dev/feed/modules.json | Replicated edge delivery catalog |
| Card Schema (v1) | /schemas/card-v1.schema.json | JSON schema for feed card layouts |
| Module Manifest Schema | /schemas/module-manifest.schema.json | JSON schema for module registration |
| Launcher Updates | https://cdn.iamrp.dev/launcher/updates.json | Version update tracker for RPDev Launcher |