Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/content/1.getting-started/1.introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ navigation:
icon: i-lucide:house
---

npmx.dev provides a better way to browse the npm registry.
npmx.dev is a fast, modern way to browse the npm registry.

## What is npmx.dev?

npmx.dev is a fast, modern browser for the npm registry. It doesn't aim to replace [npmjs.com](https://www.npmjs.com/), but provides a better UI and developer experience for browsing packages, viewing documentation, and exploring code.
npmx.dev is a fast, modern browser for the npm registry, focused on a great developer experience for browsing packages, viewing documentation, and exploring code.
Copy link
Contributor

@graphieros graphieros Mar 16, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The start of the sentence repeats line 8

Suggestion, just synonyms: Engineered for browsing performance and modern usability for the npm registry... (or something to that end)


## What you can do

Expand Down
12 changes: 6 additions & 6 deletions i18n/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -920,19 +920,19 @@
"about": {
"title": "About",
"heading": "about",
"meta_description": "npmx is a fast, modern browser for the npm registry. A better UX/DX for exploring npm packages.",
"meta_description": "npmx is a fast, modern browser for the npm registry. A great UX/DX for exploring npm packages.",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would propose epithets like 'refined', 'seamless' instead of 'great'

"what_we_are": {
"title": "What we are",
"better_ux_dx": "better UX/DX",
"better_ux_dx": "great UX/DX",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same here

"admin_ui": "admin UI",
"description": "npmx is a {betterUxDx} for the npm package registry and tooling. We provide a fast, modern interface for exploring packages, with features like dark mode, keyboard navigation, code browsing, and connections to alternative registries like {jsr}.",
"admin_description": "We also aim to provide a better {adminUi} for managing your packages, teams, and organizations — all from the browser, powered by your local npm CLI."
"description": "npmx is a {betterUxDx} for the npm package registry and tooling. We strive to provide a fast, modern interface for exploring packages, with features like dark mode, keyboard navigation, code browsing, and connections to alternative registries like {jsr}.",
"admin_description": "We also aim to provide a great {adminUi} for managing your packages, teams, and organizations — all from the browser, powered by your local npm CLI."
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same here

},
"what_we_are_not": {
"title": "What we're not",
"not_package_manager": "Not a package manager.",
"not_registry": "Not a registry.",
"registry_description": "We don't host packages. We're just a better way to browse them.",
"registry_description": "We don't host packages. We're just a fast, modern way to browse them.",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we can drop the 'just' to make the sentence more catchy

"package_managers_exist": "{already} {people} {building} {really} {cool} {package} {managers}.",
"words": {
"already": "There are",
Expand Down Expand Up @@ -969,7 +969,7 @@
"title": "Get involved",
"contribute": {
"title": "Contribute",
"description": "Help us build a better npm experience.",
"description": "Help us build the npm experience we all want.",
"cta": "View on GitHub"
},
"community": {
Expand Down
10 changes: 5 additions & 5 deletions i18n/locales/fr-FR.json
Original file line number Diff line number Diff line change
Expand Up @@ -903,19 +903,19 @@
"about": {
"title": "À propos",
"heading": "à propos",
"meta_description": "npmx est un navigateur rapide et moderne pour le registre npm. Une meilleure UX/DX pour explorer les paquets npm.",
"meta_description": "npmx est un navigateur rapide et moderne pour le registre npm. Une excellente UX/DX pour explorer les paquets npm.",
"what_we_are": {
"title": "Ce que nous sommes",
"better_ux_dx": "meilleure UX/DX",
"better_ux_dx": "excellente UX/DX",
"admin_ui": "interface d'administration",
"description": "npmx est une {betterUxDx} pour le registre npm et ses outils. Nous fournissons une interface rapide et moderne pour explorer les paquets, avec des fonctionnalités comme le mode sombre, la navigation au clavier, la visualisation du code, et des connexions à des registres alternatifs comme {jsr}.",
"admin_description": "Nous visons également à fournir une meilleure {adminUi} pour gérer vos paquets, équipes et organisations — le tout depuis le navigateur, alimenté par votre CLI npm local."
"admin_description": "Nous visons également à fournir une excellente {adminUi} pour gérer vos paquets, équipes et organisations — le tout depuis le navigateur, alimenté par votre CLI npm local."
},
"what_we_are_not": {
"title": "Ce que nous ne sommes pas",
"not_package_manager": "Nous ne sommes pas un gestionnaire de paquets.",
"not_registry": "Nous ne sommes pas un registre.",
"registry_description": "Nous n'hébergeons pas de paquets. Nous sommes juste une meilleure façon de les explorer.",
"registry_description": "Nous n'hébergeons pas de paquets. Nous sommes une façon rapide et moderne de les explorer.",
"package_managers_exist": "{already} {people} {building} {managers} {package} {really} {cool}.",
"words": {
"already": "Il y a",
Expand Down Expand Up @@ -952,7 +952,7 @@
"title": "Participer",
"contribute": {
"title": "Contribuer",
"description": "Aidez-nous à créer une meilleure expérience npm.",
"description": "Aidez-nous à créer l'expérience npm que nous voulons tous.",
"cta": "Voir sur GitHub"
},
"community": {
Expand Down
Loading