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
- Treat package
registry.jsonfiles as package metadata, not App or Ecosystem entity truth. - Visit
/dev/registryand copy the payload. - Use that JSON for public projection and parity checks only.