Where to grab the data
Use the dedicated Dev Tool at /dev/registry to copy the combined modules, apps, and ecosystems payload. It calls the /api/registry endpoint 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
- Sync each package's
registry.jsonviapnpm registry:register. - Visit
/dev/registryand copy the payload. - Use that JSON for seed scripts, consoles, or parity checks.