forked from
npmx.dev/npmx.dev
[READ-ONLY]
a fast, modern browser for the npm registry
1---
2seo:
3 title: npmx.dev Documentation
4 description: A fast, modern browser for the npm registry
5---
6
7<!-- prettier-ignore-start -->
8
9::u-page-hero
10---
11title: npmx.dev
12description: A fast, modern browser for the npm registry. Speed first, URL compatible, and simple.
13links:
14- label: Get Started
15 to: /getting-started/introduction
16 color: neutral
17 size: xl
18 trailingIcon: i-lucide:arrow-right
19- label: View on GitHub
20 to: https://github.com/npmx-dev/npmx.dev
21 target: \_blank
22 color: neutral
23 size: xl
24 icon: i-simple-icons-github
25 variant: outline
26---
27::
28
29<!-- prettier-ignore-end -->
30
31::u-page-section{title="What you can do"}
32#features
33:::u-page-feature{icon="i-lucide:search" to="/guide/features" title="Search packages" description="Fast package search with instant results, infinite scroll, and keyboard navigation."}
34:::
35
36:::u-page-feature{icon="i-lucide:code" to="/guide/features" title="Browse source code" description="View package source code with syntax highlighting and permalink to specific lines."}
37:::
38
39:::u-page-feature{icon="i-lucide:link" to="/guide/url-structure" title="Use familiar URLs" description="Replace npmjs.com with npmx.dev in any URL and it just works."}
40:::
41
42:::u-page-feature{icon="i-lucide:keyboard" to="/guide/keyboard-shortcuts" title="Navigate with keyboard" description="Press / to search, . for code viewer, arrow keys to navigate results."}
43:::
44
45:::u-page-feature{icon="i-lucide:shield-check" to="/guide/features" title="Check security" description="Vulnerability warnings from OSV database and provenance indicators for verified builds."}
46:::
47
48:::u-page-feature{icon="i-lucide:moon" to="/guide/features" title="Enjoy dark mode" description="Dark mode by default for a better viewing experience."}
49:::
50::