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-resume-hub

v1.5.0

Published

Run Claude Code and auto-continue the moment a usage/session limit resets — with a live dashboard and desktop alerts. Cross-platform, zero-dependency.

Downloads

1,109

Readme

claude-resume-hub

Hit a Claude Code limit at 2am? Wake up to finished work.

Auto-continues your Claude Code session the moment a usage/session limit resets — as a tray desktop app or a one-line CLI. Cross-platform, zero-dependency, and it never touches your tokens.

🇬🇧 English · 🇹🇷 Türkçe


🇬🇧 English

When Claude Code hits your limit it prints Claude AI usage limit reached|… and stops — you have to come back and type continue. claude-resume-hub finds your session, waits for the exact reset time, and continues for you. Then it pings you.

🖥️ Desktop app — download & run

The tray app finds your last session automatically, shows a live countdown, and resumes on its own. No terminal.

⬇ Download claude-resume-hub.exe (Windows · macOS · Linux)

  1. Download and run it — it lives in your system tray.
  2. It auto-finds the session you were last working in.
  3. Pick Continue (or type a task), press Start, and walk away.
  4. Limit hit → it counts down → resumes the moment the window reopens → you get a notification. 🎉

It wraps Claude Code, so the claude CLI must be on your PATH.

⌨️ Prefer the terminal? One line, no install

npx claude-resume-hub --web      # auto-resume + a live dashboard
npx claude-resume-hub            # ...or headless, no dashboard

Handy flags: --list (see your sessions) · --session <id> (resume a specific one) · --smart (context-aware resume) · --tray (Windows tray) · --help.

✨ Features

  • ⏱️ Exact countdown — reads the real reset timestamp, not a guess
  • 🎯 Finds the right session and pins it (no more resuming the wrong one)
  • 📚 Multi-project queue — several projects resume in order on one reset clock
  • 🔔 Phone/chat alerts — optional webhook or Telegram ping on reset / done / error
  • 📺 Live output — watch what Claude did, even while you were away
  • ⬆️ Update banner — tells you when a newer version ships
  • 🪶 Zero dependencies, ~one small package · 🔒 never reads your tokens

🔒 Security & privacy

It never reads or stores your Claude credentials (~/.claude/.credentials.json / keychain). It only reads your own conversation transcripts under ~/.claude/projects, locally. No telemetry; the dashboard is localhost-only; release binaries are built by CI from source on clean machines, so a downloaded .exe carries no one's data.


🇹🇷 Türkçe

Claude Code limitine takılınca Claude AI usage limit reached|… yazıp durur — gelip continue yazman gerekir. claude-resume-hub oturumunu bulur, tam açılma saatini bekler ve senin yerine devam eder. Sonra da sana haber verir.

🖥️ Masaüstü uygulaması — indir çalıştır

Tepside duran uygulama son oturumunu otomatik bulur, canlı geri sayım gösterir, kendi devam eder. Terminal yok.

⬇ claude-resume-hub.exe indir (Windows · macOS · Linux)

  1. İndir ve çalıştır — sistem tepsisinde yaşar.
  2. Son çalıştığın oturumu kendi bulur.
  3. Continue seç (ya da task yaz), Start'a bas, işine bak.
  4. Limit dolunca → geri sayar → açılır açılmaz devam eder → bildirim alırsın. 🎉

Claude Code'u sarmalar; claude CLI'ın PATH'te olması gerekir.

⌨️ Terminal mi? Tek satır, kurulum yok

npx claude-resume-hub --web      # otomatik devam + canlı panel
npx claude-resume-hub            # ...ya da panelsiz

İşe yarayan bayraklar: --list (oturumları gör) · --session <id> (belirli oturum) · --smart (bağlam-farkında devam) · --tray (Windows tepsi) · --help.

✨ Özellikler

  • ⏱️ Net geri sayım — tahmin değil, gerçek reset zamanını okur
  • 🎯 Doğru oturumu bulur ve sabitler (yanlış oturumu devam ettirme derdi yok)
  • 📚 Çoklu proje kuyruğu — birden fazla proje tek reset saatinde sırayla devam eder
  • 🔔 Telefon/sohbet bildirimi — webhook ya da Telegram ile reset/bitiş/hata bildirimi
  • 📺 Canlı çıktı — Claude ne yaptı, sen yokken bile gör
  • ⬆️ Güncelleme banner'ı — yeni sürüm çıkınca söyler
  • 🪶 Sıfır bağımlılık · 🔒 token'ına asla dokunmaz

🔒 Güvenlik & gizlilik

Claude kimlik bilgilerini (~/.claude/.credentials.json / keychain) asla okumaz/saklamaz. Sadece kendi makinendeki ~/.claude/projects konuşma metinlerini okur. Telemetri yok; panel yalnızca localhost; release binary'leri CI'da temiz sunucularda kaynaktan derlenir — indirilen .exe kimsenin verisini taşımaz.


🛠️ From source · Kaynaktan

git clone https://github.com/IbrahimKalemci/claude-resume-hub.git
cd claude-resume-hub
npm start          # CLI
npm run app:start  # desktop app (needs: npm install)