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

@neystan/dsh-web-ui-all

v0.1.16

Published

DSH Web UI 全家桶聚合插件:一键安装全部功能插件(task-board / git-graph / pet / aionui-panel / describe-image / compat shim)+ 皮肤全家桶(dsh-skins,皮肤资产内置)。设置卡片使用 DSH rc.7 官方 keyed settings slot。

Readme

@neystan/dsh-web-ui-all

English | 中文

The one-click aggregate package for the whole dsh web UI family: installing it brings the task board (including host cron, todos, and real LLM execution), Git graph, right panel, whale-girl pet (including custom pet assets), image-understanding tool, and the skin family (10 bundled skins plus the custom-theme slot). Settings cards use DSH rc.7's official keyed settings slot. Skin assets are bundled inside dsh-skins; no per-skin package is needed.

Original Author & Credits

Forked from zhu1090093659/dsh-web-ui (original npm scope @linxin666/*); the original copyright belongs to zhu1090093659 and is retained in the LICENSE. Maintained by neystan as @neystan/*.

What it is

  • One install, everything on: its dependencies pull in all sub-plugin packages (aionui-panel / task-board / git-graph / pet / describe-image / dsh-skins).
  • Aggregation carrier: cordis.patch.yml aggregates the insert lines of each sub-plugin, mounted through the dsh plugin profile mechanism.

Included additions

  • Task board: persistent todos (todo_add, todo_list, todo_done, todo_delete), host-side cron, and real DSH Agent sessions for each task's execution prompt.
  • Custom theme: a compact editor for accent/background/foreground/contrast plus a reusable WebP background, with try-on, restore-default, and apply behavior.
  • Custom pet: separately import and validate pet.json and spritesheet.webp, preview the candidate, and switch without a page refresh.

Install

From npm (recommended)

dsh plugin --profile web add @neystan/dsh-web-ui-all

From the repository (development)

git clone https://github.com/neystan/dsh-web-ui.git
cd dsh-web-ui
pnpm install && pnpm -r build
node scripts/link-profile.mjs
dsh plugin --profile web add link:$(pwd)/packages/dsh-web-ui-all

Restart dsh web for the plugins to take effect.

Known limitations

  • Every sub-plugin activates together. For only a subset, install that sub-plugin package directly.
  • Do not install the aggregate package alongside the standalone package of the same plugin (e.g. @neystan/dsh-pet); run dsh plugin remove on the old package before switching.
  • Dependencies on the @deepseek-ai/* SDK are pinned; compatibility follows the repository's release cadence.