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

@npm-liqingfeng/pi-web

v0.6.19

Published

Web UI for the pi coding agent

Readme

Pi Web — Web UI for Pi Coding Agent

一个基于 Next.js 的 Web 界面,用于 pi coding agent 的交互式编程协作。

快速开始

npx @npm-liqingfeng/pi-web -p 13030

或者本地开发:

npm run dev

功能

  • 对话界面 — 与 AI 编程助手实时交互
  • 会话管理 — 历史会话树状浏览、分支管理
  • 模型切换 — 在线切换 AI 模型和推理强度
  • 工具控制 — 启停 AI 的工具权限(读/写/执行)
  • 计划模式/plan 只读分析模式,防止 AI 直接写代码
  • 文件浏览 — 内置文件查看器
  • 主题 — 钢蓝配色的暗色主题
  • 声音通知 — 任务完成提示音

技术栈

| | | |---|-----| | 框架 | Next.js 16 (App Router) | | AI 引擎 | @earendil-works/pi-coding-agent | | 语言 | TypeScript | | 端口 | 13030 |

发布

npm run release

包名:@npm-liqingfeng/pi-web

License

MIT