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

@phenx-inc/ctlsurf

v0.15.1

Published

Agent-agnostic terminal and desktop app for ctlsurf — run Claude Code, Codex, or any coding agent with live session logging and remote control

Downloads

907

Readme

ctlsurf worker

The terminal that remembers. Run Claude Code, Codex, or any coding agent inside it, and everything about the session lands in your ctlsurf project automatically: live transcript, time attribution, tickets, and an observer digest. The agent does not have to cooperate, or even know.

npx @phenx-inc/ctlsurf

Works as a desktop app (macOS, Windows) or fully headless on a server.

What you get

  • A normal terminal. Your agent runs in a managed PTY that behaves like the terminal you already use. Agent-agnostic by design: Claude Code today, Codex tomorrow, whatever ships next.
  • Watch and drive it from anywhere. The session streams live to your project at app.ctlsurf.com; open a browser on another machine to watch the agent work, and type back into the session remotely.
  • Automatic time tracking. Each session becomes rows in the project's time-tracking datastore. The billing report reads straight from it.
  • Tickets from the terminal. File a ticket without leaving the session; it lands on a cross-project board.
  • The Observer. A supervision layer that tails the agent's transcript and the terminal's activity into an append-only local ledger, producing findings and time spans, with a session-end digest written to your project. Advisory only: every code path is wrapped so observation can never block or slow the working agent.

Why outside-in recording

ctlsurf's task completions make agents document their own work, with structure enforced by the API. The worker is the second witness: an independent record of what actually happened in the terminal, when, and for how long. When the two records agree, you have provenance you can defend to a client weeks later. When they disagree, you have found something worth looking at.

The 42-second story: youtu.be/Ey0Wc3HW_ww

Quick start

  1. Create a free account at app.ctlsurf.com
  2. npx @phenx-inc/ctlsurf in your project directory
  3. Pair with your account when prompted (one-time device code)
  4. Run your agent as usual; open your project in the browser to see the live session

Docs: ctlsurf.com/docs · Free tier includes 1 connected worker; Pro includes 3.

Requirements

Node.js 18+. A ctlsurf account (free tier works).