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

rollup-and-away

v0.0.98

Published

Rollup and Away is an automated reporting assistant that can gather GitHub data from Issues, Discussions, Project Views (and more!) and template it into draft reports. Designed for project managers and team leads who want to reduce repetitive reporting wo

Downloads

25

Readme

Rollup and Away

Rollup and Away is an automated reporting assistant that can gather GitHub data from Issues, Discussions, Project Views (and more!) and template it into draft reports. Designed for project managers and team leads who want to reduce repetitive reporting work while preserving essential human judgment.

Built with TypeScript for GitHub Actions workflows, although a CLI is available for testing.

Features:

  • Declarative templates that define what to pull without worrying about extraction details
  • GitHub Projects integration, to plug into existing PM workflows
  • Update detection using strategies such as searching for Markdown Headers, HTML comments, fenced HTML blocks, or bolded text
  • Custom AI prompts / models for summarization (supports Models from the GitHub Marketplace)
  • Transparent context window visibility for debugging and corrections
  • Ability to send Slack DMs to Issues assignees / Discussion authors. Useful for reminding assignees to add updates.

Limitations:

  • As the tool is in Beta, it lacks tests and exhaustive API documentation
  • Generates drafts that require human review. As with all AI summaries, the output will not be perfect.
  • The Slack DM feature will only work in some Slack workspaces, even with a working token. This is because detecting Slack users depends on the assumption the Slack email stem is identical to the GitHub username.

Current Status: Active beta development, used in production by internal GitHub teams.

Goals: This project aims to eliminate repetitive copy-paste work in status reporting without trying to remove the tasks that require human judgment. It's designed to be portable and flexible, unlike the bespoke one-off solutions which usually fill this niche.

Background

This project grew out of a few reporting experiments by @amyryanmanny on the TPM Flex / Synapse Team. From my experience writing reporting automations, this is the exact tool I wish I had when I started.

What People Say

Our Dogfooders who have used Rollup and Away report saving 30+ minutes per week on routine reports, and 1.5+ hours on comprehensive weekly reviews. Even in cases where the time saved is negligible, they say it results in a higher quality report. The automation is also portable, making handoffs easier.

Roadmap

Roadmap and Milestones coming soon to this repo, as we open source the tool, and migrate our existing project tracking issues.

See Issues to open an issue.

Usage

For detailed instructions and examples to set up the Actions in your repo (no IDE required), check out the complete setup guide.

Requirements

  • Bun
  • Node
  • Some GitHub Actions environment, and a GitHub API token

Contributing

We welcome PRs! Please read the Contribution / Dev Guide before submitting changes.

Have ideas for improving Rollup and Away? Submit a feature request.

License

This project is licensed under the terms of the MIT open source license. Please refer to the LICENSE file for the full terms.

Maintainers

See CODEOWNERS for the current maintainer list.

Support

For GitHub Internal Teams

For All Users

  • 📚 Documentation: Browse discussions for tips and examples.
  • 📋 Bug Reports: Document issues.

Acknowledgements

Thanks to all the Dogfooders who provided (and continue to provide) feedback during development, and shared their time savings results.