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

adam-os

v0.2.1

Published

Adam Bush's Windows 95-style portfolio. One command: npx adam-os

Readme

AdamOS — Adam Bush's Portfolio

A Windows 95-style desktop portfolio that runs in your browser. One command, zero cloning.


Run it (anyone, anywhere)

Already have Node.js ≥ 18?

npx adam-os

Don't have Node.js? Use the one-line installer

macOS / Linux — installs Node automatically then launches the portfolio:

curl -fsSL https://raw.githubusercontent.com/iamwitness/portfolio-adam-bush-96/main/install.sh | bash

Windows — open PowerShell and run:

irm https://raw.githubusercontent.com/iamwitness/portfolio-adam-bush-96/main/install.ps1 | iex

The installer detects your OS, installs Node.js via the best available method (Homebrew, apt, winget, etc.), then launches AdamOS automatically. On first run it also installs app dependencies (~60 s); subsequent runs are instant.


Options

npx adam-os                  # dev mode (live reload) — default
npx adam-os --prod           # production build then serve
npx adam-os --port=8080      # use a specific port (auto-increments if taken)

Troubleshooting

| Symptom | Fix | |---------|-----| | command not found: npx | Use the one-line installer above — it handles Node.js for you | | EACCES permission error | Use nvm to manage Node versions without sudo | | Port already in use | AdamOS auto-picks the next free port — no action needed | | Slow first run (~60 s) | Normal — installs Next.js deps once; subsequent runs are instant | | .next/dev/lock error | You already have a dev server running in this directory |


Local development (for contributors)

git clone https://github.com/iamwitness/portfolio-adam-bush-96.git
cd portfolio-adam-bush-96
npm install
npm run dev       # http://localhost:3000
npm run build     # production build check

All personal data lives in site.config.ts — fork and swap it out to make this your own.


Tech

  • Next.js 16 (App Router) + React 19 + TypeScript
  • Tailwind CSS 4 + custom Win95 CSS variables
  • No database — portfolio content in data/portfolio.json
  • CLI runnerbin/adam-os.js (pure Node.js, zero extra deps)

License

MIT — fork it, theme it, ship it.