forked from
npmx.dev/npmx.dev
[READ-ONLY]
a fast, modern browser for the npm registry
title: Quick Start description: Start using npmx.dev in seconds navigation: icon: i-lucide:zap#
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 |
::tip Install the npmx-replace browser extension for automatic redirects from npmjs.com. ::