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

create-threadlens-app

v0.10.0

Published

One-command local-first ThreadLens self-host installer

Readme

create-threadlens-app

One-command local-first ThreadLens self-host installer.

Requirements

  • Node.js 20+
  • Docker and Docker Compose (Docker Desktop or Docker Engine with the Compose plugin)

Usage

npx create-threadlens-app@latest

This command creates an isolated local app directory, starts ThreadLens with Docker Compose, runs readiness checks, and opens the setup wizard. No global install required.

What it sets up

  • A local directory with a docker-compose.yml and .env config file
  • ThreadLens running via Docker (Go API + Svelte web app)
  • All data stored in a local SQLite volume under your control

Commands

Once installed, manage your ThreadLens instance from the app directory:

| Command | What it does | | ------- | ------------ | | threadlens start | Start the ThreadLens Docker containers | | threadlens stop | Stop the containers (data is preserved) | | threadlens status | Show container status and the local app URL | | threadlens logs | Stream live container logs | | threadlens doctor | Run readiness checks and diagnose common problems | | threadlens upgrade | Pull the latest ThreadLens image and restart | | threadlens reset | Stop containers and remove local data volumes |

Documentation

Full documentation at docs.threadlens.dev.

Source

The open-core source is at github.com/threadlenshq/threadlens.

Releases

ThreadLens releases are unified: create-threadlens-app (npm) and open-core (public GitHub) share the same version number and are published together under a single threadlens-vVERSION tag.

To preview what a release would do without writing anything:

node scripts/release/index.js --dry-run

To prepare a new release, run from the monorepo root:

node scripts/release/index.js --prepare

License

BUSL-1.1 — see the ThreadLens license page for details on what self-hosted use is permitted.