Skip to content

Commit b06e53e

Browse files
committed
feat: add crystal chronicle blog post
1 parent b4d48d2 commit b06e53e

3 files changed

Lines changed: 106 additions & 0 deletions

File tree

Lines changed: 106 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,106 @@
1+
---
2+
authors:
3+
- name: Alex Savelyev
4+
blueskyHandle: alexdln.com
5+
- name: Willow (GHOST)
6+
blueskyHandle: willow.sh
7+
- name: Matias Capeletto
8+
blueskyHandle: patak.cat
9+
title: 'npmx crystal chronicle'
10+
tags: ['OpenSource', 'Release']
11+
excerpt: '100 days, 100K visitors, npmx v11, and dozens of new features shaping the future of developer tooling'
12+
date: '2026-05-13'
13+
slug: 'release/crystal-chronicle'
14+
image: 'https://npmx.dev/blog/og/release-crystal-chronicle.png'
15+
description: '100 days, 100K visitors, npmx v11, and dozens of new features shaping the future of developer tooling'
16+
draft: false
17+
---
18+
19+
# npmx 0.11 crystal chronicle
20+
21+
Hard to believe we started [npmx](https://npmx.dev) 100 days ago, and now more than 100K monthly visitors are using the tool. By GitHub contributors, we’re [the fastest-growing emerging open source organizations](osscar.dev). It seems like a good moment for another release. We’re happy to share that npmx 0.11 is out! For many of us, it feels as though both the product and the community building it have always been there. But a few months ago, the idea of a new browser for [npmjs.com](https://npmjs.com/) wasn’t even on the table. This past month, npmx continued improving towards a beta milestone, focusing on performance, accessibility, and stability. But the number of new features added in npmx [0.9], [0.10], [0.11] isn’t slowing down. We’ll walk through them in the post.
22+
23+
Over the past months, we all felt empowered by seeing npmx take off and the reaction from the ecosystem. It makes a huge difference in our lives as maintainers to use tools we can fix and extend. We have a new shared commons where we can share ideas and implement features to improve how we work. Not only for ourselves, but for everyone else, too.
24+
25+
![image.png](/blog/og/release-crystal-chronicle.png)
26+
27+
We had many conversations, encouraged by npmx’s success, about what else we could do for the web. Some of these ideas are shaping into new sister projects, explorations that may eventually return as npmx features. It’s a great time to get involved. Let’s keep building together.
28+
29+
## What’s new?
30+
31+
Together, we’ve become a truly large service, and to keep the user experience higher-quality and more predictable, we’ve switched to planned [milestone releases](https://github.com/orgs/npmx-dev/projects/1). Each milestone includes several [releases or hotfixes](https://github.com/npmx-dev/npmx.dev/releases), and each release is assembled separately. When a milestone is completed, we’ll share in our [blog](https://npmx.dev/blog) the most important changes in the project and the community.
32+
33+
### Timeline tab
34+
35+
When it comes to growth, one of the most important metrics is change rather than absolute values. It shows how the project or package is evolving and in what direction. To make this analysis easier, we added a Timeline tab that shows not only versions, but also the key changes that happened in each of them.
36+
37+
<BlueskyPostEmbed url="https://bsky.app/profile/graphieros.npmx.social/post/3mllmom2zfk2v" />
38+
39+
### Scatter with selectable axis
40+
41+
The community has always been a key part of npmx. And we’re incredibly excited to work together to create the perfect experience. In the last release, we added a package comparison chart with the scoring system. This chart, given the specific nature of any comparison, received a lot of feedback from the community. To make the experience more comprehensive and convenient, we’ve made it so you can now choose what and how you want to compare.
42+
43+
<BlueskyPostEmbed url="https://bsky.app/profile/graphieros.npmx.social/post/3mjzlmesrts2f" />
44+
45+
### Module replacements v3
46+
47+
Another important part of npmx collaborations is our connection with the community to optimize dependencies. Thanks to this close relationship, you will see even more, and even more detailed, suggestions from the community for dependency optimization. You can now also browse them all independently at [replacements.fyi](https://replacements.fyi/)
48+
49+
<BlueskyPostEmbed url="https://bsky.app/profile/43081j.com/post/3mkietfufb22f" />
50+
51+
### Celebrate size decreases
52+
53+
We talk a lot about how to make your applications faster and more secure by showing deprecated dependencies, size growth, suitable replacements, and so on. But we’ve overlooked one of the most important and enjoyable optimizations: reducing package size. This is a huge amount of work that authors do, and we’re happy to now showcase it on the packages page
54+
55+
<BlueskyPostEmbed url="https://bsky.app/profile/jviide.iki.fi/post/3ml6xwt2puc2y" />
56+
57+
### Prefill pm from query param
58+
59+
We’re building the service so that everyone’s experience is as good as possible. This wouldn’t be possible without the tools that make both npmx and the entire ecosystem better.
60+
61+
To make the ecosystem experience more convenient, you can now add the package manager to the URL. This allows projects to specify in their links which package manager should be the default.
62+
63+
[https://npmx.dev/package/nuxt?pm=pnpm](https://npmx.dev/package/nuxt?pm=pnpm)
64+
65+
And now, for example, when you follow links from pnpm, you’ll immediately get the expected commands for quick copying and getting started with the package.
66+
67+
<BlueskyPostEmbed url="https://bsky.app/profile/pnpm.io/post/3mjhihoyjwc2w" />
68+
69+
### And much more
70+
71+
- Add timeline tab to package page ([#2245](https://github.com/npmx-dev/npmx.dev/pull/2245))
72+
- New og images ([#2292](https://github.com/npmx-dev/npmx.dev/pull/2292))
73+
- Module replacements v3 ([#2068](https://github.com/npmx-dev/npmx.dev/pull/2068))
74+
- Celebrate size decreases ([#2620](https://github.com/npmx-dev/npmx.dev/pull/2620))
75+
- **ui:** Support Vite+ `vp` package manager commands ([#2451](https://github.com/npmx-dev/npmx.dev/pull/2451))
76+
- Add `socket.dev` link into package command palette ([#2481](https://github.com/npmx-dev/npmx.dev/pull/2481))
77+
- Replace quadrant with scatter with selectable axes ([#2472](https://github.com/npmx-dev/npmx.dev/pull/2472))
78+
- Prefill package manager from query param ([#2520](https://github.com/npmx-dev/npmx.dev/pull/2520))
79+
- add timeline chars ([#2663](https://github.com/npmx-dev/npmx.dev/pull/2663))
80+
- Show badge on top liked packages, link to leaderboard ([#2459](https://github.com/npmx-dev/npmx.dev/pull/2459))
81+
82+
## State of npmx
83+
84+
Speaking about the development of npmx, we can’t skip plans and the future. And to bring a number of major ideas closer, we met in Edinburgh. Because even though you like building ideas together, sometimes you need to sit across from each other and throw out lots of ideas and problems related to the product. We discussed projects, lexicons, ideas, tasks, and much more, and simply had a great time.
85+
86+
![image.png](/blog/team-edinburgh.jpg)
87+
88+
We spoke about organising in-person meetups, to share ideas over pizza and drinks. We actually did a social before CityJS London in April, it was great fun to get together as a community, even if it was only a few of us due to the very last minute organising. We’re thinking of organising a meetup in London in June, one in Berlin before Local First conf in July, and even one in Paris sometime after Berlin.
89+
90+
<BlueskyPostEmbed url="https://bsky.app/profile/willow.sh/post/3mjmelcxnas2m" />
91+
92+
Of course, we didn’t forget to have some noodles (_lots of noodles_)
93+
94+
[Alex](https://bsky.app/profile/alexdln.com) and [Alfon](https://bsky.app/profile/alfon.dev) worked on a new noodle for the [Press Freedom Day](https://en.wikipedia.org/wiki/World_Press_Freedom_Day). Our noodles calendar is starting to slowly fill with dates to commemorate. Get involved if you’d like to see more noodles in npmx.
95+
96+
<BlueskyPostEmbed url="https://bsky.app/profile/npmx.dev/post/3mkxoxckda22r" />
97+
98+
We’re also continuing to work on the community atmosphere in our discord. We’ve now launched a pack of our own emoji and additional stickers.
99+
100+
<BlueskyPostEmbed url="https://bsky.app/profile/alfon.dev/post/3mk6ff36etc2l" />
101+
102+
## We need your help
103+
104+
We continue to not only improve our registry browsing experience but also add completely new functionality to our everyday experience. And none of this would be possible without community. And if you want to help us improve the experience of developers, join us:
105+
106+
[Site](https://npmx.dev/) • [Discord](https://chat.npmx.dev/) • [GitHub](https://repo.npmx.dev/) • [Bluesky](https://social.npmx.dev/)
365 KB
Loading

public/blog/team-edinburgh.jpg

697 KB
Loading

0 commit comments

Comments
 (0)