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

climingle

v1.0.3

Published

Anonymous CLI chat for devs — npx climingle

Readme

📡 CliMingle

Anonymous, interest-based CLI chat for developers.
Match with strangers over shared interests, entirely from your terminal.


🚀 Quick Start

No installation needed. Just run:

npx climingle

That's it. You'll be matched with another developer in seconds.


✨ Features

  • Terminal-Native: Built with React Ink, it feels like a modern CLI tool but behaves like a real-time chat app.
  • Smart Matchmaking: A FIFO queue system that scores and pairs users based on interest overlap and subnet proximity.
  • Privacy First: No PII (Personally Identifiable Information) is stored. Analytics use 2-octet IP hashing to keep your identity safe.
  • Moderation Ready: Integrated with Supabase for IP-based reports and automated bans for bad actors.
  • Zero Configuration: Just run npx climingle and start chatting. No setup required.

⌨️ Keyboard Shortcuts

| Key | Action | |-------|---------------------------------| | N | Skip current partner & find next | | R | Report partner & find next | | Q | Quit CliMingle | | ESC | Clear your message input |


🛠️ Architecture

CliMingle consists of two main components:

  1. Relay Server: A stateless Node.js/Express backend that handles WebSocket connections, matchmaking scores, and Supabase integration for moderation.
  2. CLI Client: A React-based terminal UI that interacts with the relay server via secure WebSockets.

🔧 Requirements

  • Node.js >= 18.0.0

👨‍💻 Behind the Project

This project was built as a journey into Real-Time Backend Engineering.

Hi, I'm lakshya mandavi (@Lakshya7km). I built CliMingle because I am deeply passionate about building networking tools that connect people.

Human-AI Collaboration 🤖

CliMingle is a product of Human-AI Pair Programming.

  • My Role: I served as the System Architect and Designer. I guided the logic, designed the features, and oversaw the entire system flow.
  • AI Support: I used Antigravity (Google DeepMind) to help translate my designs into implementation, debugging tricky WebSocket race conditions, and refining the React CLI components.

🔗 Links


⚖️ License & Copyright

Copyright (c) 2026 lakshya mandavi.
Distributed under the MIT License. See LICENSE for more information.