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

initial-term

v0.12.0

Published

The terminal for webmasters

Readme

Initial Terminal

NPM npm

Publish Docs

Welcome to Initial Shell—the Quake-stylish console for webmasters worldwide! Embed it in your site with a single <script> tag and use commands to audit performance, check SEO, gather feedback, and more. It works standalone for custom setups or connects to initial.sh for a broader ecosystem of plugins.

This repository contains the source for the @initial.sh/initial npm package—your MVP console component.

Features

  • Quake-style UI: Drops from the top, full width, half height, with green text and a typing effect for responses.
  • Core Commands: init, help, clear, exit—essential controls.
  • Webmaster Tools:
    • lighthouse: Mock performance and SEO audit with typed-out scores.
    • seo: Mock SEO check with typed-out results.
    • feedback: Collect user input, ending with “done.”
  • Typing Effect: Responses appear character-by-character at 30ms intervals.
  • Sounds: Audio cues for opening (400 Hz), closing (300 Hz), and errors (200 Hz).
  • Standalone or Connected: Runs locally with mocks or links to initial.sh/api for plugins and data.
  • Plugins: Includes ping, time, feedback—extendable via a global register function.

Usage

Drop the <initial-sh> tag into your webpage.

Click a button to show it—watch it slide down from the top!

Type commands at the >> prompt:

  • init: Welcome message.
  • help: List of available commands.
  • clear: Clear the console output.
  • exit or press Esc: Close the console.
  • cookie: List names of cookies set by the current website.
  • lighthouse: Mock audit with typed-out scores.
  • seo: Mock SEO check with typed-out tips.
  • feedback: Type your thoughts, end with “done.”
  • Unknown commands show: ish: command not found: [input].

Optional: Connect to initial.sh

Add an api-url attribute to connect to the initial.sh ecosystem.

Development

Setup

Clone the repository from github.com//initial.term, navigate into the folder, and install dependencies.

Build

Build the project to generate dist/initial.js—your bundled console.

Dev

Run the development mode to watch and rebuild as you modify the code.

Test Locally

Load the built file in a webpage, add the <initial-sh> tag, and trigger it with a button to launch.

Roadmap

  • v1 (MVP): Quake-style console, webmaster commands, typing effect—current state.
  • v2: Themes (e.g., chatbot), real Lighthouse/SEO integration via API, additional plugins.

Contribute

Found a bug or have a plugin idea? Open an issue or submit a pull request! Visit initial.sh for more details.

License

MIT—free to use and modify.

More Info

Check out initial.sh for documentation, plugins, and the project vision. This is the term repository—see initial.sh.git for the website source.