Getting Started
Quick Start
Start using npmx.dev in seconds
npmx.dev works in your browser with no installation required.
Open npmx.dev
Visit npmx.dev to start browsing packages.
Search for a package
- Press
/to focus the search bar (or click it) - Type a package name
- Use arrow keys to navigate results
- Press
Enterto view the package
View package details
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
Browse source code
- Click the Code tab or press
. - Navigate the file tree
- Click any file to view its contents with syntax highlighting
Use npm URLs
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 |
Install the npmx-replace browser extension for automatic redirects from npmjs.com.