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 509343a060..29eefd711e 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.
@@ -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',
},