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

@useautumn/summer

v0.1.8

Published

Local AI coding usage meter for Autumn.

Readme

Summer

Summer is a local, open-source tool for AI-coding usage and spend, built by Autumn. Per developer, across Claude Code, Codex, and opencode, it answers: how much is each engineer using, on what models, and what's it worth?

Summer dashboard

How it works

Summer needs zero hosting. It uses Autumn as its backend — Autumn stores every usage event, prices tokens (via Models.dev), and aggregates usage across your whole team.

Get started

Note: If you already have an Autumn org, create a new org to use with Summer.

bun -g install @useautumn/summer   # install Summer

summer start                        # set up, then track usage in the background

summer dash                         # open the usage dashboard

summer start does everything first-time setup needs:

  1. Authenticates with Autumn via OAuth — logs you in (or signs you up) and sets up your org.
  2. Offers to backfill your history.
  3. Starts a local daemon to collect Claude Code + Codex usage and send it to Autumn.

summer dash serves a local UI (and opens it in your browser): a usage chart you can group by harness / model / user / billing mode, filter by any property, search per-developer usage, and inspect the raw events.

Note: Summer installs an autostart service (launchd/systemd) so it survives reboots. Pass --no-service for a plain background process.

Claude Code requires a restart to send usage after summer start. Either start new sessions, or for existing ones, restart and /resume. (Codex/opencode don't need a restart.)

Invite your team

Summer rolls up usage across everyone in your Autumn org.

  1. Open your Autumn org settings → Members.
  2. Invite a teammate by email.
  3. They accept the invite in Autumn, run summer start themselves, then restart Claude Code (see the note above — otherwise only their backfill shows up, not live Claude usage).

That's it — their usage shows up alongside yours in the dashboard.

Commands

| Command | What it does | | --- | --- | | summer start | Set up (if needed) and start tracking. | | summer dash | Open the usage dashboard (alias: dashboard). | | summer backfill | Import historical Claude Code + Codex usage (backdated). | | summer report | Usage rollup in the terminal. | | summer status | Auth + local state. | | summer stop | Stop and restore harness settings (also removes autostart). | | summer service install / uninstall / status | Manage on-boot autostart. | | summer login / logout | Manage Autumn auth. |

Harnesses Supported

Claude Code, Codex, OpenCode