| title | Quick Start | ||
|---|---|---|---|
| description | Start using npmx.dev in seconds | ||
| navigation |
|
npmx.dev works in your browser with no installation required.
Visit npmx.dev to start browsing packages.
- Press
/to focus the search bar (or click it) - Type a package name
- Use arrow keys to navigate results
- Press
Enterto view the package
Each package page shows:
- README - Package documentation
- Versions - All published versions with release dates
- Dependencies - Required packages with version ranges
- Metadata - License, repository, maintainers, and more
- Click the Code tab or press
. - Navigate the file tree
- Click any file to view its contents with syntax highlighting
Replace npmjs.com with npmx.dev in any npm URL:
| npm URL | npmx.dev equivalent |
|---|---|
npmjs.com/package/nuxt |
npmx.dev/package/nuxt |
npmjs.com/package/@nuxt/kit |
npmx.dev/package/@nuxt/kit |
npmjs.com/~sindresorhus |
npmx.dev/~sindresorhus |
::tip Install the npmx-replace browser extension for automatic redirects from npmjs.com. ::