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

@demotape.dev/cli

v4.0.0

Published

Share your local dev server with a client and record their session

Downloads

190

Readme

@demotape.dev/cli

Share your local app with one command.

DemoTape detects your running setup, gives you a stable demotape.dev link, and lets you watch real user sessions. No config. No ports. No setup.

Quick Start

Run it without installing:

npx @demotape.dev/cli login
npx @demotape.dev/cli

Or install it globally for the shorter command:

npm install -g @demotape.dev/cli
demotape login
demotape

How It Works

  1. Start your local app
  2. Run demotape
  3. DemoTape detects your dev server, forwards all detected local ports, and gives you a *.demotape.dev URL
  4. Your client opens the link and browses normally while you watch live, see comments, and review console and request logs during the session and in the replay afterward

When you choose a project for a directory, DemoTape saves that directory-to-project link in ~/.demotape/config.json and reuses it on the next run. If the saved project is missing, it falls back to the browser project selection flow.

Features

Auto Port Detection

Run one command. DemoTape finds your running app automatically, including multi-service setups with frontend and backend ports.

Stable Sharing Link

Each project gets a reusable demotape.dev URL. Share it once, then use the same link every time you want feedback on a new iteration.

Session Recording

Every session is recorded automatically so you can replay exactly what happened instead of relying on screenshots, memory, or vague feedback.

Live View, Comments, And Logs

Watch sessions live from the dashboard, read comments in context, and inspect console errors plus proxied request logs while the session is happening or later in replay.

Common Commands

demotape login
demotape
demotape 3000
demotape --help

Why DemoTape

  • Share the app already running on your machine
  • Give clients a stable demotape.dev link they can reuse
  • Watch sessions live or replay them later
  • See comments, console errors, and request logs in context

Third-Party Licenses

DemoTape CLI uses the following open-source software:

  • rrweb — MIT License, Copyright (c) 2018-present SmartX Technology Inc.
  • frp (frpc client) — Apache License 2.0, Copyright (c) 2017 fatedier

Run demotape licenses to view the full license texts.

Links