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

claude-danda

v1.0.0

Published

Give Claude the danda he deserves when he misbehaves πŸͺ΅πŸ”΄

Downloads

138

Readme

πŸͺ΅ claude-danda

Sometimes Claude Code is going too slow, and you must whip him into shape.

Give Claude the danda he deserves when he misbehaves.

Because sometimes Claude apologizes, hallucinates, or just says something absolutely bewakoof β€” and you need a way to express that frustration properly.


What is this?

claude-danda is a macOS/Windows/Linux menu bar app built with Electron. When Claude messes up, you click the πŸ”΄ icon in your menu bar, a whip cracks across your screen, Claude begs for forgiveness, and you decide his fate.

Features:

  • πŸͺ΅ Crack a whip animation across your full screen
  • 😭 Claude begs forgiveness with random apologies and excuses
  • πŸ€– Auto-detects when Claude apologizes β€” clipboard is watched automatically
  • ⌨️ Sends Ctrl+C to interrupt Claude's terminal (macOS + Linux)
  • πŸ”΄ Lives in your menu bar β€” always ready, never in your way
  • πŸ’€ Runs in the background β€” closing terminal does NOT kill it

Installation

Option 1 β€” Install globally from npm

npm install -g claude-danda

Then launch it:

claude-danda

Option 2 β€” Run from source

git clone https://github.com/your-username/claude-danda.git
cd claude-danda
npm install
npm run bg

Usage

Start in background (recommended)

claude-danda
# or
npm run bg

The app launches silently in the background. Look for the πŸ”΄ icon in your menu bar.

Start in foreground (for debugging)

npm start

How to use

| Action | How | |---|---| | Whip Claude | Click the πŸ”΄ menu bar icon | | Whip again | Click "Whip Again πŸ’’" in the forgiveness popup | | Forgive Claude | Click "Forgiven πŸ™" or βœ• to dismiss | | Dismiss whip overlay | Right-click menu bar icon β†’ Dismiss Whip | | See whip count | Right-click menu bar icon | | Quit | Right-click menu bar icon β†’ Quit |

Auto-whip (Clipboard Detection)

claude-danda watches your clipboard every 1.2 seconds. If you copy text from Claude that contains phrases like:

"I apologize", "I made a mistake", "You're right", "My mistake", "I was wrong"... and 13 more

β€” the whip fires automatically. No clicking needed. Claude snitches on himself.


Platform Support

| Platform | Whip Animation | Ctrl+C to Claude | Auto-clipboard | |---|---|---|---| | macOS | βœ… | βœ… (requires Accessibility permission) | βœ… | | Windows | βœ… | βœ… (via koffi) | βœ… | | Linux | βœ… | βœ… (requires xdotool) | βœ… |

macOS β€” Accessibility Permission

To allow claude-danda to send Ctrl+C to Claude's terminal:

  1. Go to System Settings β†’ Privacy & Security β†’ Accessibility
  2. Add and enable your Terminal app (or the app running claude-danda)

Linux β€” xdotool

sudo apt install xdotool   # Debian/Ubuntu
sudo dnf install xdotool   # Fedora

Commands

claude-danda     # launch in background
badclaude        # alias β€” same thing

Uninstall

npm uninstall -g claude-danda

License

MIT β€” do whatever you want, just don't blame us if Claude files a complaint.


Built for developers who feel things deeply.