···2727- **Provenance indicators** - verified build indicators for packages with npm provenance
2828- **Admin features** - org/team management, package access controls via local connector (coming soon)
29293030-### URL Compatibility
3030+### URL compatibility
31313232npmx.dev supports npm permalink patterns:
3333···4040| `/~<username>` | [`/~sindresorhus`](https://npmx.dev/~sindresorhus) |
4141| `/org/<name>` | [`/org/nuxt`](https://npmx.dev/org/nuxt) |
42424343-## Tech Stack
4343+## Tech stack
44444545- [Nuxt 4](https://nuxt.com/)
4646- [Nitro](https://nuxt.com/docs/guide/concepts/server-engine)
···4949- [npm Registry API](https://github.com/npm/registry/blob/main/docs/REGISTRY-API.md)
50505151## Try it out locally
5252+5353+I'd welcome contributions – please do feel free to poke around and improve things. Here's how you can get going locally.
52545355### Setup
5456···8385pnpm test:types
8486```
85878686-### Local Connector (CLI)
8888+### Local connector (CLI)
87898890The `cli/` workspace contains a local connector that enables authenticated npm operations from the web UI. It runs on your machine and uses your existing npm credentials.
8991···9799```
9810099101The connector will check your npm authentication, generate a connection token, and listen for requests from npmx.dev.
102102+103103+## Related projects
104104+105105+- [JSR](https://jsr.io/) - The open-source package registry for modern JavaScript and TypeScript
106106+- [npm-userscript](https://github.com/bluwy/npm-userscript) - Browser userscript with various improvements and fixes for npmjs.com
107107+- [npm-alt](https://npm.willow.sh/) - An alternative npm package browser
108108+109109+If you're building something cool, let me know! 🙏
100110101111## License
102112