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

docbase

v0.5.11

Published

<div align="center"> <h1>🗃️ DocBase</h1> <p><strong>为AI构建的私有实时知识库</strong></p> <p>轻松构建 · 自动管理 · 极速搜索</p> </div>

Readme


✨ 特性

  • 📂 全能文档支持:一站式集成,Markdown/Office 等格式全覆盖
  • 🧩 灵活插件系统:模块化设计,随心扩展文档类型支持
  • ☁️ 云端管理方案:支持 WebDAV,打造专业云端知识仓库
  • 🚀 智能实时同步:自动监测文件更新知识库,再也无须手动维护
  • 🔌 生态互联互通:可作为 Dify 外部知识库,扩展无限可能
  • 🔍 三重搜索引擎:MeiliSearch 驱动,全文、模糊、向量检索无死角
  • 🐳 极简部署方案:多平台安装包一键启动,数据安全,省心省力

🚀 快速开始

安装包启动

下载最新安装包:https://github.com/docbase-cc/docbase/releases

  • unix(macos & linux): chmod +x docbase dufs schema-engine-* && ./docbase
  • windows: .\docbase.exe

使用 Docker

docker run -d -p 3000:3000 -v ./data:/app/.docbase gonorth/docbase:latest

使用 Docker Compose

  1. 下载 Docker Compose 文件:
curl -L -o docker-compose.yaml https://unpkg.com/docbase/dist/docker-compose.yaml
  1. 启动服务
docker-compose up -d

密钥默认为:mykey

生产环境请修改docker-compose.yaml中以下环境变量

  • MEILI_MASTER_KEY: DocBase 的应用密钥

🤝 贡献

我们欢迎所有形式的贡献,无论是新功能、文档改进还是 bug 修复。

  1. Fork 本仓库
  2. 创建您的特性分支 (git checkout -b feature/AmazingFeature)
  3. 提交您的更改 (git commit -m 'Add some AmazingFeature')
  4. 推送到分支 (git push origin feature/AmazingFeature)
  5. 开启一个 Pull Request

📄 许可证

本项目采用 GAPLv3 许可证。如需许可证外其他用途,请联系 Wechat SOVLOOKUP。