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

churn-assist

v2.1.0

Published

<p align="center"><a href="README.md">English</a> | <a href="README.zh-CN.md">简体中文</a></p>

Readme

KedoMind ✨

功能特点 🚀

  • 🤖 多模型智能聊天:对话管理、上下文承接、角色配置
  • 📚 知识与记录:聊天记录归档、筛选、移动与多会话管理
  • 📝 Markdown/代码/公式:Markdown 渲染、代码高亮、KaTeX 数学公式
  • 📊 可视化能力:ECharts 与 ECharts-GL(三维场景)
  • 📤 数据导出与分享:导出图表、导出 Excel
  • 🔧 MCP 工具集成:通过 Model Context Protocol 连接外部工具并调用
  • 💾 本地存储与性能:Pinia 持久化、IndexedDB(Dexie)、懒加载与分包
  • 🔒 安全与稳定:单实例运行、异常捕获、主渲染进程隔离

安装与运行(pnpm)📦

# 安装依赖
pnpm install

# 启动前端(Vite,默认 5174)
pnpm dev

# 前后端联调(同时启动 Vite 与 Electron 开发)
pnpm run electron:dev

# 仅启动 Electron(根据环境加载开发地址或打包产物)
pnpm run electron

# 构建前端静态资源(输出 dist/)
pnpm build

# 预览构建产物
pnpm preview