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 🙏

© 2025 – Pkg Stats / Ryan Hefner

clauditate

v1.2.0

Published

A menubar meditation app that helps you stay mindful while Claude Code works

Readme

Clauditate

⚠️ Early Release v1.2.0 - Please report issues!

A menubar meditation app that helps you stay mindful while Claude Code works

Clauditate appears automatically when Claude Code is processing, giving you gentle breathing exercises to keep you present instead of letting your mind wander. Simple, unobtrusive, and surprisingly effective at maintaining focus during development.

Clauditate Screenshot

Features

  • Automatic Integration: Appears when Claude Code is thinking, disappears when done
  • Beautiful Breathing Guide: Smooth visual animations for inhale/exhale cycles
  • Customizable Sessions: Choose 5, 10, 20, or 30 breathing cycles
  • Progress Tracking: Daily, weekly, and monthly meditation insights
  • Celebration: Gentle confetti animation when sessions complete
  • Menubar App: Unobtrusive presence in your system tray
  • Cross-platform: Works on macOS, Windows, and Linux

Installation

npm (recommended)

npm install -g clauditate
clauditate --hook-claude  # Set up Claude Code integration

Homebrew (macOS)

brew install ykumards/clauditate/clauditate
clauditate --hook-claude  # Set up Claude Code integration

Manual Installation

git clone https://github.com/ykumards/clauditate.git
cd clauditate
npm install
npm run build
npm link
clauditate --hook-claude

Usage

Automatic Mode (Recommended)

After running clauditate --hook-claude, the app will automatically:

  • Show when Claude Code starts any tool operation
  • Hide when Claude Code finishes
  • Provide gentle breathing guidance during Claude's thinking time

Manual Mode

clauditate --start      # Start the meditation app
clauditate --show       # Show the app
clauditate --hide       # Hide the app
clauditate --help       # Show all commands

Managing Integration

clauditate --hook-claude    # Install Claude Code hooks
clauditate --unhook-claude  # Remove Claude Code hooks
clauditate --update-hooks   # Update hooks to latest version

How It Works

Clauditate uses Claude Code's hooks system with intelligent timing to create natural meditation moments:

Hook Integration

  1. PreToolUse Hook: Triggers when Claude starts any tool (Bash, Edit, Read, etc.)
  2. Smart Timing Algorithm: Decides whether to actually show the app based on your patterns

Smart Timing Algorithm

Rather than appearing every time Claude runs a tool, Clauditate uses a thoughtful algorithm:

  • Work Hours: Only appears during your configured work hours (default 9-5)
  • 60-Minute Cliff: Won't show within 1 hour of your last meditation session
  • Daily Goal Tracking: Stops appearing once you've hit your daily meditation target
  • Dismissal Backoff: If you dismiss it twice in 30 minutes, it waits 2 hours before trying again
  • Probability-Based: Uses remaining work time and goal progress to calculate when you might need a mindful moment

This creates gentle, non-intrusive reminders that respect your workflow while encouraging regular mindfulness practice. The app learns your patterns and becomes less pushy as you build consistent habits.

Benefits

  • Stay mindful during long Claude operations without constant interruptions
  • Take breathing breaks during complex tasks when you actually need them
  • Maintain focus and reduce stress through natural meditation moments
  • Practice mindfulness that adapts to your workflow patterns

Configuration

Clauditate automatically configures Claude Code hooks in ~/.claude/settings.json:

{
  "hooks": {
    "PreToolUse": [{
      "matcher": "",
      "hooks": [{"type": "command", "command": "clauditate --smart-show"}]
    }]
  }
}

Development

git clone https://github.com/ykumards/clauditate.git
cd clauditate
npm install
npm run build
npm run dev  # Start in development mode

Project Structure

src/
├── main.ts      # Electron main process
├── renderer.ts  # Frontend meditation interface
├── preload.ts   # Secure IPC bridge
├── cli.ts       # Command-line interface
└── install.ts   # Installation wizard

Contributing

We welcome contributions! Please:

  1. Fork the repository
  2. Create a feature branch (git checkout -b feature/amazing-feature)
  3. Commit your changes (git commit -m 'Add amazing feature')
  4. Push to the branch (git push origin feature/amazing-feature)
  5. Open a Pull Request

⚠️ Disclaimer

IMPORTANT: This is an early release (v1.2.0). While we've tested it carefully:

  • This software is provided "AS IS" without warranty of any kind
  • Currently only tested on macOS - Windows and Linux support is experimental
  • Use at your own risk
  • We are not responsible for any issues, interruptions, or meditation-induced enlightenment
  • This is an independent project, not officially affiliated with Anthropic Inc. or Claude
  • "Claude" and "Claude Code" are trademarks of Anthropic Inc.
  • We are not endorsed by, sponsored by, or otherwise affiliated with Anthropic Inc.

Please report bugs and issues on GitHub.

📝 License

MIT License - see LICENSE file for details.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.

Acknowledgments

🔗 Links


Stay mindful, code peacefully 🧘‍♀️✨