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

slashcash

v0.1.13

Published

Open-source local-first personal finance dashboard and CLI for slash.cash.

Downloads

64

Readme

slash.cash

License: ISC

slashcash installs the open-source slash.cash app: a local-first personal finance dashboard for turning your own receipt and transaction data into a private SQLite-backed spending workspace.

The npm package bundles the dashboard and CLI together. After onboarding, it can sync Gmail over IMAP with a user-generated app password, store attachments locally, extract supported receipt data deterministically, and open the dashboard on your machine. Assistant chat is optional and configured separately.

What it is for

  • Run a personal finance dashboard locally without hosted auth, a cloud database, or a remote job queue.
  • Keep app state under ~/.slashcash, including SQLite data, attachments, config, logs, and installed skills.
  • Ingest supported Gmail receipts, with current built-in support focused on Swiggy receipts and local analytics.
  • Use optional assistant providers only after you configure them with slashcash assistant.
  • Inspect, reset, repair, and rehearse local data flows from the CLI.

Install

npm i -g slashcash
slashcash onboard
slashcash start

The dashboard runs at http://127.0.0.1:3000 by default.

Requirements

  • Node.js 20 or newer.
  • A Gmail account with 2-Step Verification and a 16-character app password if you want Gmail sync.
  • Optional: an assistant provider such as local Ollama or an OpenAI-compatible endpoint.

Common Commands

slashcash onboard                 # create local config and walk through setup
slashcash start                   # start the local dashboard
slashcash status                  # show runtime status
slashcash stop                    # stop the dashboard
slashcash doctor --fix            # repair local prerequisites where possible
slashcash sync --full             # run Gmail sync from the configured query
slashcash db seed                 # load deterministic demo data
slashcash db reset --yes          # clear DB and attachments, keep config
slashcash reset --yes             # full local wipe under ~/.slashcash
slashcash assistant status        # inspect optional assistant provider setup
slashcash logs --follow           # stream structured local logs

slashcash db reset --yes clears the SQLite database and local attachments but keeps saved config and Gmail credentials. slashcash reset --yes removes all slash.cash local state so onboarding can start from scratch.

Open Source

slash.cash is open source under the ISC License. Contributions are welcome in Ravikumar911/knitly; start with the project README and contributing guide.

Please report security issues through GitHub private vulnerability reporting as described in the security policy, not in a public issue.