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

@qotaq/lalphgram

v0.1.16

Published

Notification service for task tracker and GitHub events

Readme

@qotaq/lalphgram

Telegram interface for planning and managing lalph tasks with Claude Code. Draft specs, review architecture diagrams, and approve plans — all from your phone. Also includes PR notifications, auto-merge, and task tracking as extras.

Install

npm i -g @qotaq/lalphgram

Or run directly:

npx @qotaq/lalphgram

Prerequisites

Usage

lalphgram [options]

Options

| Flag | Default | Description | |---|---|---| | --interval <seconds> | 30 | Poll interval for GitHub/Linear | | --keyword <word> | "urgent" | Trigger keyword for comment timer | | --timer <seconds> | 300 | Comment timer delay |

First Run

On first launch, the CLI will:

  1. Prompt for your Telegram bot token (stored in ~/.lalph/config/notify.telegram)
  2. Ask whether to enable auto-merge and configure wait time
  3. Ask you to send a message to your bot to confirm the chat ID

After setup, the event loop starts automatically.

What It Does

Interactive Plan Sessions

Manage Claude coding plans directly from Telegram:

  1. Tap Plan → select project → choose plan type (Feature/Bug/Refactor/Other)
  2. Describe the work → tap Done
  3. Claude analyzes and produces spec files (architecture diagrams, test plans)
  4. Review specs via Telegraph link → Approve or Abort
  5. Ask follow-up questions or interrupt at any point

Notifications

  • New PRs — alerts when PRs are opened
  • Merge conflicts — detects conflicts and posts a GitHub comment + Telegram alert
  • Broken CI — when CI checks fail on a PR, posts a GitHub comment listing the failed checks, moves the linked issue to "Todo" with urgent priority, and sends a Telegram alert
  • New tasks — notifies on Linear/GitHub issue creation and state changes

Automatic Comments & Issue Re-queuing

lalphgram posts comments on PRs automatically, prefixed with [Automatic]:

  • [Automatic] This PR has merge conflicts that need to be resolved. — posted when a conflict is detected
  • [Automatic] CI checks failed for this PR: ... — posted when CI checks fail, listing the failed check names

Both of these also move the linked issue back to "Todo" with urgent priority. This is designed for use with lalph — when lalph finishes a task it moves the issue to "in-review", but if CI fails or conflicts arise, lalphgram moves it back to "Todo" so lalph picks it up again and fixes the problem.

The [Automatic] prefix distinguishes bot comments from human comments, which matters for auto-merge (see below).

Comment Timer

Monitors PR comments and moves linked issues back to "Todo":

  • Keyword trigger — if a comment contains the trigger keyword (default: "urgent"), immediately moves the issue to "Todo" with urgent priority
  • Timer trigger — any other comment starts a countdown (default: 300s). If no new comment arrives before it expires, the issue moves to "Todo" with urgent priority. Each new comment resets the timer

Auto-Merge

When enabled, monitors PRs and merges them automatically once:

  • All CI checks pass
  • A configurable cooldown period has elapsed since the last push
  • No manual (human) comments exist on the PR — any comment without the [Automatic] prefix disables auto-merge for that PR, since it indicates a human is engaged in review

License

MIT