Developer Docs

Directory Projection Access

FireUX exposes an allowlisted public App and Ecosystem directory. The old mixed Firestore registry API is retired.

Where to grab the data

Use the dedicated Dev Tool at /dev/registry to copy the combined apps and ecosystems projection. It calls /api/directory and exposes the response as a formatted JSON block with a copy helper.

Why split docs vs. tools?

  • Developer pages stay focused on explanations and onboarding.
  • Dev tools favor pragmatic JSON blocks, clipboard buttons, and raw data.
  • Linking the two keeps context close without mixing formats.

Workflow reminder

  1. Treat package registry.json files as package metadata, not App or Ecosystem entity truth.
  2. Visit /dev/registry and copy the payload.
  3. Use that JSON for public projection and parity checks only.