From 2f9fa3e20e820a41d3cfcfbcb9e6379876eae69d Mon Sep 17 00:00:00 2001
From: patak <583075+patak-dev@users.noreply.github.com>
Date: Sun, 25 Jan 2026 13:44:34 +0100
Subject: [PATCH 1/2] Drop for power users
Removed 'for power users' from the description.
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index b481be5eae..865109a70f 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# npmx.dev
-> A fast, modern browser for the npm registry for power users.
+> A fast, modern browser for the npm registry.
From 250976408b178fd0914eff4c5721382f4fbc96b4 Mon Sep 17 00:00:00 2001
From: patak-dev
Date: Sun, 25 Jan 2026 13:52:12 +0100
Subject: [PATCH 2/2] chore: update
---
CONTRIBUTING.md | 4 ++--
README.md | 2 +-
nuxt.config.ts | 4 ++--
3 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 28633cdc31..0d8568ac87 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -8,10 +8,10 @@ Thank you for your interest in contributing! ❤️ This document provides guide
## Goals
-We want to create 'a fast, modern browser for the npm registry for power users.' This means, among other things:
+We want to create 'a fast, modern browser for the npm registry.' This means, among other things:
- We don't aim to replace the [npmjs.com](https://www.npmjs.com/) registry, just provide a better UI and DX.
-- Layout shift, flakiness, slowness is The Worst. We need to continually iterate to create the most performant, best DX for power users.
+- Layout shift, flakiness, slowness is The Worst. We need to continually iterate to create the most performant, best DX possible.
- We want to provide information in the best way. We don't want noise, cluttered display, or confusing UI. If in doubt: choose simplicity.
## Getting started
diff --git a/README.md b/README.md
index 865109a70f..6244b3a47e 100644
--- a/README.md
+++ b/README.md
@@ -12,7 +12,7 @@
## Vision
-The aim of [npmx.dev](https://npmx.dev) is to provide a better browser for the npm registry – fast, accessible, and designed for power users. We don't aim to replace the [npmjs.com](https://www.npmjs.com/) registry, just provide a better UI and DX.
+The aim of [npmx.dev](https://npmx.dev) is to provide a better browser for the npm registry – fast, modern, and accessible. We don't aim to replace the [npmjs.com](https://www.npmjs.com/) registry, just provide a better UI and DX.
- **Speed first** – Layout shift, flakiness, slowness is The Worst. Fast searching, filtering, and navigation.
- **URL compatible** – Replace `npmjs.com` with `xnpmjs.com` or `npmx.dev` in any URL and it just works.
diff --git a/nuxt.config.ts b/nuxt.config.ts
index c4288ee130..1d1c6db9c2 100644
--- a/nuxt.config.ts
+++ b/nuxt.config.ts
@@ -33,7 +33,7 @@ export default defineNuxtConfig({
site: {
url: 'https://npmx.dev',
name: 'npmx',
- description: 'A fast, accessible npm package browser for power users',
+ description: 'A fast, modern browser for the npm registry',
},
routeRules: {
@@ -102,7 +102,7 @@ export default defineNuxtConfig({
manifest: {
name: 'npmx',
short_name: 'npmx',
- description: 'A fast, accessible npm package browser for power users',
+ description: 'A fast, modern browser for the npm registry',
theme_color: '#0a0a0a',
background_color: '#0a0a0a',
},