npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

nebula-nav

v0.1.0

Published

A minimal starry-sky homepage for your bookmarks — import Chrome HTML once, watch your most-visited sites glow.

Readme

星云导航 Nebula Nav

一个极简的星空主题书签首页。导入一次 Chrome 书签,常用站点就像星星一样发光。

English · 中文

截图

特点

  • 频次驱动词云 — 点击越多,发光越亮,自动浮到视觉中心
  • 一键导入 Chrome 书签 — 拖入 bookmarks.html 即可,不登录、不同步、不追踪
  • 拖拽删除 — 按住标签拖到左下角星星,像流星一样飞走
  • 长标题自动清洗 — 按分隔符截断主标题,hover 显示完整名称
  • 纯前端 — 所有数据只存在你浏览器的 localStorage,不上云

安装

方式一 — 终端一键启动(推荐)

npx nebula-nav

浏览器会自动打开 http://localhost:5173

需要 Node.js ≥ 14,没装的话去 nodejs.org 下一个。

方式二 — 下载到本地双击打开

  1. Releases 下载 zip
  2. 解压后双击 index.html 即可

方式三 — 在线体验(零安装)

👉 https://VirgoShuyu.github.io/nebula-nav

使用

  1. 首次打开是空的,点页面里的 "导入 Chrome 书签"
  2. 在 Chrome: → 书签 → 书签管理器 → → 导出书签,保存为 HTML
  3. 把 HTML 文件拖进页面
  4. 点击星星跳转;按住拖到左下角星星即可删除

所有数据都在浏览器 localStorage,随时可在开发者工具里清掉。

开发

git clone https://github.com/VirgoShuyu/nebula-nav.git
cd nebula-nav
node bin/cli.js     # 或 npm start

无构建,改完 app.js / styles.css 刷新即可。

许可证

MIT