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:

  1. Module Catalog: Searchable registry of verified feed modules and launcher extensions.
  2. API Specifications: Live endpoints consumed by HubModuleManager in RPDev Feed.
  3. JSON Schemas: Formal JSON schemas validating card payloads and module manifests.
  4. 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:

ResourceDirect URLDescription
Master Modules Catalog/catalog/modules.jsonComplete JSON metadata for all 9 feed modules
Edge Feed Manifesthttps://cdn.iamrp.dev/feed/modules.jsonReplicated edge delivery catalog
Card Schema (v1)/schemas/card-v1.schema.jsonJSON schema for feed card layouts
Module Manifest Schema/schemas/module-manifest.schema.jsonJSON schema for module registration
Launcher Updateshttps://cdn.iamrp.dev/launcher/updates.jsonVersion update tracker for RPDev Launcher

Quick Navigation