[READ-ONLY] a fast, modern browser for the npm registry
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

docs: link out!

+13 -3
+13 -3
README.md
··· 27 27 - **Provenance indicators** - verified build indicators for packages with npm provenance 28 28 - **Admin features** - org/team management, package access controls via local connector (coming soon) 29 29 30 - ### URL Compatibility 30 + ### URL compatibility 31 31 32 32 npmx.dev supports npm permalink patterns: 33 33 ··· 40 40 | `/~<username>` | [`/~sindresorhus`](https://npmx.dev/~sindresorhus) | 41 41 | `/org/<name>` | [`/org/nuxt`](https://npmx.dev/org/nuxt) | 42 42 43 - ## Tech Stack 43 + ## Tech stack 44 44 45 45 - [Nuxt 4](https://nuxt.com/) 46 46 - [Nitro](https://nuxt.com/docs/guide/concepts/server-engine) ··· 49 49 - [npm Registry API](https://github.com/npm/registry/blob/main/docs/REGISTRY-API.md) 50 50 51 51 ## Try it out locally 52 + 53 + I'd welcome contributions &ndash; please do feel free to poke around and improve things. Here's how you can get going locally. 52 54 53 55 ### Setup 54 56 ··· 83 85 pnpm test:types 84 86 ``` 85 87 86 - ### Local Connector (CLI) 88 + ### Local connector (CLI) 87 89 88 90 The `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. 89 91 ··· 97 99 ``` 98 100 99 101 The connector will check your npm authentication, generate a connection token, and listen for requests from npmx.dev. 102 + 103 + ## Related projects 104 + 105 + - [JSR](https://jsr.io/) - The open-source package registry for modern JavaScript and TypeScript 106 + - [npm-userscript](https://github.com/bluwy/npm-userscript) - Browser userscript with various improvements and fixes for npmjs.com 107 + - [npm-alt](https://npm.willow.sh/) - An alternative npm package browser 108 + 109 + If you're building something cool, let me know! 🙏 100 110 101 111 ## License 102 112