···8899## Goals
10101111-We want to create 'a fast, modern browser for the npm registry for power users.' This means, among other things:
1111+We want to create 'a fast, modern browser for the npm registry.' This means, among other things:
12121313- We don't aim to replace the [npmjs.com](https://www.npmjs.com/) registry, just provide a better UI and DX.
1414-- Layout shift, flakiness, slowness is The Worst. We need to continually iterate to create the most performant, best DX for power users.
1414+- Layout shift, flakiness, slowness is The Worst. We need to continually iterate to create the most performant, best DX possible.
1515- We want to provide information in the best way. We don't want noise, cluttered display, or confusing UI. If in doubt: choose simplicity.
16161717## Getting started
+2-2
README.md
···11# npmx.dev
2233-> A fast, modern browser for the npm registry for power users.
33+> A fast, modern browser for the npm registry.
4455<p align="center">
66 <a href="https://npmx.dev/">
···12121313## Vision
14141515-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.
1515+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.
16161717- **Speed first** – Layout shift, flakiness, slowness is The Worst. Fast searching, filtering, and navigation.
1818- **URL compatible** – Replace `npmjs.com` with `xnpmjs.com` or `npmx.dev` in any URL and it just works.
+2-2
nuxt.config.ts
···3333 site: {
3434 url: 'https://npmx.dev',
3535 name: 'npmx',
3636- description: 'A fast, accessible npm package browser for power users',
3636+ description: 'A fast, modern browser for the npm registry',
3737 },
38383939 routeRules: {
···102102 manifest: {
103103 name: 'npmx',
104104 short_name: 'npmx',
105105- description: 'A fast, accessible npm package browser for power users',
105105+ description: 'A fast, modern browser for the npm registry',
106106 theme_color: '#0a0a0a',
107107 background_color: '#0a0a0a',
108108 },