Prox OS Docs
Product

App Store Collections

The Próx OS App Store is an App Store, App Incubator, Template Gallery, Space Gallery, Data Source Catalog, and AI Workflow entry in one surface.

The Próx OS App Store is an App Store, App Incubator, Template Gallery, Space Gallery, Data Source Catalog, and AI Workflow entry in one surface.

The store should make a user understand that Próx OS is not just opening apps. It is incubating connected workspaces that can bring external information into structured views, AI context, permissions, workflows, and future public Spaces.

Collection Priority

PriorityCollectionUser Promise
1Information RadarTurn outside signals into radars, inboxes, digests, and comparison boards.
2Developer WorkspaceBring repos, architecture, issues, docs, releases, prompts, and review work into one control surface.
3AI ContextPrepare safe, scoped, reusable context for agents and models.
4Cloud ConsoleTrack cloud dashboards, deploys, domains, uptime, cost, analytics, and incidents.
5Data HubUnderstand where data lives, what is canonical, what is backed up, and what can be exported.
6AutomationTurn information into workflows, notifications, webhooks, sync recipes, and agent tasks.
7Learning & ResearchManage papers, videos, courses, reading queues, citations, and learning timelines.
8PublishingTurn internal notes, projects, dashboards, and spaces into public output.
9Community SpacesPublish, clone, remix, and showcase public project/data/app workspaces.
10Personal Command CenterGive the user a daily operating surface for inbox, tasks, GitHub, RSS, cloud alerts, AI tasks, and review.

Collection To Platform Mapping

App CollectionUser UnderstandingMain Platform Layers
Information Radar AppsTurn external information into tables, cards, radars, and digests.Source, Information, Knowledge, View
Developer Workspace AppsManage repos, architecture, issues, docs, prompts, and reviews.Source, Knowledge, Workflow, View
AI Context AppsPrepare safe context for AI.Knowledge, Permission, Workflow, App Runtime
Cloud Console AppsManage Cloudflare, GitHub, Neon, deployments, monitoring, and incidents.Source, View, Workflow
Data Hub AppsShow where data lives, what is canonical, and what can be deleted or exported.Source, Permission, View, Publishing
Automation AppsTrigger tasks, webhooks, agents, sync rules, and cleanup routines.Workflow, Permission, Source
Learning & Research AppsManage courses, papers, videos, RSS, and research material.Information, Knowledge, View
Publishing AppsPublish internal material as sites, posts, portfolios, feeds, or showcases.Publishing, Knowledge, Permission
Community Spaces AppsShow public spaces, templates, clone/remix, and project galleries.Publishing, App Runtime, View
Personal Command Center AppsShow what to read, do, process, and review today.Information, Workflow, View, Permission

App collections are user and market categories. Platform layers are architecture and developer ecosystem capabilities. The App Store displays collections; architecture docs capture platform capabilities; future developer docs should expose capability APIs.

Space Model

A Prox Space is a public or private project, data, or app workspace. It can eventually bundle:

  • Apps and templates.
  • README or project narrative.
  • Data sources and sync state.
  • AI context and permission scopes.
  • Dashboard, table, timeline, graph, or gallery views.
  • Publish, clone, remix, and badge metadata.

This is roadmap capability, not a completed publishing system. The current App Store UI should reserve space for these flows without pretending they are already live.

Current UI Implementation

The current App Store app lives in packages/os-apps/src/apps/app-store.

Implementation shape:

  • data/appStoreCatalog.ts owns collection, Space template, platform capability, and roadmap teaser fixtures.
  • types.ts defines catalog types separately from shell runtime manifest types.
  • components/* renders hero, featured apps, collection tabs, cards, Space templates, platform capability summary, and roadmap teaser.
  • AppStoreApp.tsx enriches catalog items with the runtime registry snapshot so only real registered apps can open.

This split is deliberate: the runtime registry is operational truth, while the store catalog is product incubation inventory.

On this page