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

@openloaf/openspeech-frontend

v0.2.50

Published

OpenSpeech desktop app frontend (prebuilt assets). Source code is private; this package only exposes the built dist/ for Tauri to bundle.

Downloads

195

Readme

@openloaf/openspeech-frontend

OpenSpeech 桌面端的前端实现(私有仓)。

公网消费者通过 npm 包 @openloaf/openspeech-frontend 获取已构建的 dist, 源码仅本仓库内可见。

工作流

pnpm install          # 装前端依赖
pnpm dev              # 起 vite dev server(独立调试,不挂 Tauri)
pnpm build            # 输出 dist/
pnpm publish          # 发布到 npm(仅 dist 进包,受 package.json files 字段限制)

与 OpenSpeech 公开仓的关系

  • 此仓 clone 后通常作为 OpenSpeech/src/ 出现(外层 OpenSpeech 公开仓 .gitignore 掉 src/)
  • 主 Tauri 应用从 OpenSpeech 公开仓启动
  • 改完前端 → 此仓 commit/push → bump 版本号 → publish → OpenSpeech 公开仓 pnpm add 锁新版本